body {
	background-color: #CCC;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #E8F7BC;
	text-align: justify;
	width: 780px;
	margin: 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 100.01%;
}
#header1 {
	background-image: url(images/banner.jpg);
	height: 150px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
#header2 {
	background-color: #E8F7BC;
	margin: 0px;
	height: 20px;
	width: 780px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009D00;
	border-bottom-color: #009D00;
	font-size: 80%;
	font-weight: bold;
	color: #673301;
	text-align: left;
	padding: 0px;
}
#sidebar {
	font-weight: normal;
	text-align: left;
	float: left;
	height: auto;
	width: 130px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 20px;
}
#wrapper #sidebar a:link ,#wrapper #sidebar a:visited  {
	font-weight: bold;
	color: #079700;
	text-decoration: none;
	text-align: left;
	display: block;
	padding: 10px;
}

#sidebar a:hover, #sidebar a:active {
	color: #E8F7BC;
	background-color: #99D83F;
}


#mainContent {
	font-size: 100.01%;
	font-weight: normal;
	background-color: #FFF;
	text-align: left;
	float: right;
	width: 630px;
	font-family: "Times New Roman", Times, serif;
}
#mainContent h1 {
	font-size: 110%;
	font-weight: bold;
	color: #019908;
	text-align: center;
}
#mainContent h2 {
	font-size: 105%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 20px;
	text-align: center;
}

#mainContent h3 {
	font-size: 105%;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 20px;
}
#mainContent h4 {
	font-weight: bold;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 90%;
}



#mainContent p {
	font-size: 90%;
	line-height: 1.5;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#mainContent a:link, #mainContent a:visited {
	text-decoration: none;
	color: #079700;
}
#mainContent a:hover, #mainContent a:active {
	color: #030;

}
#wrapper #mainContent table tr td a:link, #wrapper #mainContent table tr td a:visited {
	text-decoration: none;
	color: #FFF;
}
#wrapper #mainContent table tr td a:hover, #wrapper #mainContent table tr td a:active {
	text-decoration: none;
	color: #030;
}




#mainContent img {
	float: left;
	padding: 10px;
}



#footer {
	text-align: center;
	clear: both;
	height: 30px;
	width: 780px;
	font-size: 75%;
	font-weight: bold;
	color: #673301;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #009D00;
	padding-top: 10px;
}
.holder {
}
.current {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: left;
}
