@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	background-color: #990099;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center;
	font-size: small;
	border-top-style: groove;
	height: 20px;
}
#topheader {
	height: 71px;
	padding-bottom: 12px;
}
#nav {
	height: 28px;
}
#leftColumn1 {
	float: left;
	width: 220px;
	padding-top: 20px;
	padding-left: 10px;
}
#rightColumn1 {
	float: right;
	width: 500px;
}
#bottomColumn1 {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	border-top-style: groove;
}
.style1 {color: #FFFFFF}
.style2 {
	color: #000000;
	font-weight: bold;
}
