html {padding:0px; margin:0px; margin: 0 auto; height:100%;}

body {padding:0px; margin:0px; margin: 0 auto; height:100%; padding:0px;}

img {padding:0px; border:none; border-width:0px; margin:0px;}

div {
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:1.5;
font-size:12px;}

#Header {
	background:url(images/header_background_shadow.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	position:relative;
	margin: 0 auto;
	width:100%;
	/*height:137px;*/
	height:171px;
	z-index:5;
}

#HeaderContent {
	position:relative;
	margin: 0 auto;
	width:940px;
	/*height:137px;*/
	height:171px;
	z-index:5;
}

#HeaderMenu {
	position:absolute;
	left:50px;
	bottom:17px;
	width:900px;
	height:29px;
	z-index:7;
}

* html #HeaderMenu {
bottom:16px; 
}

#mainContainer {
	position:relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	margin-top: -171px;
}

* html #mainContainer {
height: 100%;  /*** originally in * html #mainContainer IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

#BodyContent {
	background:url(images/body_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	width:940px;
	padding-top: 171px;
	padding-bottom: 76px;
	}

#BodyTextBox{
position:relative;
	left:440px;
	top:25px;
	width:365px;
}

#BodyTextBox2{
position:relative;
	left:110px;
	width:630px;
}


#ApplyBox{
position:absolute;
	left:120px;
	top:205px;
	width:300px;
}


#Footer {
background:url(images/footer_background.jpg);
	position:relative;
	width:100%;
	height:76px;
	z-index:5;
	margin: 0 auto; 
	margin-top:-76px;
	overflow:hidden;/*forces footer to bottom*/
}


/*No Application Form Page Styles*/

#BodyContentPlain {
	background:url(images/body_background%20noapply.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	margin: 0 auto;
	width:940px;
	padding-top: 171px;
	padding-bottom: 76px;
	
	}

#BodyTextBox_NoApply{
position:relative;
top:25px;
padding-left:80px;
width:650px;
}


/*Non-Layout Styles*/

h1 {
font-weight:bold;
color:#99935c;
font-size:30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height:normal;
}

.noh1 {
font-weight:bold;
color:#99935c;
font-size:30px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
line-height:normal;
}

h2 {
font-weight:bold;
color:#006928;
font-size:18px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight:normal;
line-height:normal;
}

.noh2 {
font-weight:bold;
color:#006928;
font-size:18px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-weight:normal;
line-height:normal;
}

.paragraphtitle {
font-weight:bold;
color:#006928;
font-size:22px;
line-height:25px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.faq-question {
font-weight:bold;
color:#006928;
}

.footertext {
margin: 0 auto;
font-weight:bold;
color:#FFFFFF;
font-size:12px;
padding: 20px 0px 0px 0px;
}

.footertext a{
text-decoration:none;
color:#FFFFFF;
}

.footertext a:hover {
text-decoration:underline;
color:#FFFFFF;
}

/*Application Styles*/
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #99935c;
	line-height:28px}

.subheading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.drpbox {

	height: 20px;
	width: 120px;
	border: 1px solid #666666;
	margin-bottom:1px;
}

.txtbox {
	height: 16px;
	width: 120px;
	border: 1px solid #666666;
	margin-bottom:1px;	
}

.titletextwhite {
font-weight:bold;
color:#99935c;
font-size:24px;
line-height:30px;
}

.phone {
	height: 16px;
	width: 23%;
	border: 1px solid #666666;
	margin-bottom:1px;	
}	