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

body{
 background-color: #dbdbdb;
 background-image: url(/img/bg_body.gif?cache=0);
 background-repeat: repeat-x;
 
 font-family: Arial, Helvetica, sans-serif;
}

#wrapper{
 width: 1000px;	
 margin: 0 auto;
}
#header{
 height: 165px;
 background-image: url(/img/bg_header.jpg?cache=0);
 background-repeat: no-repeat;
}
#content{
 padding: 0px 10px 10px 10px;
 background-image: url(/img/bg_content.gif?cache=0);
 background-repeat: repeat-y;
}

#left_col{
	width: 653px;
	padding: 10px 20px 0px 20px;
	float: left;
	display: inline;
}

#right_col{
	width: 246px;
	margin-left: 1px;
	padding: 10px 20px 10px 20px;
	float: right;
	display: inline;
}
#application_container{
 border: 1px solid #808080;
 padding: 5px;
 margin-bottom: 10px;
 text-align: center;
}
.download_link{
 color: black;
 text-decoration: none;
}
.download_link:hover{
 text-decoration: underline;	
}
#form_container{
	border: 1px solid #808080;
	padding: 5px;
	margin-bottom: 10px;
}

#map_container{
 border: 1px solid #808080;
 margin-bottom: 10px;
}

#message{
 margin-bottom: 5px;	
}

#footer{
 height: 40px;
 padding: 20px 20px 0px 20px;
 background-image: url(/img/bg_footer.gif?cache=0);
 background-repeat: no-repeat;
 background-position: bottom;
 text-align: center;
}

h1{
 width: 100%;
 /*font-family: Georgia, "Times New Roman", Times, serif;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 border-bottom: 1px solid #ce0040;
 margin-bottom: 5px;	
}
h2{
 width: 100%;
 /*font-family: Georgia, "Times New Roman", Times, serif;*/
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 border-bottom: 1px solid #ce0040;
 margin-bottom: 5px;
}
h3{
 font-weight: bold;	
 margin-bottom: 5px;
}
quote{
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: italic;
}
p{
 margin-top: 10px;
 margin-bottom: 10px;
}