body {
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 0.71em;
	color: #000768;
}

.invisible
{
	display: none;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearIt
{
	height: 1px;
	clear: both;
	overflow: hidden;
}
.clearRight
{
	height: 1px;
	clear: right;
	overflow: hidden;
}
h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999px;
	height: 110px;
	width: 265px;
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 0.5em;
}
html>body h1 {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -999px;
	height: 110px;
	width: 265px;
	padding: 0px;
	margin-top: -15px;
	float: left;
	font-size: 0.5em;
}
h2 {
	font-size: 2em;
	margin: 2px 0px 2px 0px;
}
h3 {
	font-size: 1.4em;
	margin: 0px;
}
a, a:link, a:active {
	text-decoration: underline;
	color: #000768;
}
a:hover {
	text-decoration: none;
	color: #000768;
}
#banner	{
	margin: 15px 0px 0px 0px;
}
#container {
	width: 760px;
	margin:10px;
}
hr {
	color: #000768;
}
#topnav {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: center;
	margin: 0px 0px 0px 2px;
}
#topnav LI {
	float: left;
	background-image: url(../images/topnavbg.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 95px;
	display: inline;
	font-weight: bold;
	padding-top: 2px;
}
#topnav LI a {
	color: #000768;
}
.homeBoxes
{
	width: 426px;
	float:left;
	padding:10px;
	background-color:#d1dfec;
	margin:5px;
	border: 1px solid #00069D;
}
div#footer {
	background-color:#020669;
	padding: 5px;
	color:#fff;
	border-top: 1px solid #fcfc08;
}
div#footer a {
	color:#fff;
}