/* body styles */ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.4em;
	color: #000000;
	margin: 0;
	padding: 0;
	background:  #FFFFFF; 

}

/* typography */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
}

input, select, th, td {
	font-size: 1em;
	color: #003366;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #6666FF;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #6666FF;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}


i {  font-style: italic}
b {  font-weight: bold}

a:link {  color: #0066FF; text-decoration: none}
a:hover {  color: #33CC99; text-decoration: none}
a:visited {  color: #9966CC; text-decoration: none;}
.arial {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000}
.grey { color: #999999; }
.small {
	font-size: x-small;
	color: #999999;
}

.contact {
	font-size: 8pt;
	color: #6666FF;
	font-weight: bold;
	height: auto;
	width: auto;
}

.clear {
	clear: both;
	}
	
.floatright {
	float: right;
	}

#PageWrapper {
	width:100%;
}

#ContentPage {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF;
	text-align: left;
}

#homeformat #ContentPage {
	background: #000000;
}

#homeformat #ContentPage p {
	color: #FFFFFF;
}

#HomeContentText a:link {color:#FFFFFF; text-decoration:none}
#HomeContentText a:visited {color:#CCCCFF; text-decoration:none}
#HomeContentText a:hover {color:#ccccFF; text-decoration:underline}

#BrandingBox {
	width: 100%;
	padding:0;
	background: #FFFFFF url(../Images/header_logo.gif) no-repeat left top;
	height: 135px;
}


#ContentBox {
	margin: 10px 50px;
	clear: both;
}


#HomePage {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background: #000000;
}

#HomePix {
	width: 700px;
	background: #000000;
}


#Footer	{
	background: #FFFFFF;
	text-align: center;
	font-size: xx-small;
	color: #666666;
}

#currentevents {
	float: left;
	width: 66%;
}

#currentevents .eventheader {
	background: #99ccFF;
	margin: 4px 0;
	padding: 0 5px;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
}

#currentevents .event {
	background: #FFFFFF;
	margin: 5px;
	padding:0;
}

#futureevents {
	width: 30%;
	float: right;
	background: #99ccFF;
}

#futureevents .eventheader {
	background: #99ccFF;
	margin: 4px 0;
	padding: 0 5px;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
}

#futureevents .event {
	background: #99ccFF;
	margin: 5px;
	padding:0;
}

#pastevents {

}

.eventheader {
	width: 100%;
	background: #99ccFF;
	margin: 4px 0;
	padding: 0 5px;
	line-height: 1.5em;
	font-size: 1.25em;
	font-weight: bold;
}
.event {
	background: #FFFFFF;
	margin: 5px;
	padding:0;
}
