Body {
	height:100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align: center;
	background-color: #023BD1;
	background-image: url(../images/imagebg.jpg);
	background-repeat: repeat-x;
}

h1 {
	width:100%;
	text-align:center;
}

h2 {
	color: #003AD1;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

a {
	color: #003AD1;
	text-decoration: none;
}
a:hover {
	color:#003AD1;
	text-decoration: underline;
}

#featurelist {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    padding-left: 10px;
    background-image: url(../images/bullet.gif);
    background-repeat: no-repeat;
}

#featurelist a {
	color:#000000;
	text-decoration: none;
}

#featurelist a:hover {
	color: #000000;
	text-decoration: none;
}
 
#Container {
	width:750px;
	height:100%;
	top:0px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-color:white;
	margin:0px auto;
}

#Header {
	width: 750px;
	top: 0px;
	background-image: url(/images/headingbg.jpg);
	background-repeat: repeat-x;
}

#Logo {
	width: 200px;
	float: left;
}

#Banner {
	width: 550px;
	height: 168px;
	float:left;
	background-image: url(/images/headers/1.jpg);
	background-repeat: no-repeat;
}

#HeaderBottom {
	width: 750px;
}

#Search {
	width: 200px;
	height: 22px;
	float: left;
	background-image: url(../images/headingbg.jpg);
	background-repeat: repeat-x;
}

#Navigation {
	width: 550px;
	float: right;
}

#MainBody {
	width: 750px;
	background-color: #ffffff;
	float:left;
	
}

#Features {
	width: 200px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #D4D0C8;
	text-align: left;
}

#FeaturesNav ul {
	margin:0px; 
	padding:0px;
}

#FeaturesNav li {
	width:90%;
	border:#003366 1px solid;
	padding-left:5px;
	list-style:none;
	margin-top:5px;
}

#FeaturesNav li a {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#Content {
	float: left;
	padding-left: 8px;
	padding-right: 2px;
	width: 520px;
	background-color: #ffffff;
	text-align: left;
}

#Advertisement {
	float: left;
	width: 0px;
	display:none;
	text-align: center;
	background-color: #ffffff;
}
	
#Top {
text-align: left;
height: 22px;
}

#Toplinks {
	color: #ffffff;
}

#TopLinks a {
	color:#ffffff;
	text-decoration: none;
}

#TopLinks a:hover {
	color: #ffffff;
	text-decoration: none;
}

.Field {
	width: 140px;
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;	
}

#FieldContainer {
	margin-bottom: 10px;
}

.formField {
	border: 1px solid #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.FormButton {
	background-color:#003AD1;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border:1px solid #000000;
}

#Footer {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#aeaeae;
	width:100%;
	float:left;
}

#Footer a {
	color:#aeaeae;
	text-decoration: none;
}

#Footer a:hover {
	color: #aeaeae;
	text-decoration: none;
}

.FieldName {
	color: #000000;
	font-family: Arial, Verdana;
	Font-size: 12px;
	font-weight: bold;
}

/* --- CALENDAR --- */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 16px;
	font-weight: bold;
	color: #003AD1;
}
#Calendar {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#Calendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #F4F4F4;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/* --- EVENT FILES --- */
#EventFiles {
	width: 160px;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	float: right;
	padding: 2px;
	font-size: 10px;
}
#EventFiles a {
	color: #74AE39;
}
