body {
	background-color: #afcd7a;
}
TABLE#page {
	width: 730px;
	border-width: 0px ;
	border-spacing: 0px;
	border-style: none ;
	border-color: gray;
	border-collapse: collapse;
}
TABLE#page TH {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px;
}
TABLE#page TD {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px;
}

/* ------ heading ------ */
#headerLogo {
	background-color: white;
	width: 282px;
}
#headerContact {
	background-color: #DDE9C6;
	font-family: verdana, arial;
	font-size: 8pt;
	white-space: nowrap;
	text-align: center;
}

/* ------ menu ------ */
TABLE TD#menu {
	background-color: #ffffff;
}
A.menuitem {
	display:block;
	border: 2px solid #DDE9C6;
	#width: 300px;
	3height: 50px;
	text-decoration: none;
	background-color: #DDE9C6;
	color: #000000;
	font-family: verdana;
	font-size: 8pt;
	padding: 5px 0px 5px 20px;
	margin-bottom:1px;
}
A.menuitemActive {
	background-color: #AFCD7A;
}
A.menuitem:hover {
	background-color: #AFCD7A;
}
/* ------ picture bar ------ */
TABLE#pics {
	border-width: 0px ;
	border-spacing: 0px;
	border-style: none ;
	border-color: gray;
	border-collapse: collapse;
}
TABLE#pics {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: 0px;
}
.pic {

}
.picBuffer {
	background-image: url(images/picbuffer.gif); 
}
/* ------ content area ------ */
TABLE TD#contentArea {
	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 9pt;
	padding: 25px;
	width: 650px;
}
TABLE TD#leftContent {
	width: 110px;
}
TABLE TD#leftContent IMG {
	vertical-align:top;
}
TABLE TD#rightContent {
	padding-left: 30px;
	font-family: verdana, arial;
	font-size: 9pt;
}
H1 {
	font-family: arial, verdana;
	font-size:12pt;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
H2 {
	font-family: arial, verdana;
	font-size:10pt;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color:#3F4F27;
}
DT {
	font-weight: bold;
}
.caption {
	font-size:7pt;
}
/* ------ footer ------ */
TABLE TD#tagline {
	background-color: #ffffff;
}
TABLE TD#bottomRule {
	background-image: url(images/bottomrule.gif);
}
TABLE TD#footer {
	background-color: #ffffff;
	font-family: verdana, arial;
	font-size: 8pt;
	padding: 1px 25px 4px 25px;
}
#footerNav A { 
	color:#6C7F4F; 
}
#footerNav { 
	float: left; 
	white-space: nowrap;
}
#footerCopyright { 
	float: right; 
	white-space: nowrap;
}