@charset "UTF-8";

        #header {
	text-align: center;
	height: 150px;
	width: 1600px;
	background-repeat: no-repeat;
	background-origin: border-box;

}


        #wrapper #header .title {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-align: center;
	font-size: 3em;
	text-shadow: 5px 4px 4px #007188;
	padding-bottom: 15px;
	font-weight: bold;
	margin-left: -41px;
}

        body {

	margin-top: 10px;

	background-color: #0098B8;

}
tbody tr td:hover  {
	background-color: #0098B8;
	cursor: pointer;
	color: #010101;
}

td {
	background-color: #003d67;
	text-align: center;
	color: #FFFFFF;
}
a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited  {
color: #FFFFFF;
text-decoration: none;
}
a:active  {
color: #FFFFFF;
text-decoration: none;
}
a:hover  {
	color: #050505;
	text-decoration: none;
}

.noRollOverMenu:hover {
	background-color: #003D67;
	color: #F8F6F6;
}
.white {
	color: #F9F7F7;
}
