body {
	margin: 0px;
	padding: 0px;
	background-image: url(/css/backgroundlines.gif);
	line-height: 135%;
	font-family: Verdana, Geneva, sans-serif;
}

/* layout */
#container {
	text-align: center;
	width: 1080px;
	border: medium double #83C3F1;
	padding: 7px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #333;
	margin-top: 6px;
}

#header {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}
#hormenu  {
	width: 100%;
	background-color: #4B9CD8;
	float: left;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 0px;
	height: 20px;
}
#container #hormenu a  {
	color: #FFF;
	text-decoration: underline;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}




#container #footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.clearboth {
	clear: both;
	display: none;
	height: 1px;
}
#container #right200 {
	margin: 5px;
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	font-weight: normal;
	color: #000;
	text-align: left;
}
#container #left200 {
	margin: 5px;
	float: left;
	width: 200px;
}
#container #right870 {
	float: right;
	width: 870px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #39F;
	display: inline;
}
.space {
	height: 50px;
	clear: both;
	width: 20px;
}

