/* CSS Document */

body {
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666666;
	margin: 0px 0px 0px 0px;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	font-family: Verdana, Arial, Helvetica, sans-serif;  /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	f\ont-family: Verdana, Arial, Helvetica, sans-serif; /* for other IE versions */
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
h2 {
	font-size: 130%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}
#bodyTblBorders {
	border-right-width: 10px;
	border-left-width: 10px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}


/************* #pageFooter styles ***************/

#footer {
text-align: center;
background-image: url(../images/footer_bg.gif);
background-repeat: repeat-x;
padding: 8px;
background-color:#000000
}

	#footer p {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 80%;
	color: #CCCCCC;
	line-height: 120%;
	}

	#footer a {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 120%;
	text-decoration: none;
	}
	
	#footer a:hover {
	color: #FFFFCC;
	text-decoration: underline;
	}


/******* NAVIGATION CSS *********/


/* Horizontal Navigation*/
#nav, #nav ul {
	padding: 0;
	margin: 0px 5px 0px 5px;
	list-style: none;
	line-height: 1;
	font-size: 12px;
}

#nav a {
	display: block;
	color: white;
	border: 1px solid #666666;
	width: auto;
	background-color: #CCCCCC;
}

#nav a:hover {
	color: white;
}

#nav li { 
	float: left;
	width: auto; 
}

#nav li ul a {
	width: 11em;
}

#nav li a {
	text-align: left;
	margin-right: 3px;
	padding: 3px;
	padding-bottom: 3px;
	color: black;
	text-decoration: none;
}

#nav li ul { 
	position: absolute;
	width: 10em;
	left: -999em; 
}

#nav li ul ul { 
	margin: -2em 0 0 10em;
	width: 20em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { 
	left: -999em;
} 

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { 
	left: auto; 
}

/************** #Calendar styles **************/

a.tnav:link,a.tnav:visited,a.tnav:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;

}

a.tnav:hover {
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: underline;
}

#calendarTable_Out {
	width: 200px;
}

#calendarTable_In {
	padding: 1px;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Current {
	padding: 1px;
	background-color: #009999;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Link {
	padding: 1px;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 80%;
}

#calendarTable_In_Header {
	padding: 1px;
	text-align: center;
	font-size: 80%;
	width: 100%;
}

/************** #END Calendar styles **************/




.copyright {
	text-align: center;
	font-size: 85%;
	color: #CCCCCC;
}.blueBg {
	background-color: #336699;
	background-image: url(../images/w_bottom.gif);
	background-repeat: no-repeat;
}
#leftSidebar {
	color: #FFFFFF;
}
#marquee {
	color: #FFFFFF;
}


#blurb {
padding-bottom: 12px;
padding-top: 8px;
padding-right: 8px;
padding-left: 8px;
}

	#blurb a {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
	#blurb a:hover {
	text-decoration: underline;
	}
	
	#blurb a.visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

	#blurb p {
	color: #FFFFFF;
	}

