BODY {
	FONT-SIZE: 90%;
	FONT-FAMILY: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	margin-left: 0px;
}

a:link {
	color: #660099;
}
a:visited {
	color: #dd0000;
}
a:hover {
	color: #aa0000;
	text-decoration: underline;
}

#topbanner {
	width: 100%;
	height: 178px;
	background-image: url(images/bg_top.jpg);
}

.content {
	
	padding-top: 10px;
	vertical-align: top;
	width: 100%;
}
.innermain {
	margin-left: 20px;
	width: 90%;
	text-align: left;
}
.sidebar {
	width: 147px;
	background-color: #CFC9AA;
	background-image: url(images/sideback.jpg);
	vertical-align: top;
}
.pghead {
	font-family: "Courier New", Courier, monospace;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	padding-top: 2px;
	color: #000000;
	padding-bottom: 2px;
	border-top: thin solid #dd0000;
}


H2 {
	font-size: 140%;
	font-weight: bold;
	color: #660099;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
}
H3 {
	font-size: 110%;
	font-weight: bold;
	color: #cc0000;
	margin-bottom: 1px;
	margin-top: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
}


.formlabel {
	background-color: #bb0000;
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
	vertical-align: top;
	color: White;
}

.formfield {
	background-color: #eae7ca;
	vertical-align: top;
}
