@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
}
p {
	line-height: 150%;
	margin: 0px;
}
ul {
	line-height: 150%;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	list-style-type: square;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
ol {
	line-height: 150%;
	margin-left: 8px;
	padding-left: 18px;
}
.dates {
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	color: #92C743;
}
.pageheader {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #92C743;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #92C743;
	padding-bottom: 2px;
}
.subhead {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #1A2855;
}
.subheadwhite {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	text-transform: uppercase;
}
.bodywhite {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
}
.question {
	font-size: 12px;
	color: #1A2855;
	border-left-width: 1px;
	font-weight: bold;
}
.prizes {
	font-size: 11px;
	color: #000000;
	border-left-width: 1px;
}
.registertext {
	font-size: 8.5px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin-left: 8px;
}
.newsupdate {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
a:link {
	color: #92C743;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a.mainlink:link {
	color: #92C743;
	text-decoration: none;
}
a.mainlink:hover {
	color: #1A2855;
	text-decoration: none;
}
a.mainlink:visited {
	color: #92C743;
	text-decoration: none;
}
a.updatelink:link {
	color: #92C743;
	text-decoration: none;
}
a.updatelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.updatelink:visited {
	color: #92C743;
	text-decoration: none;
}
#topcontainer {
	height: 140px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	background-color: #1A2855;
	z-index: 2000;
}
#maincontainer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	top: 20px;
	z-index: 100;
}
#logostrap {
	margin: 0 auto;
	position: relative;
	height: 80px;
	width: 960px;
	top: 40px;
}
