body {
	background: #aec5e8;
	font-family: Tahoma, Arial, sans-serif;
	padding: 0px;
	margin: 20px 0px 20px 0px;
}
a, a:visited {
	color: #345a96;
}
a:hover {
	text-decoration: none;
	color: #345a96;
}
div#bodyborder {
	margin-left: auto;
	margin-right: auto;
	width: 604px;
	background: #ffffff;
	padding: 1px;
}
div#body {
	background: #ffffff;
	width: 602px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	border: 1px solid #7497ce;
}
div#topbar {
	background: #7497ce url(images/topbarbg.jpg) top repeat-x;
	height: 130px;
}
div#topbar img {
	float: right;
}
div#topbartext {
	width: 320px;
	float: left;
	padding: 10px 15px;
}
div#topbartext h1 {
	color: #ffffff;
	font-size: 130%;
	margin-top: 0px;
	margin-bottom: 10px;
}
div#topbartext h1 span {
	font-size: 150%;
}
div#topbartext h1 a, div#topbartext h1 a:visited {
	color: #ffffff;
	text-decoration: none;
}
div#topbartext div {
	color: #ffffff;
	font-size: 90%;
	margin-top: 31px;
}
div#topbardivide {
	border-top: 1px solid #7497ce;
	margin-top: 1px;
	height: 1px;
}
div#content {
	padding: 15px;
}
div#content p {
	font-size: 75%;
	text-align: justify;
	color: #444444;
	line-height: 1.3em;
	margin-top: 0px;
}
div#content p.moreinfo {
	text-align: center;
	color: #345a96;
	margin-top: 20px;
}