/*General Content*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#2D4720;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

#logo {
	width:235px;
	height:72px;
	float:left;
	position:static;
	margin:20px 0 0 20px;
	overflow:hidden;
	background-repeat:no-repeat;
	display:block;
}

#logo a {
	display:block;
	text-indent:-9999999px;
	overflow:hidden;
	background-image:url(logo.png);
	height:72px;
	width:235px;
}

#logo:hover {
	opacity:0.8;
}

h1 {
	font-size:18px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
	padding-bottom:0px;
	display:inline;
}

h2 {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	font-weight:bold;
	font-style:normal;
	line-height:1.5em;
	margin-top:0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	font-weight:normal;
	font-style:normal;
	line-height:1.5em;
	margin-top:5px;
}

b {
	font-weight:bold;
}

hr {
	width:85%;
	color:#666;
	vertical-align:middle;
	size:4;
	text-align:center;
	margin:0 auto;
}

.clear  {
	height:0px;
	line-height:0em;
	font-size:0px;
	margin:0px;
	padding:0px;
	clear:both;
	border:0px;
	width:0px;
}

/*Links*/
a {
	color:#446133;
	text-decoration:none;
}

a:link {
	color:#446133;
	text-decoration:none;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:active {
	color:#446133;
	text-decoration:none;
}
/*End Links*/

/*Header*/
#header {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:223px;
	background-image:url(header.gif);
	background-repeat:no-repeat;
}

#tagEnd {
	position:relative;
	top:101px;
	left:-31px;
	width:31px;
	height:134px;
	background-image:url(tag-end.png);
}

/*End Header*/

/*Body Content*/
#content {
	margin:0 auto;
	width:800px;
	background-image:url(body-bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}

#content p {
	font-size:13px;
}

#bullets {
	font-size:20px;
	color:#336633; 
	line-height:1.4em;
	margin-left:20px;
}

#leftColumn {
	margin:0 0 0 40px;
	width:430px;
	float:left;
	text-align:left;
}

#rightColumn {
	float:right;
	margin:0 31px 0 20px;
	width:235px;
	background-color:#336633;
	background-image:url(form-bg.gif);
	text-align:left;
}

#form {
	margin:0 auto;
	width:200px;
	color:#FFF;
}

#lock {
	background-image:url(lock.png);
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	overflow:hidden;
	display:block;
}

input.submit {
	width:193px;
	height:51px;
	background-image:url(submit.gif);
	float:left;
	margin:0 0 0 5px;
	border:none;
	color:#F00;
	font-weight:bold;
	text-align:center;
	text-indent:-9999px;
}

input.submit:hover {
	width:193px;
	height:51px;
	background-image:url(submit.gif);
	float:left;
	margin:0 0 0 5px;
	border:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
	text-indent:-9999px;
	filter:alpha(opacity=60);
    opacity:0.6;
	cursor:pointer;
	cursor:hand;
}

#bottomColumn {
	float:right;
	margin:0 0 0 20px;
	width:235px;
	height:20px;
	background-image:url(form-bottom.gif);
	margin:0;
}

#homebuyer {
	background-image:url(first-time-homebuyer.jpg);
	float:left;
	width:235px;
	height:215px;
	position:inherit;
	background-color:#FFF;
	background-repeat:no-repeat;
}
/*End Body Content*/


/*Footer*/
#footer {
	width:800px;
	margin:0 auto;
	background-image:url(body-bg.gif);
	background-repeat:repeat-y;
	background-color:#FFF;
}

#content {
	margin:auto;
	font-size:11px;
	color:#636466;
	text-align:center;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	width:800px;
}

#disclaimer {
	width:760px;
	margin:0 auto;
	text-align:justify;
	font-size:10px;
	color:#999;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
}

#logos {
	margin:10px auto 0px auto;
	height:60px;
	width:750px;
	text-align:center;
}
/*End Footer*/