@charset "utf-8";
/* CSS Document */

body{
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}

#headerContainer{
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	width: auto;
}

#footercontainer{
	background-image: url(images/bg_bottom.jpg);
	background-repeat: repeat-x;
	width: auto;
}

.sectionLink{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006600;
	letter-spacing: 1px;
}

.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #005b2f;
	text-decoration: none;
	font-weight: bold;
}
h2{
	color: #003333;
}

.toptext{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color:  #003333;
	text-decoration: none;
	line-height: 25px;
}
