body
	{
		background-color: white;
		text-align:center;
		margin:0;
		padding:0;
		font-size:12px;
		font_family:times;
	}
	
a{
	color: #6389c7;
}

a:hover{
	color: #6bc62b;
}

#header{
	background-color: #6389c7;
	padding-top:5px;
	padding-bottom: 4px;
}

#header #menu{
	height: 40px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

#header #menu a{
	color: white;
	text-decoration: none;
	font-size: 20px;
	margin: 2px 6px 2px 6px;
	font-weight: bold;
}

#header #menu a:hover{
	color: #6bc62b;
}

#header #logo{
	background-color: white;
	padding: 5px;
}

#footer{
	background-color: #6389c7; 	
	
}

#footer #grass{
	height: 77px;
	background: url("/images/grass.png") repeat-x;	
}

#footer #text{
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;		
}

.clear{
	clear: both;
}



.formField
	{
		text-align: left;
		float: left;
		margin: 6px;
		max-width: 98%;
	}
	
.formField .label
	{
		background-color: #6389c7;
		white-space: normal;
	}
	
.formField .data input,
.formField .data textarea,
.formField .data select
	{
		width: 98%;		
	}
	
.formField .data input[type="radio"],
.formField .data input[type="checkbox"]{
	width: auto;
}

	
input
	{

	}
select
	{
	
	}
	
.breakhere {page-break-before: always}
