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

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

body.popup {
	background: none;
	text-align: left;
	color: black;
	margin: 20px;
}

td { 	font: 12px arial, sans-serif;  }

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

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

/** logo **/

#logo {
  width: 25em;
  text-align: center;
}
#logo h1 {
  color: #6F7033;
  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 **/

div#search_box {
  width:160px;
  margin-top: 28px;
  margin-right: 30px;
  float:right;
  text-align: left;
}

div#search_box input {
  width: 150px;
  border: 1px solid #AAAAAA;
}


#nav {
  margin-top: 40px;
}
#nav li {
  list-style: none;
  float: left;
  background: left center url(../images/skin/arr.gif) no-repeat;
  padding-left: 15px;
  padding-right: 20px;
}


#nav a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#nav a.current { color: #75711F; text-decoration: underline; background-color: white;  padding: 3px;}

#nav a:hover {
  color: #D47D26;
}

/** green box **/
#gbox {
  /*width: 431px;*/
  width: 480px;
  margin-top: 20px;
  margin-left: 22px;
  position:absolute;
  top: 120px;  
}


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

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

#gbox h2 {
  font: bold 18px arial, sans-serif;
  color: #000;
  margin: 0;
  border-bottom: 1px solid black;
}

#gbox p {
  margin: 1em 0;
}

#gbox table.formatted {
  border: 1px solid #AAAAAA;
  width: 430px;
  background-color: white;
}

#gbox table.formatted th {
  font-size: 9pt;
  text-align: left;
  /*background-color: #D47D26;*/ /*orange*/
  background-color: #75711F; /*green*/
  color: white;
  padding-left: 5px;
  border-right: 1px solid white;
  border-top: 1px solid white;
}

table.formatted th A.title:link {text-decoration: none; color: white; font-weight: normal;}
table.formatted th A.title:visited {text-decoration: none; color: white; font-weight: normal;}
table.formatted th A.title:hover {text-decoration: underline; font-weight: normal; color: white;}

table.formatted tr.subheader {
  background-color: #DDDDDD;
}

table.formatted tr.subheader td {
  font-weight: bold;
}

#gbox table.formatted td {
  border-bottom: 1px solid #AAAAAA;
  padding-right: 5px;
}

#features {
  background: #EDF0C4;
  padding: 14px;
  margin: 0 -14px;
}
#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: 75%;
  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: 10;
  width: 100%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#sidebar {
  width: 250px;
  position: absolute;
  top: 140px;
  /*left: 457px;*/
  left: 525px;
  margin-top: 20px;
  /*border: 2px solid #AAAAAA;*/
}


.graybox-top {
  background: url(../images/skin/gray_img_top.gif) no-repeat;
  width: 250px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.graybox-top h2 {
  font: bold 14px arial, sans-serif;
  /*color: #E4EE6A;*/
  color: #FFA405;  
  color: #D47D26;
  line-height: 1.9;
}

.graybox {
  /*background: url(../images/skin/gray_img_bot.gif) no-repeat;  */
  /*background-color: #BBBBBB;*/
  background-color: white;
  background-position: 0px 0px;
  width: 226px;
  /*left: 457px;*/
  border-bottom: 2px solid #888;
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-top:0px;
  margin-left: 0px;
}

.graybox a {
  color: black;
}

.graybox a:hover {
  color: #888;
}
.graybox li {
  color: black;
  margin-left: 15px;
  list-style:square;
  color: #D47D26;
}

.graybox select {
  width:150px;
}




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

input.textbox { width: 200px; padding: 2px; }
input.select {  }
input.button { width: 100px;}
input.hidden { display: none; }

div.button { 
  position:relative; 
  background: top left url(../images/skin/button.gif) no-repeat;
  width:105px;
  height: 25px;
  cursor: pointer;
  padding-top: 5px;
  text-align:center;  
  /*color: #E4EE6A;*/
  color: #666666;
  font-weight: bold;
  /*border: 1px solid black;*/
  }

div.button:hover {
  /*color: #FFA405;  */
  /*background: top left url(../images/skin/button_hover.gif) no-repeat;*/
}

div.disabled {
  background: top left url(../images/skin/button_disabled.gif) no-repeat;
  color: #666666;
  cursor: default;
}

div.disabled:hover {
  background: top left url(../images/skin/button_disabled.gif) no-repeat;
  color: #666666;
  cursor: default;
}

i.example { font-size: 8pt; }

.error { font-size: 10pt; font-weight: bold; background-color: white; padding: 3px; color: red; text-align: center; margin: 5px; border: 1px solid gray;}

.initial { background-color: #FFFFFF;}
.normal { background-color: #FFFFFF;   }
.highlight { background-color: #DDD; cursor: pointer; }
.selected { background-color: #ECC197; }
.selectedhighlight { background-color: #ECC197; cursor: pointer; }

.sectionfooter td { padding: 2px; padding-left: 5px; }
.sectionfooter a { width: 20px; }
.sectionfooter span { width: 20px; font-weight: bold; }