



body {



	background-color: #161650;



	text-align: center;



	font-size: 12px;



	font-family: "sans" "verdana" "halvetica";



	margin: 0;



	padding: 0;



	}



#container{



	width: 826px;



	margin: 0 auto;



	text-align: left;



	background-image: url("img/bg.png");



	background-repeat: repeat;

	

      overflow: hidden;



	}



#banner{

      

	height: 236px;

      background-image: url("img/banner.png");



	}



#flash{



	float: right;



	width: 598px;



	}



#logo {



	border: 0;



	margin: 0;



	padding:0;



	float: left;



	}



#content{
				 float: right;
				 width: 650px;
				 overflow: hidden;
	}
#content p{
					margin-left: 40px;
					margin-right: 60px;
					text-align: justify;
					}

#content #space{
					height: 40px;
					}

	



/* Start of Top Nav*/



#nav{

	height: 14px;

	line-height: 14px;

	margin: 15px 0 60px 0;

	}

#nav li.last {

	border: 0;

	}	

#nav ul { /* all lists */

	padding: 0;

	margin: 0;

	list-style: none;

	line-height: 1;

}

#nav a {

	display: block;

	color: #161650;

	text-decoration: none;

      font-family: "times";

}

#nav a:hover{

	text-decoration: none;

      background-color: #e2e6f5;

      

}

#nav li { /* all list items */

	float: left;

	padding: 0 18px;

	text-transform: uppercase;

	border-right: 1px solid #161650;

      list-style: none;



}

#nav li ul { /* second-level lists */

	border: 1px solid #d4aa00;

   position: absolute;

	background-image: url("img/bg.png");

	background-repeat: repeat;

	width: 102px;

	padding: 5px 0;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}



#nav li ul li{

		 border: 0;

		 line-height: 20px;

		 }



#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}









/* Start of Top Nav*/











#sidebar{

	width: 170px;

	height: 650px;

	background-image: url("img/sidebar.png");

	background-repeat: no-repeat;

	background-position: center center;

	}

	

	

#us{

	margin: 0;

	padding-top: 58px;

	}

#us ul{

	margin: 0;

	padding: 0;

	list-style: none;

	line-height: 1;

	}

#us a {

	display: block;

	color: #161650;

	text-decoration: none;

      font-family: "times";

      text-transform: uppercase;

      font-size: 10px;



}

#us a:hover {

	text-decoration: none;

      background-color: #ffffff;

}

#us li{

	margin: 0;

	padding: 0;

	height: 40px;

	position: relative;

	}

#us li ul { /* second-level lists */

	border: 1px solid #eadb9c;

      padding: 5px 0;

	position: absolute;

	top: 10px;

	right: -114px;

	background-color: #faf7ed;

	background-repeat: repeat;

	width: 112px;

	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */

}

#us li ul li{

		 border: 0;

		 height: 22px;

		 line-height: 22px;

		 padding: 0 10px;

		 }

#us li:hover ul, #us li.sfhover ul { /* lists nested under hovered list items */

	left: auto;

}





#footer{

	width: 726px;
	
	margin: 0 auto;
	
	padding-top: 50px;

	line-height: 20px;

	text-align: center;
	
 }

#footer-img{

	float: right;

	}

#footer-img2{

	float: left;

	}

#footer-text{

	margin: 0 auto;

	width: 300px;

  font-size: 10px;

	}

#footer a{

	text-decoration: none;

	}











