body {
	background: #fff url("images/backgrounds/body.jpg") no-repeat top center; 	
	margin-top: 71px !important;
}

/*----Structural DIVs----*/

#leftCol {
	background: url("images/backgrounds/leftCol.jpg") no-repeat;
	float: left;
	width: 578px;
	height: 354px;
	display: inline;
}

#rightCol {
	background: url("images/backgrounds/rightCol.gif") no-repeat;
	float: left;
	width: 382px /*412px*/;
	height: 354px;	
	display: inline;
	padding-left: 30px;
}

#footer {
	position: absolute;
	top: 435px;
	left: 0px;
}

/*----Other DIVs----*/

#courtesyNav {
	width: 127px !important;
}

#selectState {
	height: 21px;
}

#selectState input {
	vertical-align: top;
}

/*----Typography----*/

h1.mainTagline {
	background: url("images/textHeadings/mainTagline.gif") no-repeat;
	width: 365px;
	height: 93px;	
	margin: 60px 0;
}

h3 {
	font: bold 14px/16px tahoma, verdana, helvetica, arial, sans-serif;
	color: #00466f;
	width: 300px;
	margin-bottom: 25px;
 }
 
 
/*----Links----*/
