@charset "UTF-8";
/* CSS Document */


a:link {
	text-decoration: underline;
	color: #0066CC;
}
a:visited {
text-decoration: underline;
color: #006699;
}
a:hover {
	text-decoration: none;
	color: #CC3300;
}


.text { color:#666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	 }
	 
.header {
	color:#CC3300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	display: block;
	background-color: #eee;
	height: auto;
	width: auto;
	padding: 3px 10px 3px;
	font-weight: bold;
		  }
		  
.header2 {
	color:#CC3300;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	display: block;
	background-color: #eee;
	height: auto;
	width: auto;
	padding: 5px 10px 8px;
	font-weight: bold;
		  }
		   

h2 {
	color:#336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:150%;
	 }

h3 {
	color:#336699;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	 }
	 
.footernote	{ font-size:9px;
text-decoration: none;
	color: #999999;
} 

A.footernote {
	text-decoration: underline;
	color: #999999;
}
A.footernote:Visited {
color: #999999;
text-decoration : none;
}
A.footernote:Hover {
color: #63948B;
text-decoration : none;
}
			

	 
/* --------------  Horizontal Nav Bar -------------------- */

#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
    position:relative;
	font: normal 11px verdana;

	}
	
#navbar ul li {
	float: left;
	width: 200px;
	}
	
#navbar li ul {
    position: absolute;
	width: 11em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
#navbar li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

/* Styles for Menu Items */
#navbar ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 1;
	text-align: center; 
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#navbar ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
#navbar li ul li a { padding: 5px 5px; } /* Sub Menu Styles */
		
#navbar li:hover ul, li.over ul { display: block; } /* The magic */
.box {
	border:0;
}

/* -------------- END of Horizontal Nav Bar -------------------- */
