body {
	margin:10px 10px 0px 10px;
	padding:0px;
	background-image: url(bg3.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right top;
		}
	
p.maintext {
	}p {
	font-family: Arial, Helvetica, sans-serif;
}
p.nav	{
	margin: 3px 0px 0px 0px;
	font: bold 10px/15px arial, helvetica;
	text-align:center;
	color: #006699;
	text-decoration: none;
		}


	P.nav A:link {
		color: #ffd135; text-decoration: none}
	P.nav A:visited { 
		 color: #ffd135; text-decoration: none; }
	P.nav A:hover {  
		color: #7B00B7; text-decoration: none; 
		} 
a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {color: #FF9900	}
#form_main
{
	position:relative;
	width:550px;
	padding:10px;
}

div.form_row
{
	position:relative;
	margin:0.5em 0;
	width:100%;
}

div.form_header
{
	background-color:#336699; 
	font-weight:bold;
	color:white;
	padding:5px;
	width:100%;
}

div.form_row input, div.form_row textarea
{
	width:150px;
}

#form_date input
{
	width:40px;
}

div.form_right, div.form_left
{
	float:left;
}

div.form_left
{
	width:40%;
	padding:0 5px;
}

div.form_right
{
}

#form_submit
{
	float:right;
	width:150px;
}

textarea
{
	overflow:hidden;
}

