

body{
background-color: #eae8e8;	
font-family: arial, helvetica;
font-size: 10pt;
text-align: center;
background-image: url('/images/template/bg.gif');
background-attachment: fixed;
}

h1{
color: #241f3d;
font-size: 16pt;
font-weight: bold;
margin-top: 20px;
}

h2{
color: #241f3d;
font-size: 13pt;
font-weight: bold;
margin: 0px;
padding: 0px;
}

h3{
color: #241f3d;
font-size: 11pt;
font-weight: bold;
margin: 0px;
padding: 0px;
}

.spacer{
clear: both;
}

#bgHighlight{
	position: fixed;
	z-index: 1;
	margin: auto;
	width: 100%;
	height: 100%;
	top: 0px;
	background-image: url('/images/template/bgHighlight.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	
}

#siteContainer{
	position: relative;
	z-index: 2;
	margin: auto;
	padding: 0px 9px 0px 9px;
	width: 924px;
	*width: 920px;
	background-image: url('/images/template/shdwBG.png');
	text-align: left;
}

#tempContainer{
	padding: 11px;
	background-color: #fff;
}

#header{
	height: 290px;
	background-color: #6699ff;
	border: 1px #241f3d solid;
	background-repeat: no-repeat;
	background-position: bottom;
}

#banner{
	position: absolute;
	z-index: 1;
	top: 67px;
}

#headMask{
	position: absolute;
	z-index: 2;
	margin-top: 28px;	
}

#bov{
	position: absolute;
	z-index: 3;
	top: 35px;
	margin-left: 25px;
}

#nav{
	margin-top: 20px;
}

#navTable{
	border-collapse: collapse;
}

#navTable td{
	text-align: center;
	border: 1px #241f3d solid;
}

#navTable a{
	display: block;
	padding: 4px;
	font-size: 11pt;
	color: #241f3d;
	text-decoration: none;
	background-color: #6699ff;
}

#navTable a:hover{
	display: block;
	padding: 4px;
	font-size: 11pt;
	color: #6699ff;
	text-decoration: none;
	background-color: #241f3d;
}

#villageContacts{
	margin-top: 20px;
	margin-bottom: 20px;
}

.dept{
	font-weight: bold;
	color: #241f3d;
}

.deptPhone{
	
}

#contactForm td{
	color: #241f3d;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
}

.contactTitle{
	color: #241f3d;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 75px;
}

#lowerShdow,
#upperShdow{
	margin: auto;
	text-align: center;
}

.events{
	background-color: #241f3d;
	color: #fff;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px;
}

.eventTable{
	margin-left: 200px;
	font-size: 10pt;
}

.eventTable td.event{
	padding: 5px;
}

.eventTable td.eventName{
	color: #241f3d;
}

.calMonth{
	width: 30px;
	font-size: 8pt;
	border: 1px #000 solid;	
	padding: 1px;
	text-align: center;
	background-color: #241f3d;
	color: #fff;
	font-weight: bold;
}

.calDate{
	font-size: 8pt;
	border: 1px #000 solid;
	height: 25px;
	padding: 3px;
	text-align: center;
	color: #241f3d;
}

.calLink{
	font-size: 9pt;
	font-weight: bold;
	color: #241f3d;
}

#footer{
	margin-top: 10px;
	height: 50px;
	background-color: #6699ff}
