body {
	font-family: "Times New Roman", Times, serif;
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0099FF;
	color: #666666;
}
.sidebar {
	color: #666666;
	background-image: url(images/sidebarbg.jpg);
}
.siteinfo {
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000066;
}

.siteinfo a, .siteinfo a:visited{
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000066;
}

.siteinfo hover{
	font-size: 12pt;
	color: #FFFFFF;
	background-color: #000066;
}
.required {
	color: #FF0000;
}



h1 {
	font-size: 130%;
	color: #000099;
}


td {
	font-family: "Times New Roman", Times, serif;
}

#topNav {
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#rightbar {
	float: right;
	width: 180px;
}

#topNav a:link,#topNav a:visited{
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#topNav a:hover{
	margin-bottom: 10px;
	margin-left: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#content {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
