body{
	margin: 15px auto; /* Centers the container on the page */
	background: url(../images/body-bg.gif) repeat #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
}
/* event calendar include */
iframe{
	margin-top:12px;
	float:left;
}
#event{
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #990000;
}
#container{
	width: 750px;
	margin: 0 auto; /* Centers the container on the page */
	border: 1px solid #b2b2b2; /* grey */
}
a img{
	border: 0; /* Turn off borders on linked images */
}
h4{
	padding:0;
	margin:0;
	font-size:120%;
}
h5{
	padding:0;
	margin:0;
	font-size:100%;
}

/*Link colors */
a{
	color: #333;
}
a:visited, a:hover{
	color: #777;
}
a:hover{
	text-decoration: none;
}

/* Header styles */
#header{
	background: url(../images/header-bg.gif) no-repeat;
	width: 750px;
	float: left;
}
#header img{
	float: left;
}

/* Top navigation */
#topnav{
	float: right;
	width: 348px;
	background: url(../images/topnav-bg.gif) repeat-x;
}
#topnav a img{
	border-right: 1px solid #000;
	margin: 0;
	padding: 0;
}

/* Main content */
#main{
	height: 350px;
	overflow: visible;
	width: 750px;
	clear: both;
}
/* Sets valign to top and zeroes out cellpadding on the table cells */
#main td{
	vertical-align: top;
	padding: 0;
}
/* Side navigation */
td#side{
	width: 220px;
	padding-top: 51px;
	background-color:#FFFFFF;
}
/* Main contents */
td#contents{
	width: 530px;
	background-color: #E9DDC7;
}

/* Main Body Text */
#top-content{
	padding: 5px 15px 5px 15px;
	width:500px;
	float:left;
}
#top-content p{
	margin-top: 10px;
}
#top-content td{
	margin: 0;
	padding: 3px;
}
#front-content{
	padding: 5px 25px 5px 25px;
	width:300px;
	float:left;
}
#front-content p{
	margin-top: 10px;
}
#front-content td{
	margin: 0;
	padding: 3px;
}

/* The bottom bit with the text in it */
#main-content{
	margin: 30px 35px;
}

/* Side navigation styles */
ul#sidebar{
	list-style: none; /* Takes the bullets off the list */
	margin: 0px 0px 0px 32px; /* Controls the left margin */
	padding-left: 0; /* Makes the list items flush with the left margin */
	height: 390px;
}
ul#sidebar li{
	width: 181px;
	padding: 0;
	border-bottom: 1px solid #ddd;
	float: left;
	list-style: none;
}
ul#sidebar li ul, ul#sidebar li * li{
	margin: 0;
	padding: 0;
	border-top: 1px solid #ddd;
}
ul#sidebar li * li{
	border-top: none;
	border-bottom: none;
}
ul#sidebar a{
	font-size: 11px;
	color: #333;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
}
ul#sidebar li * li a{
	padding: 4px 10px 4px 30px;
	background: #F1F1E5;
	background: #FCFCF8;
}

ul#sidebar a:hover{
	background: url(../images/side-link-hover.gif) repeat-x #E9DDC7;
}
ul#sidebar li * li a:hover{
	background: #EEEDE6;
}

/* Footer */
#footer{
	text-align: center;
	font-size: 11px;
	padding: 6px 0 6px 0;
	margin:0;
	background:#D5E5CF;
}
#footer img {
	float:right;
}
.contact{
	font-size:11px;
}
.contact {
	width:400px;
	margin:0;
	padding:0 0 10px 10px; 
	font-size:80%;
}
.small-text{
	font-size:10px;
}
.required {
	font-size: 12px;
	color:#FF0000;
}
.form-elements {
	font-size: 11px;
}
.photo {
	margin:0;
	float:left;
	text-align:center;
}
.photo img {
	border: 0; /* Turn off borders on linked images */
	padding: 1px;
}
.links {
	float:left;
	width:240px;
	margin:0;
	padding-top:10px;
}
.inthenews {
	float:left;
	width:250px;
	margin:0;
	padding:0 0 0 10px; 
	font-size:80%;
}
.instruction {
	float:left;
	width:200px;
	margin:0;
	padding:0 0 20px 0; 
	font-size:90%;
}
.instruction p {
	margin:6px;
}
.instructionad {
	float:left;
	width:255px;
	margin:0;
	padding:0 0 4px 0; 
	font-size:90%;
}
.instructionad p {
	margin:6px;
}
.clear {
	clear: left;
}