body {
	background: white;
	color: black;
	text-align: left;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	margin-top: 20px;
	margin-right: auto;
	margin-left: 20px;
}



#topbar {
	background: white;
	color: black;
	width: 640px;
	}

#logobar {
	float: left;

}
	
#nav {
	margin: 0px;
	padding: 0px;
	background: white;
	color: black;
	float: left;

	}
	
#mainbody {
	width: 640px;
	border-top: 1px solid #888;
	background: white;
	color: black;
}

#leftcol {
	width: 145px;
	background: white;
	color: #3ad;
	float: left;
	font-size: 10px;
}	

a.lcol:link {
	background: transparent;
	color: #3ad;
	text-decoration: underline;
}
a.lcol:visited {
	background: transparent;
	color: #3ad;
	text-decoration: underline;
}

#midcol {
	padding-left: 15px;
	width: 310px;
	float: left;
	font-size: 8pt;
}

#doubleleftcol {
	padding-left: 0px;
	width: 470px;
	float: left;
}
#updatebox {
	border: 1px solid #888;
	width: 100%;
	padding: 0;
	padding-top: 0px;
	background: white;
	color: #888;
}
#updatehead {
	background: #007;
	color: white;
	padding: 2px;
	padding-left: 5px;
}
#updatecopy {
	padding: 5px;
}



#thirdcol {
	width: 147px;
	float: left;
	padding-left: 23px;
	background: white;
	color: #888;
	font-size: 10px;
}

a {
	text-decoration: none;
}

a.footnav:link {
	background: transparent;
	color: black;
	font-size: 10px;
}

a.footnav:visited {
	background: transparent;
	color: black;
	font-size: 10px;
}


#footer {
	text-align: center;
	background: white;
	color: black;
	margin-top: 20px;
	margin-bottom: 20px;
	float: none;
	clear: both;
}
.footnav {
	padding-left: 15px;
	padding-right: 15px;
}
