.title{
	font-family: "Britannic Bold",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	width: 760px;
} 
.state {
	font-family: "Britannic Bold",Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.leftcol {
	position: absolute;
	width: 400px;
	border-right-style: solid;
	border-right-color: Silver;
	border-right-width: 1px;
}
.rightcol {
	position: absolute;
	left: 400px;
	width: 360px;
	margin-left: 10px;
	}
.section {
	border-bottom-color: Silver;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-left: 10px;
	margin-right: 10px;
	}
