body {
	font-family: sans-serif;
	margin: 0px;
}

.clear {
	display: block;
	clear: both;
	width: 0px;
	line-height: 0px;
}

form label {
	display: block;
	float: left;
	width: 8em;
}

form input[type=hidden] {
	display: none;
}

form input {
	display: block;
	float: left;
	margin-bottom: 1em;
	border: 1px inset #888;
}
/*
input[type=button], input[type=submit] {
	height: 3em;
	font-weight: bold;
	border: 1px outset #0000C0;
	color: #FFFFFF;
	background-color: #000080;
	margin-left: 11em;
}
*/

#header {
	height: 92px;
	border-bottom: 1px solid #85A2D4;
	background-image: url(../images/headergfx.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#header img {
	border: none;
	margin-top: 16px;
	margin-left: 20px;
}

#content {
	padding: 0em 1em 0em 1em;	
}
