 body {
 	font:	16px/1.2 Verdana, Arial, Helvetica, sans-serif;
 	background: url(images/tan6BG.gif) ;
	color: inherit !important; 
 	/*padding:10px;*/
 	margin:10px 10px 10px 10px;
 }
 	
 a {
 	text-decoration:none;
 	font-weight:normal;
	background: inherit ;
 	color:#CC6600;
 }

 a:hover{ 
  	color: #CC6600; 
 	font-weight: bold;
 	text-decoration:underline;
 }

 h1 {  
	color: #CC6600 ;
 }

 h2 {  
	/* background: inherit ; */
	font-size: 20px;
 	color: #CC6600 ;
 }
 
 #topleftcorner {
	position: absolute;
 	left:45px;
 	top:10px;
 	margin-top: 5px;
 	/*margin: 10px 10px 10px 10px ;*/
 }
 
 #nav, #nav ul { /* all lists */
 	/*position: relative;*/
	position: absolute;
 	left:12px;
 	top:70px;
	padding: 0;
 	margin: 0;
 	margin-top: 10px ;
 	list-style: none;
 	float : left;
 	width : 9em;
 }
 
 #nav li { /* all list items */
 	position : relative;
 	float : left;
 	line-height : 1.25em;
 	margin-bottom : -1px;
 	width: 9em;
 }
 	
 #nav li ul { /* second-level lists */
 	position : absolute;
 	left: -999em;
 	margin-left : 9.1em;
 	margin-top : -1.35em;
 }
 	
 #nav li ul ul { /* third-and-above-level lists */
 	left: -999em;
 }
 	
 #nav li a {
 	width : 8em; /* IE 5.5 */
 	w\idth : 7em; /* IE 6.0, IE 7.0, FF 1.5, O 7.0 */
 	display : block;
 	color : #CC6600 ; 
 	font-weight : normal ;
 	text-decoration : none;
 	background: #fff bottom left repeat-x;
 	/* background-color : #CCFFFF; 
 	border : 0px solid #333366;
 	*/
 	background-color : white;
 	border: 1px solid #dcdce9;
 	padding : 0 0.7em;
 }

 /* 	
 html>body #nav li a {
 	width : 7em;
 }
 */

 #nav li a:hover {
 	color : blue ;
 	/*background-color : #99FFFF;*/
 	background: #fff bottom left repeat-x;
 	text-decoration : underline; 		
  	color: #CC6600; 
	font-weight: bold; 		
 }
 	
 #nav li a:active {
 	background-color : #CC6600;
	color: white;
 }
	
 #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
 	left: -999em;
 }
 	
 #nav li a:active {
 	background-color : #CC6600;
	color: white;
 }
 	
 #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
 	left: auto;
 }

 #centercontent {
        background-image:url('images/sealbg.gif');
	/* background:#fff; */
   	margin-left: 0.8em;
   	margin-right:0em; 
	padding: 1em ;
	border:1px solid #dcdce9;
	/* boder-color: #CC6600; */
	width: 31em;
 }
		
 #banner {
 	height:70px;
 	width: 22em ;
 	margin-left:18em ;
 	/*padding:0px 0px 0px 0px;*/
	overflow: auto ;
 	}
 		
 /* Except IE 7.0 no IE sees html>body
 html>body #banner {
 	height:64px;
 }
 */
 		
 #banner h2 {
	font-size:20px;
 }
 		
 #message {
 	text-decoration: none ;
 	color: #336699 ;
 	background: white ;
 	font-size:26px;
 	margin-left:0px ;
 	padding:10px 10px 20px 20px;
 }
 
 #message h1 {
 	font-size:32px;
 	text-decoration: blink ;
 }
 		
 ul#bottomlinks {
	margin-left: 0;
 	padding-left: 0;
 	white-space: nowrap;
 }
 
 #bottomlinks li {
 	display: inline;
 	width: 50px ;
 	list-style-type: none;
 }
 
 #bottomlinks li a { 
 	background-color : white;
 	padding: 3px 10px;
 	border: 1px solid #6699CC;
  }

 img.org { 
	border: 2px solid #CC6600 ; 
 }

 div.hr {
 	height: 3px;
 	/* background-image: url('images/USCBar23.gif') ; */
 	background: #FFF url('images/USCBar23.gif') no-repeat scroll center; 
 }

 div.hr hr {
 	display: none;
 }
