body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	background-color: #FFFFFF;
	text-align: left;
}
.header {
	font-size: 36px;
	color: #F58234;
}
#maincontent {
	height: 500px;
	width: 100%;
	padding-top: 50px;
	background-color: #FFFFFF;
}
.topcopy {
	font-size: 14px;
	color: #000000;
	line-height: 20px;
}
.italiccopy {
	font-style: italic;
}
a:link {
	font-weight: normal;
	color: #20008E;
	text-decoration: none;
}
a:visited {
	color: #20008E;
	text-decoration: none;
}
a:hover {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #F68436;
}

