﻿html, body
{
	margin: 0px;
	min-height: 100%;
	font-family: Arial, Sans-Serif;
	font-size: small;
	background-color: #E7F4E0;
}
.whitepanel_top
{
	position: absolute;
	background-color: White;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 600px;
	z-index: -1;
}
.whitepanel_bottom
{
	position: absolute;
	background-color: White;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 600px;
	z-index: -1;
}
.validationtext
{
	margin-left: 4px;
}
.captchawhy
{
	font-size: smaller;
	vertical-align: middle;
}
.smalllink
{
	font-size: smaller;
}

.fieldname
{
	text-align: right;
}
.controlholder
{
}

/* Page sections */

#page_wrapper
{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#content_title
{
	font-size: large;
	font-weight: bold;
	color: #2D8E00;
	padding-left: 20px;
}

.content_subtitle
{
	font-weight: bold;
}

#content
{
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 44pt;
	width: 550px;
}

#header img
{
	vertical-align: bottom;
	border: none;
}

#footer
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	height: 35pt;
	padding-left: 20px;
	margin: 0px;
	font-size: 8pt;
}

a:link
{
	color: #2D8E00;
}

a:visited
{
	color: #2D8E00;
}
