.header {
	background-color: #005BAB;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #004F95;
}
body {
	margin: 0px 0px 20px;
	background-color: #CCCCCC;
}
.maintext {
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 10px;
	text-align: justify;
	padding-right: 20px;
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #E5E5E5;
}

#menulinks {
	background-color: #004079;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00396C;
}
#menulinks A {
	font-size: 12px;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005EB3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float:left;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.headerright {
	background-color: #005BAB;
	font-size: 22px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.footer {
	background-color: #004079;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #00396C;
}
.anchorright {
	float: right;
	width: 250px;
	text-align: right;
}
.anchorright A {
	font-size: 12px;
	font-weight: bold;
	color: #004079;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #005BAB;
}
.anchorright A:hover {

	font-size: 12px;
	font-weight: bold;
	color: #005BAB;
	text-decoration: none;
}
#contacttable INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}
#contacttable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
#contacttable TEXTAREA {
	height: 75px;
	width: 200px;
}
