@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-attachment: scroll;
	background-color: #144D29;
	background-image: url(images/backgrad.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	border-collapse:collapse;
}
img {
	border:none;
}
.oneColFixCtr #container {
	width: 740px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.sidebar {
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #144D29;
	vertical-align: top;
	padding-left: 20px;
}
.contactBar {
	color: #144D29;
	background-image: url(images/topbar.jpg);
	text-align: center;
	height: 26px;
	width: 740px;
	padding-top: 10px;
	font-size: 100%;
}
a {
	color: #144D29;
	text-decoration: none;
	font-weight: normal;
	border:none;
}
.menubar {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(images/menubar.jpg);
	height: 21px;
	width: 700px;
	padding-left: 40px;
	padding-top: 4px;
}
.menubar a{
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
	text-decoration:none;
}
.menubar a:hover{
	font-weight: bold;
	text-transform: uppercase;
	color:#339933;
}
.menubar a:vistied{
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
}
.here  {
	color: #7DB900;
}
.gradshadL {
	background-image: url(images/gradshadL.jpg);
	float: left;
	height: 90px;
	width: 20px;
}
.mainbody {
	background-color: #FFFFFF;
	float: left;
	height: 300px;
	width: 700px;
	background-attachment: fixed;
	background-image: url(images/maindrop.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.gradshadR {
	background-image: url(images/gradshadR.jpg);
	float: left;
	height: 90px;
	width: 20px;
}


.oneColFixCtr #mainContent {

}
.sidehead {
	text-transform: uppercase;
	color: #144D29;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 10px;
}
.maincell {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.smallprint {
	font-size: 80%;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: dotted;
	vertical-align: bottom;
	border-left-color: #144D29;
}
.bodycopy {
	margin-bottom: 10px;
}
.bodyHead {
	text-transform: uppercase;
	color: #144D29;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 15px;
}
.sideImage {
	border: 1px solid #144D29;
	margin-top: 10px;
}
.caption {
	font-size: 80%;
}
.hotline {
	font-size: 200%;
	color: #7db900;
	font-weight: bold;
	margin-bottom: 20px;
}
.redbox {
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	padding: 8px;
	margin-bottom: 15px;
	text-align: center;
}
.subhead {
	font-size: 75%;
}
