body
{
	color: #333;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	background: #FFF;
}
td {
	vertical-align: top;
}
.topheader { width: 800px; }
.bodytext {
	background: #FFF;
	padding-bottom: 10px;
}
p {
	margin: 10px 5px 0px 45px;
}
.title
{
	font-family: Futura,Verdana, Arial, Helvetica, sans-serif;
	color: #0030b2;
	font-size: 20px;
	margin: 40px 0 20px 45px;
}
.subtitle
{
	font-family: Futura,Verdana, Arial, Helvetica, sans-serif;
	color: #0030b2;
	font-size: 14px;
	margin: 20px 0 20px 0px;
	line-height: 14px;
}
.footer {
	background: #BCAF82;
	color: #333;
	font-size: 10px;
	padding: 10px 0 20px 45px;
}
.smallnote
{
	margin-top: 200px;
	font-size: 11px;
	line-height: 12px;
	font-style: italic;
}
.bodyborder
{
	background: #BCAF82;
	background-image: url(../images/homebg.gif);
	background-repeat: repeat-x;
}
.homelist {
	margin: 10px 10px 10px 20px;
}

a:link, a:active, a:visited
{
	background: inherit;
	color: #0030b2;
	text-decoration: none;
}

a:hover
{
	background: inherit;
	color: #bcaf821;
	text-decoration: underline;
}
