body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#overallframe {
	float: left;
	width: 750px;
}
#firstcolumn {
	float: left;
	width: 379px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
	border-right: #000000;
	border-right-width: 1px;
	border-right-style: dashed;
}
#secondcolumn {
	float: right;
	width: 330px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
#footer {
	float: left;
	width: 750px;
	margin-top: 10px;
}
h1 {
	font-size: 1.2em;
}
hr {
	border: none 0;
	border-top: 1px dashed #000;
	height: 1px;
}
body #footer {
	font-size: 0.7em;
	color: #808185;
	text-align: center;
}
#footer a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	font-weight: bold;
}