body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #CFDCDC url(/images/bk.gif) center repeat-y;
	margin: 0;
}
p, td {
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
h1 {
	font-size: 11px ;
	font-weight: bold;
	color: #003C72;
	line-height: 18px;
}
#whole {
	width: 100%;
	height: 179px;
	background: url(/images/bkbar.gif) top repeat-x;
}
#mainpage {
	background: url(/images/bk.gif) center repeat-y;
	border-width: 0;
	border-style: none;
	position: absolute;
	width: 780px;
	height: 100%; 
	min-height: 100%;
	left: 50%;
	margin-left: -389px;
}
#maxheight {
	background: url(/images/bkbarsides.gif) top repeat-x;
	height: 100%; 
	margin: 0;
}
#banner {
	height: 130px;
	overflow: hidden;
}
#main {
	margin: 15px;
}
#textarea {
	margin: 5px;
}
#sidebox {
	margin: 8px;
}
.small {
	font-size: 10px;
	line-height: 12px;
}
a:link {
	font-weight: bold;
	color: #EE3D3B;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #EE3D3B;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #4493DA;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #4493DA;
	text-decoration: none;
}
div.navmain {
	height: 24px;
	margin: 0;
	padding-left: 5px;
}
a.navmain {
	background: url(/images/bullet.gif) no-repeat;
	padding-left: 16px;
}
a.navmain:hover {
	background: url(/images/bulletover.gif) no-repeat;
	padding-left: 16px;
}
a.navmainon {
	background: url(/images/bulletover.gif) no-repeat;
	padding-left: 16px;
}
div.navemail {
	height: 24px;
	margin: 0;
	padding-left: 5px;
}
a.navemail {
	background: url(/images/email.gif) no-repeat;
	padding-left: 20px;
}
a.navemail:hover {
	background: url(/images/emailover.gif) no-repeat;
	padding-left: 20px;
}
a.navemailon {
	background: url(/images/emailover.gif) no-repeat;
	padding-left: 20px;
}
.current {
	line-height: 14px;
}
#content {
	margin: 0 5px 0 5px;
}
.right {
    float: right;
	margin: 5px 0 5px 10px;
	}
.left {
    float: left;
    margin: 5px 10px 5px 0;
}
.formbox {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	border: #DFD8D3 1px solid;
	background-color: #FFFFFF;
	padding: 2px;
	font-style: italic;
}