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

body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #FFF;
	font-size: 12px;
}
body {
	background-color: #6476b3;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CFF;
}
a:active {
	text-decoration: none;
}
.blurb_text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #FFF;
}
.sub-heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.pic_spacer {
	padding-bottom: 8px;
}


.heading {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	color: #FFF;
	background-color: #5366AA;
	padding: 3px;
}

hr {
	border: none 0;
	border-top: 1px solid #006699;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.hovermenu ul{
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: #FFF;
	background-color: #000;
	border: 2px solid #6476b3;
}

.hovermenu ul li a:hover{
	background-color: #FFF;
	color: #000;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
