/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
}

body {
	background-color: #FFFFFF;
}

.style1 {font-size: 14px}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #006600;
	font-weight: bolder;
}
a:active {
	text-decoration: none;
	color: #990000;
}
#divHeader {position:absolute; left:0px; top:0px; width:800px; height:135px; z-index:1;background-color: #DDFFDD;}
#divNav {position:absolute; left:0px; top:135px; width:163px; height:1200px; z-index:4;padding-left: 5px;background-color: #DDFFDD;}
#divRight {
	position:absolute;
	left:632px;
	top:135px;
	width:168px;
	height:1200px;
	z-index:3;

}
#divContent {position:absolute; left:172px; top:135px; width:456px; height:1200px; z-index:2;}
#divFooter {position:absolute; left:0px; top:1335px; width:800px; height:100px; z-index:5;background-color: #DDFFDD;}
.navHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: capitalize;
	background-color: #006600;
	color: #FFFFFF;
}
.navLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-position: 20px;
	display: block;
}
.eventDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #DDFFDD;
}
.eventDescript {
	font-size: 12px;
	line-height: 12px;
	background-color: #FFFFFF;
}
.contentHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #006600;
}
