#index_graphic {
	width:726px;
	height:309px;
	background-image: url(../images/home_image.jpg);
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}
#index_footer {
	width:726px;
	height:115px;
	margin-left: auto;
	margin-right: auto;
	}
	
#secondary_footer {
	margin-top:15px;
	width:430px;
	float:left;
	}
	
#index_content {
	margin-top:15px;
	width:400px;
	height:115px;
	float: left;
}

.link1 {
	margin:0px 5px 0px 5px;
	padding:15px 0px 0px 0px;
	width:45px;
	height:30px;
	float: left;
	border: 1px solid #000000;
	text-align:center;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* Hovers*/

.link1:hover {
	margin:0px 5px 0px 5px;
	padding:15px 0px 0px 0px;
	width:45px;
	height:30px;
	float: left;
	text-decoration:none;
	border: 1px solid #000000;
	color:#FFFFFF;
	background-color:#999999;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

/* End Hovers */
#index_menu_container {
	width:250px;
	float: right;
	margin:22px 0px 0px 0px;
}


#menu_container {
	width:300px;
	float: right;
}

#header_container {
	width:726px;
	height:88px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}

#header_graphic {
	width:727px;
	height:139px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-image:url(../images/secondary_image.jpg);
	background-repeat:no-repeat;
}

#body_container {
	width:727px;
	margin-left:auto;
	margin-right:auto;
}

#left_content {
	margin-top:15px;
	width:430px;
	float:left;
}

#address_right {
	margin-top:15px;
	width:265px;
	float:left;
	margin-left: 15px;
}

/*Menu Text hovers for a tag*/

/*.link1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
#link2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
#link3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}
#link4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	}

hovers

#link1:hover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	}
#link2:hover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	}
#link3:hover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	}
#link4:hover a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
	color: #ffffff;
	}
*/
	
.secondary_header{
	margin-top:15px;
	border:none;
} 
.form_field_label{
	margin-top:10px;
}
/*** Flash Notices and Errors ***/
div.flash_note {
	background-color:#ddffd1;
	border:2px solid #32b704;
	color:#185702;
	padding:5px 20px 5px;
	margin-bottom: 15px ;
}

div.flash_error, div.errorExplanation {
	background-color:#ffddd1;
	border:2px solid #b73204;
	color:#571802;
	padding:5px 20px 5px;
	margin-bottom: 15px ;
}

div.fieldWithErrors input {  
	background-color:#ffddd1;
}
#wrl_logo{
	margin-top:15px;
	width:265px;
	float:left;
	margin-left: 15px;
	padding-bottom:20px;
}




