html, body {
	height: 100%;
}
body {
	background-color: #69C;
	margin: 0px;
	padding: 0px;
}
.nav {
	color: #333366; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt
}
A:link {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
A:active {
	text-decoration: none;
	font-weight: bold;
	color: #CC0000;
}
A:hover {
	color: #FF0000;
	font-weight: bold;
	background-color: #CCCCFF;
}
hr {
	border: 1px solid #333366;
}
.blueborder {
	border: 1px solid #333366;
}
.topbx {
	background-color: #336699;
	height: 137px;
	width: 100%;
}
.topborder {
	height: 137px;
	width: 820px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333366;
	border-left-color: #333366;
	margin: 0px;
	padding: 0px;
}
.mainbx {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333366;
	border-left-color: #333366;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-color: #333366;
	min-height: 180px;
	width: 820px;
}
.maincontent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 150px;
	padding-right: 30px;
	text-align: justify;
	color: #333366;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
}
.contactform {
	background-color: #69C;
	border: medium solid #369;
	font-weight: bolder;
	color: #FFF;
	padding: 15px;
}
.googleads {
	height: 600px;
	width: 120px;
	float: left;
	margin-right: 20px;
}
.small {
	color: #333366;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
h1 {
	font-size: 24px;
	color: #369;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar {
	background-color: #FFF;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: auto;
}
.navbarlink {
	width: 80px;
	float: left;
	background-color: #69C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336799;
	border-right-color: #336799;
	border-bottom-color: #336799;
	border-left-color: #336799;
}
#navmessageboard {
	width: 130px;
}
.navbarlink:hover {
	background-color: #4E6C8B
}
.navbar a:link {
	color: #FFF;
	text-decoration: none;
}
.navbar a:visited {
	text-decoration: none;
	color: #FFF;
}
.navbar a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #4E6C8B;
}
.navbar a:active {
	text-decoration: none;
	color: #FFF;
}

blockquote {
	text-indent: 0;
	padding: 0;
	margin: 0;
}

