body{
	background-color:#600;
	text-align:center;
	margin:0;
	padding:0;
	}
	
#wrapper{
	width:999px;
	margin:0px auto;
	text-align:left;
	margin-top:20px;
	padding:0;
}

#navlist{
	width:400px;
	height:23px;
	margin-left:530px;
	}
	
#wrapper2{
	width:950px;
	background-color:#cc9;
	border-left:31px solid #C90;
	border-right:18px solid #C90;
	float:left;}

#banner{
	width:950px;
	height:130px;}

#menu{
	width:950px;
	height:50px;
	background: url(images/Untitled-2_02_02.jpg) top right no-repeat;}

#content{
	width:910px;
	padding:20px;}

#footer{
	clear:both;
	background:url(images/BottomLine.gif) top left no-repeat;
	padding:15px 10px;
	width:930px;
	height:20px;
	font:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#316e8b;
	font-size:12px;
	background-color:#cc9;
	border-left:31px solid #C90;
	border-right:18px solid #C90;}

/*------TEXT FORMATTING--------*/
h1 { color: black; font-size: 18pt; font-family: "times new roman", sans-serif; font-weight: bold; margin: 12pt 0; }
p { color: black; font-size: 10pt; text-align: left; }
a:link { text-decoration: none; color: maroon; font-size: 10pt; }
p { text-align: left; text-indent: 12pt; word-spacing: normal; letter-spacing: normal; vertical-align: 12pt; }
a:visited {
	text-decoration: none;
	color: maroon;
}
a:hover {
	text-decoration: underline;
	color: maroon;
}
a:active {
	text-decoration: none;
	color: maroon;
}.TableBold {
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
	font-size: 13px;
	font-weight: bold;
}
.Table {
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
	font-size: 13px;
}
.TableItal {
	font-family: "Times New Roman", Times, serif;
	text-indent: 0px;
	font-size: 10px;
	font-style: italic;
}
#navlist ul{
		margin-right:500px;
	margin:0;
	padding:0;}	
	
#navlist li{ 
	display:inline;
	list-style:none;
	margin:0 !important;
	padding:0 !important;}
	
#navlist a:link{
	display: inline;
	padding:5px;
	background:#a2a26d;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
	color:#fff;
	border-left:1px solid #cc9;
	border-top:1px solid #cc9;
	border-right:1px solid #cc9;
	}
	
#navlist a:hover{
	padding:5px;
	background: #C90;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #cc9;
	border-top:1px solid #cc9;
	border-right:1px solid #cc9;
	}
