body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
}
#navlist {
	position: absolute;
	left: 0px;
	top: 167px;
	width: 203px;
	height: 165px;
}
#navlist p {
	font-size: 0.8em;
}
#navlist ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 17px;
	border: 0;
	text-indent: 40px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist li {
	margin: 0px;
	padding: 0px;
}
#navlist a {
	display: block;
	background-image:  url(image_web/MenuOffTest.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 27px;
	text-decoration: none;
	color:black;
	top: 3px;
}
#navlist a:link, #navlist a:visited {
	text-decoration: none;
	color:black;
}
#navlist a:hover, #navlist a:active {
	background-image:  url(image_web/MenuOnTest.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 27px;
	text-decoration: none;
	color:black;
}
#uberlink {
	display: block;
	background-image:  url(image_web/MenuOnTest.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	height: 27px;
	text-decoration: none;
	color:black;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menubottom {
	display: block;
	padding: 0px;
	background-image:  url(image_web/bg5.jpg);
	background-repeat: no-repeat;
	height: 137px;
	text-decoration: none;
	color:black;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
}
#buffer1Div {
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 1;
}
#buffer2Div {
	position: absolute;
	left: 0px;
	top: 134px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
	width: 572px;
	left: 203px;
	top: 134px;
	position: absolute;
}
#contentdiv p {
	font-size: .85em;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #333333;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .75em;
	margin-top: 36px;
}

