body {  
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #333333;
  background-color: #A8D35F;
  margin: 30px;
}

a {
  color: #639D5A;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

#layoutBox {
  float: left;
  border: 1px solid #639D5A;
  background-color: #FFFFFF;
  padding: 10px;  
}

#headerBox {
  height: 4em;
  border: 1px solid #639D5A;
  background: #7897BB url(../images/hdr_bg.jpg) repeat-x bottom;
}

#headerLeftBox {
  float: left;
  width: 40%;
  height:4em;
  background: url(../images/hdr_left.jpg) no-repeat bottom left;
  text-align: right;
}

#headerRightBox {
  float: right;
  width: 40%;
  height: 4em;
  background: url(../images/hdr_right.jpg) no-repeat bottom right;
}
 
/* Conatct Form */
.response { font:normal 12px Arial, Helvetica, sans-serif; color:red; text-align:center;}
.loader { text-align:center; width:auto; padding:0; margin:0;}
#contactform { margin:0; padding:5px;}
#contactform * { font-family: Arial, Helvetica, sans-serif;; font-size:12px;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0 0 5px 0; padding:10px; background:none;}
#contactform li.buttons { margin:0; overflow:hidden;}
#contactform label { margin:0; width:150px; display:block; float:left; padding:0 0 2px 0; font:normal 14px Arial, Helvetica, sans-serif; color:#666666;}
#contactform label span { font:normal 11px Arial, Helvetica, sans-serif; color:#afafaf; margin:0; padding:0;}
#contactform input.text { width:280px; border:1px solid #d6d6d6; margin:0; padding:5px 2px; height:16px; background:#fff;}
#contactform textarea { width:280px; border:1px solid #d6d6d6; padding:2px; background:#fff;}
#contactform li.buttons input { padding:3px 10px; margin:0 0 0 150px; background:#1f93ca; border:1px solid #dbdbdb; color:#FFF; float:left;}

.title {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 280%;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  line-height: 0.9em;
}

.subTitle {
  font-size: 90%;
  color: #639D5A;
}

#menuBox {
  float: left;
  width: 15em;
  margin: 10px 0 0 0;
  border-right: 1px solid #639D5A;  
  text-align: left;
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
  margin-top: 30px;
}

#mainContent {
  margin: 10px 0 0 16em;
  border-left: 1px solid #639D5A;
}

#mainContent br {
  margin-top: 10px;
}

#mainContent p {
  padding: 0px 5px 2px 10px;
}

.spacer {
  height: 1px;
  clear: both;
}

.noDisplay {
  display: none;
}

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #639D5A;
  background: #F2FAEE url(../images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #639D5A;
  border-bottom: 1px solid #639D5A;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #639D5A;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #639D5A;
}

#mainContent h2, #menuBox h2 {
  font-size: 80%;
  font-weight: bold;
  background-color: #EEEEEE;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2 {
  margin-left: 10px;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;
}

.footer {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  border-right: 1px solid #639D5A;
  border-left: 0px;
}

.footer a:hover {
  background-color: #D6E1F1;
}

.footer br {
  margin: -20px;
}

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;
}

.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #333333;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #639D5A;
}
#layoutBox #mainContent p {
	color: #000000;
	font-size: 12pt;
}

