/*styles for main divs*/
html,body  {	
	margin: 0;	
	padding: 0;
	background-color: #B2BBDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#wrapper {
	width: 792px;
	margin:0 auto 0 auto;
	background-color: #B2BBDA;
}
div#head {
	float: left;
	height: 193px;
}
div#leftNav {
	float: left;
	width: 25%;
	height: 100%;
	min-height: 100px;
}
div#content {
	float: left;
	width: 75%;
}
	#content p {	
	padding-left: 15px;
	padding-right: 15px;
	}
	#content div {
	padding-left: 15px;
	padding-right: 15px;
	}
div#footer {
	width: 100%;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	background-color: #486EAD;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 14px;
	color: #990000;
}


a:link {
	font-family: "Arial";
	font-size: 10px;
	font-style: bold;
	color: White;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 10px;
	font-style: bold;
	color: white;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 10px;
	font-style: bold;
	color: Navy;
	text-decoration: none;
}
.mainbody {
	font-family: "Arial";
	font-size: 12px;
	font-style: bold;
	color: Navy;
	text-decoration: none;
}
a:link.mainbody {
	font-family: "Arial";
	font-size: 12px;
	font-style: bold;
	color: Navy;
	text-decoration: none;
}
a:visited.mainbody {
	font-family: "Arial";
	font-size: 12px;
	font-style: bold;
	color: Navy;
	text-decoration: none;
}
a:hover.mainbody {
	font-family: "Arial";
	font-size: 12px;
	font-style: bold;
	color: White;
	text-decoration: none;
}
a.eventlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a.eventlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990000;
	text-decoration: none;
}
a:visited.eventlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
