html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #ee0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/page_bg.gif);
	text-align: center;
	font: 1em arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

#outer {
  background: top left url(images/page_bg_top.jpg) repeat-x;
  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: bottom left url(images/body_bg_bot.jpg) no-repeat;
}
#body-top {
  background: url(images/body_bg_top.gif) no-repeat;
  
  min-height: 800px;
  _height: 800px;
  padding-bottom: 14px;
}

/** logo **/

#logo {
  width: 19em;
  text-align: center;
}
#logo h1 {
  color: #013668;
  font: 22px "Arial", arial, sans-serif;
  line-height: 1;
  padding-top: 0.8em;
  font-weight: bold;
}
#logo p {
  color: #013646;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
  margin-top: 50px;
  font-size: 12pt;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(images/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}
#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
  color: #ee0000;
}

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

#gbox-top {
	background: transparent url(images/green_top.gif) no-repeat; 
	height: 23px; 
    width: 431px;
    margin-top: 17px;
    margin-left: 22px;
}
#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd {
	background: bottom url(images/green_grad_bot.jpg) repeat-x; 
}
#gbox-grd h2{
	text-transform: uppercase;
}
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }

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

#gbox h2 {
  font: bold 14pt arial, sans-serif;
  color: #003266;
  margin: 0;
  border-bottom: 2px #ee0000 solid;
}
#gbox h3{color: #003266} 

#gbox p {
  margin: 1em 0;
}

#features {
  background-color: #ffffe0;
  padding: 14px;
  margin: 0 -14px;
  border: #bbbbbb 1px solid;
}
#features h2 {
  position: relative;
}
#features ul {
  float: left;
  width: 49%;
  margin: 1em 0;
  padding: 0;
}
#features li {
  list-style: square;
  margin-left: 12px;
}

/** footer **/

#newsletter, #events {
  float: left;
  width: 49%;
  margin-top: 1em;
}

#newsletter h2, #events h2 {
  color: #003266;
  border: none;
}

#newsletter p, #events p {
  margin: 0.3em 0;
  font-size: 0.9em;
}
#newsletter a, #events a {
  color: #000;
}

#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
  /* background: url(images/grey_bg.gif) repeat-y;*/
  background: transparent;
  width: 326px;
  position: absolute;
  top: 156px;
  left: 457px;
}
#greybox-top {
  background: url(images/grey_img.gif) no-repeat;
  padding-left: 169px;
  padding-top: 18px;
}
#greybox-top h2{
	margin-bottom: 1em;
}
#greybox-bot {
  background: top left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
  max-height: 17px;
}
#greybox h2 {
  font: bold 14px arial, sans-serif;
  color: #ffffcc;
  line-height: 1.7;
}
#greybox a {
  color: #fff;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
  width: 798px;
  max-width: 798px;
  margin-left :auto;
  margin-right :auto;
}
#copyright a{
	color: #ffffff;
}

div.front_page_features{
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	color: #cf2200;
}

div.faq{
	border: 1px #444488 solid;
	padding: 0.8em;
	background-color: #fefefe;
}
div.question{
	color: #223344;
	font-weight: bold;
}
div.answer{
	font-style: italic;
	color: #445599;
}