body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #4f95cd;
	line-height: 20px;
	padding-top: 10px;
}
.topbg {
	background-image: url(images/topbg.png);
	height: 179px;
	background-repeat: repeat-x;
	background-position: bottom;
}
.topnav {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #00822d;
	font-weight: bold;
	text-align: center;
}
.topnavmargin {
	margin: 13px;
}
.tagline-date {
	font-family: "Arial Black";
	font-size: 24px;
	color: #00822d;
	text-align: right;
	margin-bottom: 20px;
}

.topnav a:link {
color: #FFFFFF;
text-decoration: none;
}
.topnav a:visited {
color: #FFFFFF;
text-decoration: none;
}
.topnav a:hover {
	color: #dfcec6;
	text-decoration: none;
}
.topnav a:active {
color: #FFFFFF;
text-decoration: none;
}
.contentbg {
	padding: 30px;
}
.content {
	padding-right: 30px;
	padding-left: 50px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #005eb1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.copyright {
	font-size: 10px;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright a:link {
	color: #000000;
	text-decoration: none;
}
.copyright a:visited {
	color: #000000;
	text-decoration: none;
}
.copyright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:active {
	color: #000000;
	text-decoration: none;
}

