html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-image: url(../images/background_repeat.jpg);
	background-repeat: repeat-x;
	background-color:	#374a59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #ffffff;
	text-align: justify;
	
}
a{
	color: #f3d611;
	text-decoration:none;
}
a:hover{
	color: #f3d611;
	text-decoration:underline;
}
.container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 800px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
}
.header {
	width: 800px;
	height: 232px;
	clear: both;
}
.menu {
	width: 800px;
	height: 34px;
	clear: both;
	color: #f3d611;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.menu a{
	color: #f3d611;
	text-decoration:none;
}
.menu a:hover{
	color: #f3d611;
	text-decoration:underline;
}
.content {
	padding: 0px 0px 50px 0px; /* bottom padding for footer */
}
.contentColumn1 {
	width:		400px;
	float:		left;
	margin:		0px 50px 0px 0px;
}
.contentColumn2 {
	width:		350px;
	float:		left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #f3d611;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #f3d611;
	margin: 0px 0px 5px 0px;
}
.formfield {
	width: 330px;
	float: left;	
}
.formfield2 {
	width: 330px;
	float: left;
}
.formfield3 {
	width: 110px;
	float: left;
}
.footer {
	position: absolute;
	width: 800px;
	height: 48px;
	bottom: 0; /* stick to bottom */
	color: #f3d611;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
.footer a {
	color: #f3d611;
	text-decoration:none;
}
.footer a:hover {
	color: #f3d611;
	text-decoration:underline;
}
.mceContentBody {
	background-image:none;
}
