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

.header {
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: 13px;
	color: #003399;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
}
.sublinktext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #003399;
	text-align: center;
}
.links a:link {
	color: #003366;
}
.links  a:hover  {
	color: #993300;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:link {
	color: #003366;
	text-decoration: none;
}
