@charset "utf-8";
/* CSS Document */

body {
	background: #F1F3E7;
	margin:0;
	padding:0;
}

#wrapper {
	width:945px;
	height:500px;
	margin:auto;
}

#logo {
	width:320px;
	height:93px;
	background:url(images/logo.jpg) no-repeat center center;
	margin:auto;
	padding-top:30px;
	padding-bottom:40px;
		clear:both;
}

#header {
	width:945px;
	height: 88px;
	background:url(images/topheader.jpg) no-repeat center;
		color:#88878a;
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	font-size:11px;
	clear:both;
}

#headercontent {
	width:945px;
	background:url(images/header_content.jpg) repeat-y;
	padding-left:35px;
	clear:both;
	
}

#header_links {
	padding-left:500px;
	padding-top:20px;
}

#header a,#header a:visited {
	color:#88878a;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	letter-spacing:-1px;
	padding: 0 10px;
}

#header a:hover {
	text-decoration:none;
	color:#006a53;
}

#header1 {
	padding-top:10px;
	float:left;
}
#header2 {
	float:left;
	width:415px;
	border-right:2px solid #d6dab2;
	margin-left:14px;
	padding-right:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	position:relative; top:-10px;
}
#header3 {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000;
	text-align:center;
	line-height:10px;
	margin-right:80px;
	_margin-right:40px;
	position:relative; top:-25px;
}

#middletop {
	width:945px;
	height:31px;
	background:url(images/middlecontent.jpg) no-repeat top center;
		clear:both;
}


#middle {
	background:url(images/middlecontent2.jpg) repeat-y center;
	width:945px;
	clear:both;
}

#middle1 {
	width:380px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:50px;
	border-right:2px solid #d6dab2;
	padding-right:25px;
	letter-spacing:0px;
	line-height:17px;
	float:left;
}

#middle2 {
	width:380px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:50px;
	padding-right:25px;
	letter-spacing:0px;
	line-height:17px;
	float:left;
}

#formtop {
	width:945px;
	height:30px;
	background:url(images/formtop.jpg) no-repeat center;
	clear:both;
}

#form {
	width:945px;
	background:url(images/formbg.jpg) repeat-y;
	padding-bottom:10px;
	clear:both;
	display:block;
	height:auto;
}

#form1 {
	float:left;
	width:250px;
	border-right:1px solid #e2e5ca;
	font-family:Georgia, "Times New Roman", Times, serif;	font-size:11px;
	margin-left:60px; _margin-left:30px;
}

#form2 {
	float:left;
	width:260px; height:103px;
	padding-left:16px;	border-right:1px solid #e2e5ca;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

#form3 {
	float:left;
	width:285px;
	font-family:Georgia, "Times New Roman", Times, serif;	font-size:11px;
	padding-left:20px;
}

#btm {
	width:945px;
	height:42px;
	background:url(images/btm.jpg) no-repeat;
	clear:both;
}

/* GENERAL STYLING */

.greenlrg {
	color:#006a53;
	font-size:23px;
	
}

.greenmd {
	color:#006a53;
	font-size:17px;
}

.greensmall{
	color:#006a53;
	font-size:15px;
}

.blacklrg {
	font-size:21px;	
		font-weight:bold;
	letter-spacing:normal;
}

.blackmd {
	font-size:14px;
	font-weight:bold;
	letter-spacing:normal;
}

a { color:#000; text-decoration:none; border:none;}

#form2 a,#form2 a:visited {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:11px;

}

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