
body
	{
	text-align: center;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
	min-width: 870px;
		}
#wrapper {
	width: 860px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	}
/* menu bar */
#dd {
  position:relative;
  float:right;
  margin-top: 10px;
  padding: 0;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
  font-size: 11px;
 
}

#dd li a.menu {
  display: block;
  text-align: center;
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
  background-image:url('images/dkblu250.gif');
  padding: 4px, 1px, 4px, 1px;
  margin: 1px 1px 0 0;
  color: #FFF;
  width: 143px;
  text-decoration: none;
  font-size: 10pt;
  line-height: 200%;
}

#dd li a.menu:hover {
  background-image:url('images/ltblu250.gif')
  
}

#center {
	float:left;
	margin-left:200px;
}

.submenu {
  background-image:url('images/ltblu250.gif');
 /* border: 1px solid #5970B2;*/
  visibility: hidden;
  position: absolute;
  z-index: 3;
  width:143px;
}

.submenu a {
  display: block;
  font-size: 10pt;
  font-family: "trebuchet ms", helvetica, arial, sans-serif;
  text-align: center;
  text-decoration: none;
padding: 4px, 1px, 4px, 1px;
  color: #ffffff;
  line-height: 200%;
}

.submenu a:hover {
  background-image:url('images/gold250.gif');
 border: 1px solid #5970B2;
   color: #FFF;
  width:141px;
  text-decoration: none;
}


/*#maincontent {
	position:absolute;
	top: 5px;
	left: 70px;
	width: 860px;
	height: 647px;
	text-align:center;
	z-index:-1;
		}*/
#maincontent {
	float: left;
	margin-top: -47px;
	width: 860px;
	height: auto;
		}
#maincontent p {
	text-align: justify;
	font-size:10pt;
	}
#footer {
	clear: both;
	width: 763px;
	text-align: center;
	margin-left: 37px;
	height: 115px;
	font-size: 9pt;
	background-image: url('images/gold800curve.gif');
	background-repeat: no-repeat;
	color: black;
	}
#footer p {
	padding-top: 40px;
	}

