body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #075F8C;
	line-height: 14px;
}
#header {
	font-size: 10px;
	padding-top: 5px;
}
.logo_pad {
	padding-bottom: 10px;
	padding-left: 10px;
}
.bottom_dotted {
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00537E;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #00537E;
}
.white {
	background-color: #FFFFFF;
}
.rightbar {
	background-color: #e6e6e6;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 15px 15px 15px 20px;
}
h1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #075F8C;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #075F8C;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	color: #075F8C;
	margin-bottom: 0px;
	margin-top: 0px;
}
.textpad {
	padding-left: 15px;
	padding-right: 30px;
	padding-top: 20px;
	height: 650px;
}
.imagefloatleft {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
}
p {
	margin-top: 6px;
}
#footer {
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	background-color: #075F8C;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#header a:link, #header a:visited {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
#header a:hover {
	font-size: 10px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
}
a:link, a:visited {
	color: #075F8C;
	text-decoration: none;
}
a:hover {
	color: #075F8C;
	text-decoration: underline;
}
.imagefloaright {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer a:link, #footer a:hover, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
