* {
 margin: 0;
 padding: 0;
}
body {
  background-color: #595757;
	color: #444444;
}
.wrap {
  text-align: center;
}
.wrap2 {
	border: 2px solid #D7D7D2;
	background: #FFFFFF;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 0 auto;
	width: 780px;
}
.banner {
	background: url(images/bannerbg.gif) repeat-x;
	height: 112px;
	text-align: center;
}
.bannerimg {
	background: url(images/banner.gif) no-repeat;
	height: 112px;
	width: 227px;
	float: left;
}
.topbar {
  height: 33px;
	width: 780px;
	margin-bottom: 4px;
}
.topbarlink{
  background: url(images/bar.gif) no-repeat;
}
.topbarlink:link {
  background: url(images/bar.gif) no-repeat;
}
.topbarlink:hover {
  background: url(images/barhover.gif) no-repeat;
}
.topbarlink:hover, .topbarlink:link, .topbarlink {
  height: 33px;
	width: 124px;
	float: left;
	padding-top: 7px;
	color: #A7A2A2;
	font-family: Lucida Sans Unicode;
	font-size: 0.8em;
}
.topbarhome {
  background: url(images/homeicon.gif) no-repeat;
	height: 33px;
	width: 36px;
	float: left;  
}
.topbarhome:hover {
  background: url(images/homeiconhover.gif) no-repeat;
	height: 33px;
	width: 36px;
	float: left;
}
.headerbg {
  background: url(images/navbarbg.gif) repeat-x;
	height: 35px;
	width: 181px;
	float: left;
	padding-top: 6px;
	font-family: Lucida Sans Unicode;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #CDDEA9;
}
.headerl {
  background: url(images/navbarl.gif) no-repeat;
	width: 5px;
	height: 35px;
	float: left;
}
.headerr {
  background: url(images/navbarr.gif) no-repeat;
	width: 4px;
	height: 35px;
	float: right;
}
.navigation {
  float: left;
	width: 190px;
}
.navigation ul {
  border-right: 1px solid #EAEADA;
	border-left: 1px solid #EAEADA;
}
.navigation li {
  border-bottom: 1px solid #EAEADA;
}
.navigation li a {
	font-size: 0.8em;
	color: #444;
	display: block;
	text-decoration: none;
	font-family: Lucida Sans Unicode;
}
.navigation li a:hover {
  background: #F0F0EB;
  color: #666;
}
.content {
  float: right;
	width: 585px;
	border-left: 1px solid #EAEADA;
	border-right: 1px solid #EAEADA;
	border-bottom: 1px solid #EAEADA;
}
.content2 {
  padding: 5px;
}
.content p {
  font-family: Lucida Sans Unicode; font-size: 0.8em;
}
.mcheaderbg {
  background: url(images/navbarbg.gif) repeat-x;
	height: 35px;
	width: 576px;
	float: left;
	padding-top: 6px;
	font-family: Lucida Sans Unicode;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	color: #CDDEA9;
}

a {
  color: #A7A2A2;
	font-family: lucida sans unicode;
	font-size: 0.9em;
	text-decoration: none;
}
a:hover {
  color: #628B0C;
}
p {
  font: normal lucida sans unicode 1.1em; color: #444;
}
li {
  list-style: none;
}
h1 {
  font: 1.3em lucida sans unicode;
}
h2 {
  font: 1.1em lucida sans unicode;
}
h1,h2 {
  color: #383838;
	margin-bottom: 4px;
}
.clearer {
  clear: both;
}
.floatl {
  float: left;
}
.floatr {
  float: right;
}

.footer {
	background: #AAA;
	margin-top: 7px;
	font: normal 0.9em lucida sans unicode;
	padding-top: 2px;
	text-align: center;
} 
.footer a {
	color: #F7F7F2;
	font: normal 0.9em lucida sans unicode;
	text-decoration: none;
}
.footer a:hover {
  color: #DDD;
}