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

<style type="text/css">

body {
	background-color: #333;
}
a:hover {
	color: #c4ad82;
}
.topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	hover: #628a81;
	text-decoration: none;
	font-style: normal;
	background-image: url(templateImages/topNav.jpg);
}
.leftLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-image: url(templateImages/leftNav.jpg);
	background-repeat: no-repeat;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	color: #093429;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #628a81;
}
.notice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ff0000;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-decoration: none;
	color: #000;
}
.bodyLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #093429;
	text-decoration: underline;
}
.bgHeader {
	background-attachment: inherit;
	background-color: #FFF;
	background-image: url(templateImages/header.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.divide {	
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #066;
}
.bodytext {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
.rightSideText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #628a81;
}

</style>

