@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
	background:url(../images/background.jpg) top left repeat-x;
	background-color: #6398b2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1,h2, h3, h4, h5, h6{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;}

h1, h2{
color:#cc3333;
line-height: 27px;
}

#container {
	width: 709px;
	background:url(../images/background_content.gif) top left repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top:30px; 
	
	}
#mainContent {
	padding: 0 30px;
	}
#footer {
	width: 709px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	margin-top:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#FFFFFF;
	
	}
#form_wrapper{
text-align:center;}	
#form_container{
width:258px;
background:url(../images/form_background.jpg) top left repeat-y;
margin: 0 auto;
padding:0;}

.form_fields{
width:150px;
}

.form_label{
color:#FFFFFF;
}

.form_submit{
background:url(../images/submit_button.jpg) top left no-repeat;
margin:0;
padding:0;
width:94px;
height:26px;
border:0;}
