body {
	font: 12px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	margin: 200px 0px 0px;
	padding: 0px;
}
a:link {
  font-weight: plain;
	text-decoration: none;
	color:#669966;
}
 a:visited {
  font-weight: plain;
	text-decoration: none;
	color:#669966;
}
a:hover {
	font-weight: plain;
	text-decoration: none;
	color: #666666;
}
#logo {
	position: absolute;
	top: -5px;
	width: 473px;
	height: 37px;
	left: 21px;
}
#midway {
	position: absolute;
	left: 0px;
	top: 50px;
}
#nav {
	position: absolute;
	left: 0px;
	top: 178px;
	width: 618px;
	height: 29px;
	z-index: 3;
}
#wrapper {
	margin: 0px 100px 0px 50px;
}
#mainheader {
	/*/*/border-bottom: 2px dashed #333333;
	font-weight: normal;
	padding: 6px;/* */
	color: #000000;
}
#content p {
	text-align: justify;
}
#footer {
	/*/*/border-top: 2px dashed #333333;
	padding: 4px 0 2px 0;
	margin: 0 0 4px 0;/* */
}
#skipnav {
	display: none;
}

