body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4C4117;
	background-image: url(images/green_bkg.gif);
	background-repeat: repeat-x;
}

/* 	The parent container for the page */
#wrapperdiv {
	margin-left: -384px;  
	margin-top: 42px;
}

/* 	The header */
#header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}
#header h1 {
 font-size: 0;
 height: 0;
 margin: 0 0 0 -999em;
 padding: 0;
 width: 0;
}

/* 	The navbar */
#navbar {
	margin: 0;
	padding: 0 1px 2px 0;
}

#navbar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navbar a {
	float: left;
	line-height: 13px;
	font-size: 13px;
	font-weight: bold;
	margin: 0 10px 4px 8px;
	text-decoration: none;
	color: #006633;
}

#navbar a.active, #navbar a:hover {
	color: #000;
}
/* 	The green blend separator between header and content */
#greenblend {
	background-image: url(images/green_blend.gif);
	background-repeat: no-repeat;
	text-align: left;
}

/* 	The parent container for the content and footer */
#contentwrapper {
	position: absolute; 
	top: 105px; 
	left: 0;
	height: auto; 
	width: 762px; 
}

/* 	The content */
#content {
	font-size: 12px;
	line-height: 140%;
	background-color: #FFFFFF;
	background-image: url(images/content_bkg.gif);
	background-repeat: repeat-x;
}

#content p {
	margin: 0 15px 10px 30px;
	line-height: 30px;
}

#content a {
	text-decoration: none;
	color: #006633;
}

#content a.active, #content a:hover {
	color: #000;
}

#content h1 {
	margin: 0 15px 0 30px;
	line-height: 17px;
	font-size: 13px;
	font-weight: bold;
}

#content h2 {
	margin: 0 15px 0 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #006633; 
}

.regtext {
	line-height: 15px;
}

.maptext {
	line-height: 14px;
	font-size: 12px;
	text-align: right;
}
/* 	Home content */
#content td {
	font-size: 12px;
	line-height: 140%;
}


/* 	The rates */
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006633;
	text-align: center;
}
#rates {
	text-align: center;
}

#rates table {
	border-top: 1px solid #91855A;
	border-left: 1px solid #91855A;
	border-collapse: collapse;

}

#rates th, #rates td {
	padding: 3px;
	border-right: 1px solid #91855A;
	border-bottom: 1px solid #91855A;
}

#rates th {
	font-size: 12px;
	background: #91855A;
	color: #fff;
}

#rates td {
	font-size: 11px;
	padding: 2px;
	border-right: 1px solid #91855A;
	border-bottom: 1px solid #91855A;
}

#rates td.footer {
	font-size: 9px;
	font-weight: normal;
	color: #006633;
	background-image: url(images/header_bkg.gif);
	background-repeat: repeat-x;
	text-align: center;
}
/* 	The form */
#form {
	text-align: left;
}

#form table {
	padding: 0;
	margin: 0; 
}

#form th,  #form td {
	color: #006633;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	background-color: #FFFFFF;
	border: 1px solid #006633;
}
input:focus { background : #EFFBF4 }
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	background-color: #FFFFFF;
	border: 1px solid #006633;
}
textarea:focus {
	background : #EFFBF4
}
.formbut {
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 2px;
	padding-top: 0;
	color: #006633;
}

/* 	The footer */
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 762px;
	height: 83px;
}
#footer2 {
	margin: 5px 0;
	line-height: 140%;
	text-align: center;
	width: 762px;
	font-size: 10px;
	color: #006633;
}
#footer2 a {
	text-decoration: none;
	color: #006633;
}

#footer2 a.active, #footer2 a:hover {
	color: #000;
}
object {
	text-align: right;
	margin: 0 10px 10px 15px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4117;
	margin-top: -10px;
	line-height: 140%;
}

.features {
	margin: 0 100px 0 60px;
}