body {
	margin: 0;
	background-color: #1D3E00;
	background-image: url(images/green_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: verdana;
}

#middle {
	width: 720px;
	border: 0px;
}

#logo {
	margin-top: 5px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 418px;
	height: 100px;
}

#header {
	margin-top: 15px;
	width: 625px;
	margin-left: auto;	margin-right: auto;
}

#logo_sm {
	background-image: url(images/logo_sm.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 137px;
	height: 66px;
	float: left;
}

#nav {
	margin-left: 15px;
	width: 473px;
	height: 83px;
	float: left;
}

.nodisp {
	display: none;
}

.sm_gray {
	font-family: Arial;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}

.med_gray {
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

#home_features {
	width: 550px;
	text-align: left;
	font-size: 13px;
	font-family: Arial;
	line-height: 15px;
	color: #333333;
}

#home_quote {
	width: 550px;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}

img {
	border-color: black
}

#inner {
	width: 650px;
}

#inner_left {
	float: left;
	width: 155px;
	border-right: 1px solid #BFBFBF;
}

#inner_right {
	float: left;
	margin-left: 18px;
	width: 470px;
	border: 0px solid black;
	text-align: left;
	color: #333333;
	font-size: 9pt;
	font-family: Arial;
}

#inner_centered {
	width: 550px;
	border: 0px solid black;
	color: #333333;
	font-size: 9pt;
	font-family: Arial;
}

#inner_centered_xtra {
	width: 650px;
	border: 0px solid black;
	color: #333333;
	font-size: 9pt;
	font-family: Arial;
}


ul#linklist {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

ul#linklist li {
	margin: 9px 15px 9px 12px;
}

ul#linklist li a {
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}

a {
	color: #006600;
}

a:hover {
	background-color: #f5f5f5;
	color: #CC6600;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 16pt;
	color: #333333;
}

.formtext {

	color: #4B4C4D;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;

}

.formtext_sm {

	color: #4B4C4D;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;

}

.hr_spacer {

	margin: 14px 0;
	color: #666666;

}

.quote {

	font-style: italic;

}