

body, p, td, th, li {
	font-family: HelveticaNeue Roman, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	color: #666;
	text-align : center;
	background-image : url("images/bkg.jpg");
}

a:link,
a:active,
a:visited {
	font-family: HelveticaNeue Roman, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #336;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#Layout {
	width : 800px;
	height : 600px;
	text-align : left;
	margin : 0px auto;
	background-color : #FFFFFF;
}

#TopBar {
	width: 800px;
	 height:113px; 
}
#PictureBar {
	background-image: url(''); 
	width: 800px; 
	height:114px;
}
#TopNav {
	height : 30px;
}

#SideNav {
	background-image : url('images/warrenton_09.gif');
	background-repeat : no-repeat;
	width: 182px; 
	height:204px;
}

#ContentTable {
	width : 100%;
	height : 314px;
	background-image : url("images/navBkg.jpg");
	background-repeat : repeat-y;
}

#ContentTable tr td,
#ContentTable td {
	vertical-align : top;
}

.linkCell {
	height: 37px; 
	width: 150px; 
	text-align: right; 
	vertical-align: text-top; 
	padding-right:20px;
}

.linkCell a:link,
.linkCell a:active,
.linkCell a:visited {
	font-size: 12px; 
	font-weight: bold; 
	color: #690; 
	font-family: Century Gothic, sans-serif; 
	text-decoration: none;
}

.linkCell a:hover {
	text-decoration: underline;
}

.contentDiv {
/*
	height: 303px;
	*/
	width: 578px;
/*
	overflow: auto;
*/
	padding: 20px;
	font-family: HelveticaNeue Roman, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.homeDiv {
	width: 319px;
	/*
	height: 243px;
	*/
/*
	overflow: auto;
*/
	font-family: HelveticaNeue Roman, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 30px;
}
.eventHeader {
	font-size: 15px;
	font-weight: bold;
	color: #336;
}

h1 {
	font-size : 17px;
	font-weight : bold;
	color : #336;
}

.innerEventBox {
	font-size: 13px;
	background-color: #EEF;
	border: 1px #336 solid;
	color: #003;
	width: 199px;
	float: right;
	height: 280px; 
	padding: 0px;
	overflow : hidden;
}
.smallEvent {
	font-size: 12px;
}
.eventBox A {
	font-size: 13px;
	color: #003;
	text-decoration: none;
	font-weight: normal;
}
.eventBox A:HOVER {
	text-decoration: underline;
}
.formLink {
	font-size: 14px;
	font-weight: bold;
	color: #336;
	text-decoration: none;
}
.formLink:HOVER {
	text-decoration: underline;
}

#SlideshowImg1,
#SlideshowImg2 {
	position : absolute;
	left : 0px;
	top : 0px;
	
	width : 320px;
	height : 240px;
}

#SlideshowImg1 {
	z-index : 1;
}

#SlideshowImg2 {
	z-index : 0;
}
