html, body, h1, h2, h3, h4 {
	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;
}

body {
	background: url('images/page_bg3.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('none') repeat-x top left;
  padding-top: 5px
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 798px;
  position: relative;
  background: url('images/body_bg3.gif') repeat-y;
}
#body-bot {
  background: url('images/body_bg_bot3.gif') no-repeat bottom left;
}
#body-top {
  background: url('images/body_bg_top3.gif') no-repeat;
  min-height: 1000px;
  _height: 1000px;
  padding-bottom: 0px
}

/** logo **/

#logo {
  width: 75em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  font: 22px "Arial narrow", arial, sans-serif;
  line-height: 1;
  padding-top: 0.4em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 25px;
}
#nav li {
  float: left;
  background: url('images/arr.gif') no-repeat left center;
  padding-left: 15px;
  padding-right: 20px; list-style-type:none
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #0101DF;
}

/** green box **/
#gbox {
  width: 608px;
  margin-top: 1px;
  margin-left: 22px;
  margin-bottom: 1px;
  filter:alpha(opacity=94);
  opacity: .94;
  -moz-opacity: .94;
}

#gbox-bg  { background: url('images/blue_bg.gif') repeat-y; }
#gbox-grd { background: url('images/blue_grad_bot.gif') repeat-x bottom; }
#gbox-top { background: url('images/blue_top.gif') no-repeat; height: 24px }
#gbox-bot { background: url('none') no-repeat bottom left; height: 23px }


#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #000;
  margin: 1;
}

#gbox p {
  margin: 0em 0;
}

#features h2 {
  position: relative;
  margin-left: 10%
}
#features ul {
  float: left;
  width: 60%;
  margin: 1em 0;
  margin-left: 50%
  padding: 0;
}
#features li {
  list-style: none;
  margin-left: 32px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}
#newsletter h2, #events h2 {
  color: #fff;
}
#newsletter .text {
  width: 125px;
}
#newsletter form {
  margin: 0.3em 0 0.6em 0;
}
#newsletter p {
  margin: 0.3em 0;
  font-size: 10px;
}
#newsletter a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 90%;
}
#events ul {
  margin: 0.3em 0;
  padding: 5px;
}
#events li {
  float: left;
  background: url('images/arr.gif') no-repeat left center;
  padding-left: 15px;
  padding-right: 20px; list-style-type:none
}
#events a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#events a:hover {
  color: #0101DF;
}


/** navbot **/

#navbot {
  margin-top: 325px;
}
#navbot li {
  float: left;
  background: url('images/arr.gif') no-repeat left center;
  padding-left: 15px;
  padding-right: 20px; list-style-type:none
}
#navbot a {
  color: #FFFFCC;
  text-decoration: none;
  font-weight: bold;
}
#navbot a:hover {
  color: #0101DF;
}



/** grey box **/
#greybox {
  background: url('images/grey_bg.gif') repeat-y;
  width: 136px;
  position: absolute;
  top: 141px;
  left: 642px
}
#greybox-top {
  background: url('images/grey_img2.jpg') no-repeat;
  padding-left: 0px;
  padding-top: 0px
}
#greybox-bot {
  background: url('images/grey_bot.jpg') no-repeat bottom left;
  padding-bottom: 10px
}  
#greybox h2 {
  font: bold 12px arial, sans-serif;
  color: #E4EE6A;
  line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 20px;
}