/*** Layout ***/
body {
	background: url('img/background.jpg') top center repeat-y #FFF;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin-top:0px;
	text-align: center;
}
div#holder {
	background: url('img/background.jpg') top center repeat-y #FFF;
	width: 802px;
	margin: 0 auto;
	background: white;
	text-align: left;
}
div#header {
	background:url('img/header.jpg') top center no-repeat #FFF;
	width:800px;
	height:157px;
	padding: 0px 1px;
}
div#header_2 {
	background:url('img/home.jpg') top center no-repeat #FFF;
	width:800px;
	height:371px;
	padding:0px 1px;
}
div#body {
	background: url('img/background.jpg') top center repeat-y #FFF;
	width:742px;
	padding:0px 30px;
	font-size:10pt;
}
div#footer {
	background: url('img/background.jpg') top center repeat-y #FFF;
	border-top:2px solid #B6B6B6;
	padding:3px 10px;
	color:#8E8E8E;
	font-size:7pt;
}
div#footer div#footer-right {
	float:right;
	color:#000;
}

p {
	margin:0px;
	padding:0px;
	font-size: 14px;
}
div.clear {
	clear:both;
}


/*** NAV ***/
div#menu ul#menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin-left:15px;
}
div#menu ul#menu li {
	float:left;
	border-left:1px solid #B6B8BD;
	height:21px;
	margin-top:3px;
	padding-top:5px;
}
div#menu ul#menu li.nostripe {
	border-left:0px;
}
div#menu ul#menu li a {
	margin:10px 8px 10px 8px;
	color:#747474;
	font-weight:bold;
	text-decoration:none;
}

ul#menu2 {
	margin:0px;
	padding:0px;
	list-style-type:none;
	margin:174px 0px 0px 550px;
}
ul#menu2 li {
	margin-bottom:8px;
}
ul#menu2 li a {
	font-family:times new roman;
	font-size:12pt;
	color:#000;
	text-decoration:none;
}

.formfield{
	width:350px;
	font-family:arial;
	font-size: 10pt;
	font-weight:normal;
}
textarea{
	width:350px;
	height:200px;
	font-family:arial;
	font-size: 10pt;

}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
.alignright {
	float: right;
	padding: 0 0 10px 10px;
}
.aligncenter {
	text-align: center;
}

#upcomingEvent {
	list-style: none;
	position: relative;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #7b7b7b;
	border: 0;
}

a:hover {
	text-decoration: underline;
}

.datetime {
	font-size: 14px;
	font-weight: bold;
	color: #b0b0b0;
}

.location {

}

#body p {
	margin: 0 0 10px;
}


