body{
/*	background: #d1cffe;*/
	text-align: center;
	font-family: Verdana;
	font-size: 0.8em;
}	

img{
	border: 0px;
	margin: 0px;
}	

p {
	text-align: justify;
	margin: 10px;
}

ul {
	margin: 10px;
	padding: 10px;
}

em {
	text-decoration: none;
	background: #b5cfe7;
}	

div#container{
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left
}	

div#header{
	text-align: center;
	width: 750px;
	height: 30px;
	color: #222;
	font-size: 1.5em;
	background: #b5cfe7;
	
}

div#left_content{
	position: absolute;
	width: 360px; 
	height: 98em;
	background: #EEE;
	float: left;	
}

div#middle_separator{
	position: absolute;
	left: 360px;
	width: 30px;
	height: 98em;
	background: #b5cfe7;
}

div#right_content{
	position: absolute;
	width: 360px;
	height: 98em;
	left: 390px;
	float: right;
	background: #EEE;
}

div#footer{
	position: absolute;
	width: 750px;
	height: 30px;
	top: 100em;
	background: #b5cfe7;
}	

span.p_header{
	font-size: 1.2em;
	font-weight: bold;
	color: #2a619f;
	padding-bottom: 10px;
}	

h1#form_header{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	color: #2a619f;
}	
/*		FORMS		*/
form{
	margin: 5px;
}	

fieldset
{
 border: 1px solid #2a619f;
 width: 25em
 margin: 10px;
}

legend
{
 color: #222;
 /*background: #ffa20c;*/
 background: #b5cfe7;
 border: 1px solid #2a619f;
 padding: 2px 6px
}

label
{
 width: 15em;
 float: left;
 text-align: right;
 font-size: 0.8em;
 margin-right: 0.5em;
 display: block
}

label.dates
{
 width: 18.5em;
 float: left;
 text-align: right;
 margin-right: 0.5em;
 display: block
}

.submit input
{
 margin-left: 8.5em;
}
input
{
 color: #781351;
 background: #fee3ad;
 border: 1px solid #2a619f;
}

.submit input
{
 color: #000;
 background: #ffa20f;
 border: 2px solid #2a619f;
}

p#email_disclaimer{
	font-size: 0.7em;
}	

