/* CSS Document */
   /*##############################################################
  Element Styles
##############################################################*/
h2 {clear:both;margin:27px 0 15px 0; font-size: 30px; font-weight: 500; font-style: normal; text-decoration: none; text-transform: none; font-variant: small-caps;}
 
/*##############################################################
  Layout Styles
##############################################################*/
body {font-size:14px; font-family:Helvetica, Arial, Verdana, sans-serif; color:#000; background:#fff; margin-right: 10%; margin-left:10%}
 
    #wrapper {width:100%; height:100%; overflow:hidden; margin:0 auto; }
	#container {width:90%; margin-right: auto; margin-left: auto;	text-align: left; }
	#header {float:right; width:100%; height:100%; }
	#left  {float:left; width:10%;  }
	#right1  {float:left; width:90%;  font-family: Arial; font-size: 80%; font-weight: 700; }
	#right2  {float:right; width:90%;  font-family: Arial; font-size: 90%; font-weight: 800; }
	#navigation {float:right; width:60%; height:20%; margin:5; list-style-type:horizontal; border-top: 4px #000080;}
		#navigation dt {float:right; margin:10px; font-size:150%; color:#989797; border-right:#FFFFFF solid 1px}
		 
		#navigation dt a {display:block; height:25%; width:120%; font-family: Arial; font-size: 90%; font-weight: 700; 
		font-style: normal; text-decoration: none; text-transform: none; font-variant: normal;  text-align:center; text-shadow:1px 1px #222; color:#000080;}
		#navigation dt a:hover {color: #FF8000; text-decoration:none}
	/*  #content {clear:both; float:right; disply:inline; width:90%; padding:0 13px; background:#fff;}  */	
		#content {float:right; width:90%; }		
		#content p  {font-family: Arial; font-size: 120%; font-weight: 500; font-style: normal; text-decoration: none; text-transform: none; font-variant: normal; margin-right: 5%; margin-left: 5%;}
				
	#footer {float:center; padding:100px 0 30px 0; text-align: center; font-size:.85em}
	#footer hr {float:center; width="100%" size="2" color="#000080" }
		 
		
		
		