/* Default CSS Document for main site*/
/*  COLORS   */
/*  Dark Blue = #172154  */

															/** BODY ELEMENTS **/


body {
	background-color: #252E2D;	/*background-attachment: fixed;
	background-image: url(/Assets/BG-Body.png);
	background-repeat: repeat-y;
	background-position: center top;	*/
	font-family: Papyrus;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

/** MAIN CONTAINERS **/
#container {
	width: 960px;
	height: auto;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#content {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	clear: none;
	float: left;
	width: 582px;
}


div#header {
	text-align: center;
	clear: none;
	float: left;
	width: 125px;
}

#navlistSectionG UL ,#navlistSectionS UL ,#navlistSectionW UL {

}



			/*TOP NAVIGATION*/
/*div#header UL { 
}	*/


			
#navlist {
	border : none;
	color : #003F6B;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 45px;
	font-size: 18px;
	
}
#navlist ul {
	text-decoration:none;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}
#navlist ul li {
	padding: 0px;

}
/*#navlist li a {
	text-decoration : none;
	margin : 0;
	border :none;
	padding-top: 1.2em;
	padding-right: 1.2em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
}*/
#navlist li a:link, #navlist li a:visited  {
	color : #5F7573;
	text-decoration:none;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

#navlist li a:hover, #navlist li a:active {
/*	border : 0 solid #172154;*/
	color : #ffffff; 
	font-weight: bold;
}
#navlist li a#current {
	text-decoration : none;
	color : #FFF;
	border : none;
	background-color: #23418F;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

div#header-in { color:#FFF;}
 p a:link, p a:visited { color:#FFF; text-decoration:underline;
}

 p a:hover, p a:active { color:#CCC; text-decoration:none;}

.imgCenter {
 display: block;
    margin-left: auto;
    margin-right: auto; }

/** END **/
#container #content ul, #container #content ol {
	margin: 5px;
	padding: 15px;
}

#RightCol {
	float:right;
	width:250px;
	clear: none;
}

div#center {
	height: auto;
}
div#center-in {
}
div#footer{
	height:45px;
	padding:15px;
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
div#footer p{
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}



#footer p a:link,#footer p a:visited { color:#FFF; text-decoration:underline; text-align:center;
}

#footer p a:hover,#footer p a:active { color:#000; text-decoration:none;
}

div#footer-in {
}
/** SUB CONTAINERS **/
* {
}
/** LISTS **/
* {
}
/** TYPOGRAPHY **/
.x {
	display: none;
}
#container #content ul li {
	text-align: left;
}
#container #content ul li a {
	color: #FFF;
	text-decoration: underline;
}

