html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #003333;
	text-decoration: none;
}
a:hover {
	color: #336666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.ital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
}

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

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

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo-2 {
	left: 457px;
	position: absolute;
	width: 300px;
	top: 10px;
}
#logo-2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
}
#logo h1 {
	color: #003333;
	font: 22px "Arial narrow", arial, sans-serif;
	line-height: 1;
	padding-top: 0.8em;
}
#logo p {
  color: #464544;
  font: 16px "Arial narrow", arial, sans-serif;
  margin: 0;
}

/** nav **/

#nav {
	margin-top: 10px;
}
#nav2 {
	margin-top: 10px;
	padding-left: 28px;
	margin-left: 0px;
	padding-right: 28px;
}
#nav ul   {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 28px;
}
#nav a {
	display: block;
	width: 10.25em;
	border: 1px inset #FFFFFF;
	height: auto;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.1em;
}
#nav li {
	float: left;
	width: 10.25em;
}
#nav a:hover {
	color: #336666;
	background-color: #FFFFCC;
}
#nav li ul {
	position: absolute;
	width: 10.25em;
	left: -999em;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

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

#gbox-bg  {
	background: url(../images/green_bgnew.gif) repeat-y;
}
#gbox-grd {
	background: bottom url(../images/green_grad_botnew.jpg) repeat-x;
}
#gbox-top {
	background: url(../images/green_topnew.gif) no-repeat;
	height: 24px;
}
#gbox-bot {
	background: bottom left url(../images/green_botnew.gif) no-repeat;
	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 {
	padding: 14px;
	margin: 0 -14px;
	background-color: #FFFFCC;
}
#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: #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: 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;
  width: 326px;
  position: absolute;
  top: 292px;
  left: 457px;
}
#greybox-top {
	background: url(../images/grey_img1.jpg) no-repeat;
	padding-left: 20px;
	padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(../images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox h2 {
	font: bold 12px arial, sans-serif;
	color: #000000;
	line-height: 1.5;
}
#greybox a {
	color: #003333;
}
#greybox a:hover {
	color: #003366;
}

#copyright {
  font-size: 9px;
  color: #fff;
  margin-top: 60px;
}
#gbox_wide {
	width: 750px;
	margin-top: 47px;
	margin-left: 22px;
}
.shortpara {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003333;
}
