body {
	padding: 0px;
	margin: 0px;
	min-width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #e9c91c;
}

html, body {
	min-height: 100%;
}

#fullouter {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	min-height: 100%;
}

#header {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 84px;
	background-color: #6451a2;
}

#contentouter {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	background-image: url(/assets/images/page_bg.gif);
	background-repeat: repeat-x;
}

#contentmain {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 750px;	
}

#topbanner {
	position: relative;
	left: 0px;
	top: 5px;
	padding: 0;
	margin: 0;
	float: left;
	width: 750px;
	height: 85px;
}

#nav {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	margin: 0;
	float: left;
	width: 240px;
}

#nav ul {
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 0.75em;
	list-style: none;
}
		
#nav ul li a {
	display: block;
	height: 25px;
	width: 220px;
	line-height: 25px;
	vertical-align: middle;
	text-indent: 25px;
	margin: 2px 0px 2px 0px;
	background-image: url(/assets/images/nav/up.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffcc00;
}
		
#nav ul li a:hover {
	background-image: url(/assets/images/nav/down.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #bd0303;
}

#nav p {
	width: 220px;
}

#topbuttons {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 490px;
	text-align: center;
}

#topbuttons img {
	margin-right: 25px;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	padding: 10px;
	margin: 0;
	float: left;
	width: 450px;
}

.content {
	font-size: 0.8em;
}

.content a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover {
	color: #6451a2;
	font-weight: bold;
	text-decoration: none;
}

.content img {
	float: left;
	margin: 0px 10px 10px 0px;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}

h2 {
	font-size: 1em;
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	height: 84px;
	background-color: #6451a2;
}

.border {
	border: 1px solid #666666;
	background-color: #F8C722;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}

.frmbutton {
	border: 1px solid #666666;
	background-color: #F8C722;
	margin: 0px 0 0 10px;
	padding: 2px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	width:235px;
}

#eventdatelinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #E6CB02;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	font-size: 0.9em;
	list-style: none;
	margin: 0;
	padding: 0;
}

#eventdatelinks a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #E6CB02;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	background-color: #6451a2;
	text-decoration: none;
	font-weight: bold;
	margin: 0;
}

#eventdatelinks a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
	background-color: #f8c722;
	text-decoration: none;
}

#eventdatelinks .active a{
	font-family: Arial, Helvetica, sans-serif;
	color: #E6CB02;
	text-decoration: none;
	padding: 6px 20px 6px 20px;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #131F71;
	margin: 0;
}

* html #eventdatelinks li { float: left; height: 1%; }
* html #eventdatelinks li a { height: 1%; }

#dateheading{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.9em;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffcc00;
	font-weight: bold;
	padding: 4px;
}

.dateheading{
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	padding: 5px;
}

.tablecontent {
	font-size: 1.0em;
	padding: 3px;
}

div.row {
	clear: both;
	padding-top: 1px;
}

div.row span.label {
	float: left;
	width: 225px;
	line-height: 20px;
	height: 25px;
	font-weight: bold;
	font-size: 0.9em;
	_width:110px;
}

div.row span.formw {
	margin-left: 5px;
	float: left;
	width: 225px;
	text-align: left;
}

div.row span.formw input#text { width:225px;}

div.row span.formw textarea { width:225px;}

div.row span.formw select { width:65px;}

div.longrow {
	clear: both;
	padding-top: 10px;
	margin-bottom:10px;
	width: 100%;
}

.question {
	background-color: #131F71;
	background-image: url(/assets/images/q.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffcc00;
	font-weight: bold;
	padding: 4px 4px 4px 24px;
	width: 95%;
	float: left;
	margin: 0;
}

.answer {
	background-color: #F8C722;
	background-image: url(/assets/images/a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 4px 4px 4px 24px;
	float: left;
	width: 95%;
	margin-bottom: 10px;
}

.whitebox {
	background-color: #ffffff;
	borer: 1px solid #666666;
	width: 100%;
}