* { 
 margin: 0; 
 padding: 0; 
} 
body { 
 /*background: #eee url(images/bg.gif) 0 100% repeat-x; */
 font: 12px/18px "Lucida Grande", Verdana, sans-serif; 
 text-align: center; 
 color: #336633; 
}
a:link, a:visited {
  color: #336633;
}
a:hover {
  color: #94C335;
}
h1 { 
 margin-bottom: 11px;
 margin-left: -108px; 
 padding: 15px 0 21px 108px;
 border-bottom: 1px solid #333366; 
 font: italic 1.5em/18px Georgia, serif; 
 color: #333366; 
} 
/*h2, h3{
	font-weight: normal;
	font-size: 1em;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
} */
h2 {
 margin-left:-204px; 
 padding: 10px 0 20px 204px;
 background: url(images/bullet.gif) 3px 0 no-repeat;
 font-size: 1.25em; 
 text-transform: uppercase; 
 color: #686868; 
} 
h3 { 
 padding-bottom: 6px; 
 font-weight: bold; 
 text-transform: uppercase; 
 letter-spacing: -1px; 
 color: #663366; 
} 
#wrap { 
 background: #F0F0F0; 
}
 
#page { 
 margin: 0 auto; 
 width: 770px; /*960px; */
 text-align: left;
 background: #fff url(images/page.gif) repeat-y;
 border: 1px solid #E5E5E5; 
} 
#header { 
 height: 192px;
 background: #336633 url(images/header.gif) bottom no-repeat; 
}
#header p {
 float: left; 
 padding: 60px 24px 24px 126px; 
 font-size: 1.5em; 
 line-height: 1em; 
 color: #ffffff; 
} 
#header ul { 
 padding-top: 10px; 
 padding-right: 12px; 
 text-align: center; 
 list-style: none; 
} 
#header li { 
 display: inline; 
 margin: 0 12px; 
} 
#header li a { 
 font-size: 1em;
 font-weight: bold;  
 line-height: 1em; 
 text-decoration: none; 
 color: #ffffff; 
} 
#header li a:hover { 
 color: #94C335; 
} 

#content-primary { 
 float: right; 
 margin: 12px 24px 60px 24px; 
 width: 338px; /*528px;  */
}
#content-primary p { 
 padding-bottom: 18px; 
} 
#content-primary img { 
 float: left; 
 margin: -6px 18px 0 -114px; 
 padding: 3px; 
 border: 3px solid #eee; 
 background: #fff; 
} 
 
#content-secondary { 
 float: right;
 margin: 30px 216px 60px 24px; 
 width: 144px;
 font-size: 11px; 
 color: #300;  
} 
#content-secondary p { 
 padding-bottom: 18px; 
} 
#footer { 
 clear: right; 
 height: 192px; 
 background: #336633 url(images/footer1.gif) top no-repeat; 
 font-size: 10px; 
 line-height: 1em; 
 text-shadow: 1px 1px 1px #336633; 
 color: #336633; 
} 
#footer a:link, #footer a:visited { 
 color: #ffffff; 
}
#footer a:hover { 
 color: #94C335; 
}     
#footer p { 
 padding: 132px 24px 0 24px; 
} 
.clear { 
 clear: both; 
}
#contact table { 
 background-color: #F0F0F0; 
 color: #000000; 
 width: 340px; 
 border: 1px solid #336633; 
 border-collapse: collapse; 
} 

#contact td { 
 border: 1px solid #336633; 
 padding-left: 4px; 
}
.labelcell { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 color: #336633; 
 background-color: transparent; 
 width: 140px; 
} 

.fieldcell { 
 background-color: #F0F0F0; 
 color: #000000; 
 text-align: right; 
 margin-right: 0px; 
 padding-right: 0px; 
} 
.fieldcell input { 
 width: 200px; 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #FFFFFF; 
 color: #336633; 
 border: 1px solid #336633; 
 margin-right: 1px; 
} 
.button { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #336633; 
 color: #FFFFFF;
 font-weight: bold; 
 margin-left: 12px; 
 margin-top: 3px; 
 margin-bottom: 2px; 
}
.fieldcell textarea {
  width: 200px;
  font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
  background-color: #FFFFFF; 
  color: #336633; 
  border: 1px solid #336633; 
  margin-right: 1px;
  margin-top: 3px;
}

