a {
	color: blue;
}


body {
	background-color: White;
	color: black;
	font: 10pt "Centur Gothic", Helvetica, arial, "news gothic", sans-serif;
	margin: 0px;
	padding: 0px;	
}


h1 {
	font-size: 16pt;
}

h2 {
	font-size: 11pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 10pt;
	color: Green;
}

#navigation {
	position: absolute;
	top: 120px;
	left: 0;
	width: 150px;
	height: 220px;
	padding-left: 13px;
}


#top {
	position: absolute;
	top: 0px;
	left: 0;
	width: 600px;
	padding-left: 10px;
	padding-top: 12px;
}

#topnav {
	position: absolute;
	top: 70px;
	left: 165px;
	width: 485px;
	padding-left: 0px;
	padding-top: 0px;
}

#container {
	position: absolute;
	top: 110px;
	left: 150px;
   text-align: left;
   width: 760px;
}

.row {
   border: 0px solid #669933;
   margin: 5px 0px 50px 15px;
   width: 650px;
}

#indexcontainer {
	position: absolute;
	top: 120px;
	left: 100px;
   width: 680px;
} 

#thiscontainer {
	position: absolute;
	top: 60px;
	left: 100px;
   text-align: left;
   width: 760px;
}

.indexrow {
   border: 0px solid #669933;
   margin: 5px 0px 50px 15px;
   width: 750px;
}

#indeximage {
   border: 0px;
	width: 500px;
	padding-left: 83px;
}

.text {
   width: 380px;
	float: left;
}


.image {
   width: 230px;
	padding-top: 10px;
}

#memberform {
	margin: 0px 0px 0px 100px;
	width: 500px;
}


p {
	text-align: left;
}


p.description {
	font-size: 9pt;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

#thismonth {
	background-image: url(Images/thismonthtop2.jpg);
	width: 481px;
	height: 30px;
	text-align: center;
}

#banner {
	background-image: url(Images/bannerbar.jpg);
	width: 387px;
	height: 30px;
	margin-left: 120px;
	text-align: center;
}

#banner p {
	color: Black;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1em;	
	padding: 5px 0px;	
}

#banner a {
	color: Black;
	text-decoration: none;
}

#linktomonth {
	position: absolute;
	top: 55px;
	left: 100px;
	width: 400px;
	height: 50px;
	padding-top: 10px;
}

#indexnav {
	position: absolute;
	top: 599px;
	left: 100px;
}


#thismonth p {
	color: Black;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 1.2em;	
	padding: 5px 0px;	
}


#bottomnav {
	margin: 10px 0px 5px;
}

#infobox {
	background-color: white;
	margin-left: 100px;
	font-size: 9pt;
	color: black;
	font-weight: 500;
	letter-spacing: .4px;
	height: 22px;
	text-align: left;
}

#infobox2 {
	background-color: white;
	width: 549px;
	font-size: 9pt;
	color: black;
	font-weight: 500;
	letter-spacing: .4px;
	height: 22px;
	text-align: justify;
}

#datebox {
	clear: both;
	background-color: #8E7E7E;
	font-style: oblique;
	font-size: 11pt;
	color: #ffffff;
	font-weight: 700;
	width: 342px;
	margin-left: 100px;
	text-align: center;
	height: 22px;
	padding: 2px;
}



