﻿h4 {
	margin: 0;
	padding: 0;

}
h3 {
	margin: 0;
	padding: 0;

}
h2 {
	margin: 0;
	padding: 0;

}
h1 {
	margin: 0;
	padding: 0;

}
body {
	margin: 0;
	padding: 0;

}
html {
	margin: 0;
	padding: 0;

}
h1 img {
	display: block;
}
img {
	border: 0px none;
}
a {
	color: #464544;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

#nounder {
	text-decoration: none;
}

body {
	background: #d9d6cc url('images/page_bg.gif');
	text-align: center;
	color: #464544;
	padding-bottom: 10px; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:arial, sans-serif
}

#outer {
  background: url('images/page_bg_top.gif') repeat-x top left;
  padding-top: 20px
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url('images/body_bg.gif') repeat-y;
}
#body-bot {
  background: url('images/body_bg_bot.jpg') no-repeat bottom left;
}
#body-top {
  background: url('images/body_bg_top.gif') no-repeat;
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px
}

#center {
	text-align:center;
}

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 15px;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 15px;
}
#nav li {
	float: left;
	padding-left: 0;
	padding-right: 0px;
	list-style-type: none;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #FFA405;
}

/** green box **/
#gbox {
  width: 701px;
  margin-top: 27px;
  margin-left: 22px;
}

#gbox-bg  { background: url('images/green_bg.gif') repeat-y; }
#gbox-grd { background: url('images/green_grad_bot.jpg') repeat-x bottom; }
#gbox-top { background: url('images/green_top.gif') no-repeat; height: 24px }
#gbox-bot { background: url('images/green_bot.gif') no-repeat bottom left; height: 23px }

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

#features {
  background: #ffffff;
  padding: 14px;
  margin: 0 -14px;
}







/** grey box **/

#greybox {
	position: fixed;
	background: url('images/grey_bg.gif') repeat-y;
	width: 600px;
	top: 225px;
	margin: auto;
	left: -75px;
}
#greybox-top {
  background: url('images/grey_img.png') no-repeat;
  padding-left: 13px;
  padding-top: 5px
}
#greybox-bot {
  background: url('images/grey_bot.gif') no-repeat bottom left;
  padding-bottom: 10px
}
#greybox h1 {
  font: bold 12px arial, sans-serif;
  color: #F24E03;
  line-height: 1.0;
}
#greybox a {
  color: #000000;
}



#ad {
	float: right;
	width:235px;
}


#copyright {
	font-size: 9px;
	color: #fff;
	margin-top: 0px;
}

