
a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; } 
a:active {color:#000000; text-decoration: none;}
a:hover { color: #000000; text-decoration: UNDERLINE; }

a:link.whitelink {color:#ffffff; text-decoration: none;}
a:visited.whitelink {color:#ffffff; text-decoration: none;}
a:active.whitelink {color:#ffffff; text-decoration: none;}
a:hover.whitelink {color:#ffffff; text-decoration: underline;}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em; 
	font: 13px Times, sans-serif;
	}
	
#navbar li {
	list-style: none;
	float: left; 
	width: 135px; 
	text-align:center;
	}

	
#navbar li a {
	display: block;
	padding: 0; /* set padding on nav bar height here - top/bottom and left/right*/
	background-color: #ce551b; /* orange */
	color: #fff;
	text-decoration: none; 
	}
	
#navbar li ul {
	display: none;
	position:inherit;
	width: 10em; /* Width to help Opera out */
	background-color: #a5a5a5; /* grey */
	width: auto;
	padding-bottom: 0px;
	}
	
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	left: 135px; /* fixes the text-align problem with IE wanting to center the dropdown */
	margin: 0;
	padding: 0; 
	}
	
#navbar li:hover li, #navbar li.hover li {
	float: none;
	width: 136px;
	padding: 0; 
	left:-135px; /* fixes the text-align problem with IE wanting to center the dropdown */
	}
	
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #c5b89a; /* grey */
	border-bottom: solid 1px #b3a786;
	border-right: solid 1px #b3a786;
	text-align: left; 
	padding: 3px 3px 3px 10px;
	color: #000000;
	}
	
#navbar li a:hover {
	background-color: #ac4616;  /* darker orange - not used...  */ 
	}
	
#navbar li li a:hover {
	background-color: #e0d2af;   /* lighter grey */ 
	}
	
	
.body  {
		font-family: arial, helvetica;
		font-size: 9pt;
		color: #000000;
		text-align:left;
		}		
.bodylg  {
		font-family: arial, helvetica;
		font-size: 12pt;
		color: #000000;
		}
		
.times  {
		font-family: Times New Roman;
		font-size: 16pt;
		font-weight: bold;
		color: #000000;
		}
		
.title  {
		font-family: arial, helvetica;
		font-size: 12pt;
		color: #000000;
		font-weight: bold;
		font-style: italic;
		}
		
.small  {
		font-family: arial, helvetica;
		font-size: 8pt;
		color: #000000;
		}
		
.white  {
		font-family: arial, helvetica;
		font-size: 10pt;
		color: #ffffff;
		}
		
.smallwhite  {
		font-family: arial, helvetica;
		font-size: 8pt;
		color: #ffffff;
		}


	


