/*Center div can be taken off to align the site to the left. Remember to remove from template*/
div#center {
	width:750px;
	background-color:#CDCDCD;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	margin:0;
	background-color:#ffffcc;
}

div#header  {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:750px;
	height:200px;
	float:left;
}

/*Top menu, left, width, padding, zindex, and top can all be changed*/
div#top_menu  {
	width:750px;
	padding:0;
	margin:0;
	font-size:11px;
	font-weight:bold;
}

ul#menu_nav {
	padding:0;	
	margin:186px 275px 0 275px;
}

ul#menu_nav li {
	padding:0;
	margin:0;
	float:left;
	display:block;
	list-style-type:none;
}

ul#menu_nav a {
	padding:0 5px;
	margin:0;
}

div#main_content {
	width:750px;
	float:left;
	text-align:left;
	padding:0;
	margin:0;
	background-image:url(../images/background.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

div#main_fb {
	width:680px;
	float:left;
	text-align:left;
	padding:10px 70px 0 0;
	margin:0;
	text-align:right;
}

div#content {
	width:620px;
	margin:15px 65px;
	padding:0;
}

div#home-content {
	float:left;
	width:321px;
	padding:0;
	margin:0;
	font-size:14px;
}

div#cluster {
	width:299px;
	float:left;
	margin:0;
	padding:0 0 12px 0;
}

.clr {
	clear: both;
}

div#footer {
	width:750px;
	padding:0;
	margin:0;
	float:left;
	background-image:url(../images/footer.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	height:90px;
}

div#footer-text {
	width:620px;
	margin:10px 65px;
	font-size:11px;
	padding:0;
	font-weight:bold;
}

div#footer-text p {
	padding:0;
}
	

/*Top Menu link commands, these can be changed and the hover can be removed*/
div#top_menu a  {
	color:#000000;
}

div#top_menu a:hover  {
	color:#ED1C24;
}


/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:100%;
	font-size:13px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:25%;
	font-weight:bold;
}

td.field  {
	width:75%;
}

/*Basic commands*/

ul {	
	margin-top:0;
}

li {
	padding-bottom:3px;
}

a {
	color:#000000;
}

a:hover {
	color:#ED1C24;
}

/*Heading commands - these can all be changed*/

h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
}

p {
	padding:3px 0 15px 0;
}

h1  {
	font-size:24px;
	font-weight:bold;
	color:#000000;
	padding-bottom:9px;
}

h2  {
	font-size:18px;
	font-weight:bold;
	color:#000000;
	padding:12px 0;
}

h3  {
	font-weight:bold;
	color:#000000;
	font-size:16px;
	text-align:center;
	padding:18px 0;
}

h4  {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:12px 0 3px 0;	
}

h5  {
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding:12px 0 3px 0;
	
}

h6  {
	
}

span  {
	color:#CC0000;
}#center #main_content #content div center table tr td {
	text-align: left;
}

.h2_events {
	text-decoration:underline;
}

#events_page {
	padding:0;
	margin:0;
	text-align:center;
	font-size:16px;
}
