body {
	background-attachment: fixed;
	background-color: #299926;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	color: #666666;
}
.contentbg {
	background-image: url(../images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
html {
	height: 100%;
	width: 100%;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
ul {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 5px;
	list-style-position: outside;
	list-style-type: disc;
}
.errormessages {
	color: #FF0000;
	font-weight: bold;
}
ol {
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.listingheader {
	color: #FFFFFF;
	background-color: #003399;
}
.dropdowns {
	background-color: #E3F0E7;
	text-align: left;
	padding: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003399;
	border-right-color: #003399;
	border-bottom-color: #003399;
	border-left-color: #003399;
	z-index: 2;
}
.snsubs {
	padding-left: 10px;
}
.flashstyle {
	z-index: 0;
}
