* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	#distance { 
		width:1px;
		height:50%;
		background-color:#ffffff;
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:600px;
		width:800px;
		clear:left;
		background-color:#ffffff;
		border:0px solid #ffffff;
		border-top-color:#ffffff;
		border-left-color:#ffffff;
		}
		
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.tooltip {
	position: absolute;
	display: none;
	background-color: #ffffff;
	}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight:normal;
	}
	
	
.input
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
width:250px; height:20px;
background-color:#E3EBC0;
border:1px dotted #a2bd30;
} 
.submit
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666666;
width:100px; height:20px;
background-color:#E3EBC0;
border:1px dotted #a2bd30;
} 
.checkbox
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
width:20px; height:20px;
background-color:#FFFFFF;
border:1px dotted #666666;
}

.textbox
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
width:250px; height:90px;
background-color:#E3EBC0;
border:1px dotted #a2bd30;
} 
.inputget
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
width:225px; height:20px;
background-color:#FFFFFF;
border:1px dotted #a2bd30;
} 
.submitget
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#666666;
width:100px; height:20px;
background-color:#FFFFFF;
border:1px dotted #a2bd30;
} 
.textboxget
{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
width:225px; height:165px;
background-color:#FFFFFF;
border:1px dotted #a2bd30;
} 
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #a2bd30;
}
a:active {
	text-decoration: none;
	color: #000000;
}