body {
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	background-color: #FFFFFF;
	text-align: center;
	width: 975px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
.header {
	width: 975px;
	height: 191px;
}
.rtCol {
	width: 250px;
	clear: left;
	float: left;
}
.nav {
	color: #FFFFFF;
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-align: center;
	width: 75px;
	float: right;
	clear: both;
	margin-right: 45px;
	padding: 10px;
	border: thin ridge #00FF00;
}
.nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.nav a:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bolder;
}	
.main {
	width: 725px;
	float: right;
}
.mhead {
	width: 725px;
	height: 100px;
	background-color: #006633;
}
.foot {
	width: 725px;
	float: right;
	font-size: .8em;
	font-style: italic;
	font-weight: bold;
}
.contactform {
	float: right;
	height: 300px;
	width: 250px;
	border: thin solid #006633;
	margin-top: 20px;
}
.quote {
	float: right;
	clear: both;
	font-size: 0.75em;
	color: #FFFFFF;
	width: 177px;
	border: thin solid #FFFFFF;
	margin-top: 15px;
	margin-right: 4px;
	text-align: left;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #336600;
}