/* 
   default text styles - background and colors overriden by
   album 'bgcolor', 'background', and 'textcolor' properties.
*/
BODY
	{ 
	}
.sitedesc	{ background-color: #FCFCF3; margin-top:25px; padding:5px;
		  border-style: solid; border-width: 1px ; border-color: #000000;
		}
	
div#topmenudiv {	
	background: url(../images/hdr3A.jpg) repeat-x;	
	padding:0;
	margin:0;
	width:100%;
	white-space:nowrap;
	height:30px;
	voice-family: "\"}\"";
	Voice-family:inherit;
	height:30px;
	
	}

div#topmenudiv ul {
	display: inline;
	list-style: none;
	
	position:relative;
	top:-4px;
	/*
	vertical-align:super;
	*/
	}

div#topmenudiv ul li {
	display: inline;
	border-left: 1px dotted #666;	
	}
	
div#topmenudiv ul li.first {
	display: inline;	
	}


div#topmenudiv a:hover {
	color: black;
	}

.navoff { 
	color: #069; 
	background: transparent;
   	font-style: normal;
   	font-size: 10pt;
  	padding-left:6px; 
  	padding-right:6px;
  	text-decoration: none; 
 	}
 
.navselected { 
	font-weight:bold;
  	color: #036; 
  	background: transparent;
  	font-size: 10pt;
  	padding-left:6px; 
  	padding-right:6px;
   	font-style: normal;
  	text-decoration: none; 
 	}
