﻿/* global */
html {
	
}
body {
	background:#eeeeee; 
	
}

/* containers */
#wrapper {
	width:900px; margin:0px  auto; background:#ffffff;
	height:100%; overflow:hidden; height:100%;
}
	#space {width:100%; height:75px; background-color:#003250; border-bottom:1px #aaaaaa solid; }
	#space p {font-weight:bold; color:#ffffff; font-size:32px; font:timesnewroman; text-align:center; padding:20px;
				margin:0px 0px 0px 0px;  }
	#logo {	background-color:#ffffff; width:880px; padding:0px 0px; border:10px #001100 solid;   
			overflow:hidden; }
		#logo1 {height:240px; float: left; margin:0px 0px 0px 0px; padding-top:0px;  }
		#logo1 img {height:240px;  }
		#logo2  {float:right; margin:60px 80px 0px 0px; padding:10px 20px 10px 20px; border:5px #110000 solid;  }
		#logo2 p {line-height:100%;font-size: 28px; font-weight:bold; color:#003250; }
	#topnav {width:100%; background-color: #003250;  }
		#topnav ul { width:100%; float:left; margin:0px; background-color:#003250; padding:10px 0px 10px 0px; 
					border-bottom:16px #003300 solid; }
		#topnav ul li{display:inline; font-size:80%; }
		#topnav a:link {color:#ffffff; padding:8px; border:1px #777777 solid; margin:8px; text-decoration:none; }
		#topnav a:visited {color:#ffffff;  }
		#topnav a:active {color:#ffffff; }
		#topnav a:hover {color:#ffffff; background-color:#CC0000; }
		#topnav a:focus {color:#ffffff; }
		#topnav ul li a {float:left; }
	#banner {width:100%; border:5px #003300 solid;}
		#banner img {padding:8px; border:1px #777777 solid; margin:8px;  }
	#subbanner {  }
	#content {float:left; width:650px; margin-left :10px; border-right:2px #cccccc solid; padding-right:8px;}	
		#content h1 {font-size:30px; padding:20px 0px 10px 0px; border-bottom:1px #aaaaaa solid; color:#0000CC }
		#content h2 {width:50%; font-size:26px; padding:15px 0px 8px 0px; border-bottom:1px #bbbbbb solid; 
						margin-bottom:8px;color:#0000cc; }
		#content h3 {width:40%; font-size:21px; padding:8px 0px 4px 0px; 
					 	margin-bottom:2px; color:#000055; }
		#content h4 {font-size:20px; padding:6px 0px 4px 0px; margin-bottom:2px; color:#000055;}
		#content p  { font:timesnewroman; font-size:20px; line-height:160%; text-align:justify;} 
		#content Ol li {font:timesnewroman; font-size:20px; line-height:160%; text-align:justify; }
		#content ul li {font:timesnewroman; font-size:20px; line-height:160%; text-align:justify;  }
	
	#rightsidebar {margin-left:690px; margin-top:20px; margin-right:10px;}	
	#rightsidebar h1 {font-size:24px; color: #800000 }
	#rightsidebar ol { background-color:#dddddd;}
	#rightsidebar ol li {font:timesnewroman; font-size:20px; line-height:160%; color:#003300; }
	#rightsidebar p {font-size:20px; font:timesnewroman; line-height:160%; color:black; font-weight:normal; }
		#sidefooter {background-color:#aaaaaa; padding:20px 0px; border:3px #000000 solid; 
						margin-left:680px; }
		#sidefooter p { text-align:center;  color:#800000; font-size:14px;  }
	
	#bottomnav {width:100%; background-color: #003250;  margin-top:50px;}
			#bottomnav ul { width:100%; float:left; margin:0px; background-color:#003250; padding:10px 0px 10px 0px; 
						border-bottom:16px #003300 solid; }
			#bottomnav ul li{display:inline; font-size:80%;  }
			#bottomnav a:link {color:#ffffff; padding:8px; border:1px #777777 solid; margin:8px; text-decoration:none; }
			#bottomnav a:visited {color:#ffffff;  }
			#bottomnav a:active {color:#ffffff; }
			#bottomnav a:hover {color:#ffffff; background-color:#CC0000; }
			#bottomnav a:focus {color:#ffffff; }
			#bottomnav ul li a {float:left; }

	 
	#footer {}
	

	}

		
	

