body {
	background: #122738;
	font-family: Arial, Helvetica, sans-serif;

}
div {
	padding: 0;
	margin: 0;
	border: none;
}
#container {
	width: 710px;
	text-align: center;
	margin: auto;
}
#header {
	width: 710px;
	height: 80px;
	background-color: #122738;
}
#header img {
	float: left;
}
img {
	border: none;
	padding: 0px;
	margin: 0px;
}
#topnav {
	width: 710px;
	height: 24px;
}
#topnav a {
	border: none;
}
#mainbody {
	width: 710px;
	background-image: url(images/homepage_05.jpg);
	color: #ffffff;
	text-align: left;
	font-size: .9em;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #326a96;
}
#leftmainbody {
	float: left;
	width: 103px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .8em;

}
#rightmainbody {
	float: right;
	width: 577px;
	background: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
		color: #1C5279;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
	color: #1c5279;
}
p.smalllinks {
	font-size: .85em;
	text-align: center;
}
p.top {
	text-align: right;
	font-size: .75em;
	font-weight: bold;
}
#footer {
	font-size: .6em;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: none;
}