
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: 12px;
	

}

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 637px;
	height: 341px;
}

#mainContent {
	position: absolute;
	top: 341px;
	left: 0px;
	width: 637px;
	height: 391px;
	background: url("images/mainContentBG.jpg") no-repeat;
	
}

#news {
	position: absolute;
	top:5px;
	left: 13px;
	width: 238px;
	height: 195px;
	margin: 0px;
	margin-left: 5px;

	
}
#news table tr td {

	padding: 5px;
	padding-top: 0px;
}
#news table tr td a {
	text-align: right;
}

.news {
	padding: 0px 5px 5px 0px;
	vertical-align: top;
	margin: 0px;
	
}
#news a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: maroon;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#news a:hover {
	line-height: 18px;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
.newsDate {
	color: #654127;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 20px;
}
.newsText {
	font-size: 12px;
	
}
.newsLink {
	text-align: right;
}
.skinnyIMG {
	line-height: 1px;
	height: 1px;

}
#sendForm {
	position: absolute;
	top: 212px;
	left: 15px;
	width: 242px;
	height: 135px;
	
}

iframe {
	position: absolute;
	top: 0px;
	left: 267px;
	width: 335px;
	height: 337px;
	border: none;
	background: transparent;
	
}


#sidebar {
	position: absolute;
	top: 0px;
	left: 637px;
}
#section {
	padding:5px 10px;
	width: 290px;
	font-size: 10px;

}
#section h3 {
	color: #654127;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px;

	
}
#section h4 {
	color: #3c1503;
	font-size: 12px;
	font-weight: bold;
	
}
#section h2 {
	color: #3c1503;
	font-size: 16px;
	font-weight: bold;

	
}
#section p {
	font-size: 12px;

	
}

#section a {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: maroon;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	text-transform: uppercase;
}
#section a:hover {
	line-height: 18px;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}
#section .showDate {
	font-size: 14px;
	font-weight: bold;
	color: #654127;
	text-decoration: underline;
}
#section .showVenue {
	font-style: italic;
	line-height: 18px;
	
}
#section .moreInfo {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	
}