BODY {
	background: #005CA1 url(../img/bkgd.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	font: normal 62.5% Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 950px;
	margin: 5px auto 0;
	text-align: left;
	font-size: 1.3em;
}

#masthead {
	background: White url(../img/masthead.jpg) no-repeat;	
}

A {
	color: #398125;
}

A:HOVER {
	text-decoration: none;
}

#nav {
	background: #0063A2 url(../img/bkgd-nav.jpg) repeat-x;	
	height: 30px;
}

#nav UL {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
}

#nav LI {
	float: left;
	list-style-type: none;
	margin: 0 16px;
	padding: 6px 0;
}

#nav A {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: White;
	text-decoration: none;
}

#nav A:HOVER {
	color: #DCD637;	
}

#feature {
	height: 330px;
	background: #398125 url(../img/bkgd-feature.jpg) no-repeat;
}

#feature-left, #feature-right {
	width: 475px;	
	float: left;
}

#feature-left H1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	color: White;
	margin: 95px 0 0 30px;
	width: 380px;
}

IMG#requestfreeinfo {
	margin-left: 100px;
}

#feature-right {
	margin-top: 35px;
}

#page {
	background-color: White;
}

#content-left {
	width: 655px;
	float: left;
	padding: 0 10px 20px 20px;
}

H2 {
	font-size: 1.3em;
	color: #398125;
	border-bottom: 1px solid #398125;
}

#content-left H2 {
	width: 655px;
}

DIV.content-column {
	width: 200px;
	float: left;
	margin: -15px 15px 15px 0;
}

DIV.content-column UL {
	list-style-type: square;
	padding-left: 20px;
}

H3 {
	font-size: 1.2em;
	color: #337DB6;
}

#content-right {
	width: 245px;
	float: left;
	padding: 0 10px 20px 10px;
}

#content-right H2 {
	width: 225px;
}

#content-right UL {
	padding: 0 0 0 15px;
	list-style-type: square;
}

#content-right LI {
	margin: 10px 0;
	padding: 0;
}

#content-right A {
	font-weight: bold;
}

BR.clearbreak {
	clear: both;
}

#footer {
	text-align: center;
	font-size: 0.9em;
	color: White;
}

#footer A {
	color: White;
}

#footer H4 {
	font-size: 1.3em;
}