		body{
			background-color: #154E27;
			background-image: url(images/back.gif);
			margin: 0px;
			padding: 0px;
			font-family: Verdana, Arial, san-serif;
		}
		#centerer{
			min-height: 520px;
			background-image: url(images/grad-back.jpg);
			background-repeat: repeat-x;
			
		}
		#widthSet{
			width: 960px;
			background-color: #301F00;
		}
		#shadow2{
			width: 990px;
			background-image: url(images/shadow.png);
			background-repeat: repeat-y;
			background-position: top center;
		}
		#shadow1{
			width: 1006px;
			background-image: url(images/shadow1.png);
			background-repeat: repeat-y;
			background-position: top center;
		}
		#tagline{
			height: 150px;
			background-image: url(images/boxTop.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			color: #fff;
		}
		#tagline div{
			color: #FFECC6;
			padding: 40px 30px 0px 50px;
			font-size: 27px;
			font-family: Georgia, serif;
		}
		#headerline{
			height: 150px;
			background-image: url(images/boxTop.jpg);
			background-repeat: no-repeat;
			background-position: center center;
			color: #fff;
		}
		#headerline div{
			color: #FFECC6;
			padding: 40px 30px 0px 50px;
			font-size: 14px;
			font-family: Georgia, serif;
		}
		#headerline a{
			color: #FFECC6;
			text-decoration: none;
		}
		#headerline a:hover{
			color: #FFECC6;
			text-decoration: underline;
		}
		#content{
			width: 921px;
			margin-left: 20px;
			background-color: #FFECC6;
			background-image: url(images/roundTop.gif);
			background-repeat: no-repeat;
			background-position: top;
		}
		#content #text{
			background-image: url(images/contetnGrad.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 30px 30px 10px;
		}
		#content #text2{
			background-image: url(images/contetnGrad.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 10px 30px;
		}
		#content #bottom{
			background-image: url(images/roundBottom.gif);
			background-repeat: no-repeat;
			background-position: top;
			height: 14px;
		}
		#logos{
			margin-top: 10px;
			height: 50px;
		}
		#footer{
			font-size: 12px;
			color: #FFECC6;
			padding: 20px;
			text-align: center;
		}
		#footer a{
			color: #FFECC6;
			text-decoration: none;
		}
		#footer a:hover{
			color: #FFECC6;
			text-decoration: underline;
		}
		.line{
	width: 300px;
	border-top: 1px solid #FFECC6;
	height: 10px;
	position: relative;
	top: 0px;
	margin-top: 10px;
	left: 300px;
		}
		.whitebox{
			width: 860px;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.whitebox .top{
			width: 860px;
			height: 9px;
			background-image: url(images/whitebox-top.gif);
		}
		.whitebox .bottom{
			width: 860px;
			height: 9px;
			background-image: url(images/whitebox-bottom.gif);
		}
		.whitebox .fill{
			background-image: url(images/whitebox-fill.gif);
			background-repeat: repeat-y;
			background-position: top left;
			color: #114020;
			padding: 10px 20px 10px 20px;
		}
		#signupbox-lower{
			float: right;
		}
		#signupbox-lower #signup{
			width: 279px;
			height: 177px;
			background-image: url(images/signup-back.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		#signupbox-top{
			position: relative;
			top: 0px;
			left: 0px;
			float: right;
		}
		#signupbox-top #signup{
			width: 279px;
			height: 177px;
			position: absolute;
			top: -175px;
			left: -230px;
			background-image: url(images/signup-back.png);
			background-repeat: no-repeat;
			background-position: top left;
		}
		h1, h2, h3, h4{
			color: #114020;
		}
		#formholder input[type=text]{
			background-color: #301F00 ! important;
			border: none;
			font-size: 12px;
			padding: 2px;
			color: #FFECC6;
			width: 170px;
		}

		#formholder label{
			font-size: 12px;
			color: #301F00;
			font-weight: 700;
		}
		#formholder{
			position: relative;
			top: 60px;
			left: 20px;
		}
		
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

