body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 15px 0 0 0;
	padding: 0;
	border: 0;
	background-color: #73826b;
	/*background-image: url(images/bg.jpg); */
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 16px;
}
#header {
    background-color: #ffffff;   /*#FAE3C9; #F3F1E9;*/
	text-align: center;
}
#header .left {
    text-align: left;
}
#header .right {
    text-align: right;
}
#topimage {
	border: #e1e1e1 1px solid;
}
#foot {
    text-align: center;
	font-size: 10px;
	color: #828D4C;
}
#separator {
	border-top: #E6EDC2 1px solid;
	background-color: #EEA902;
}
#content {
	background-color: #ffffff;
}
#menu {
    margin: 5px 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#menu li a {
    display: block;
	padding: 8px 12px 2px 5px;
	border-bottom: /*#DDDAC9*/ #e6eeed 1px solid;
	text-decoration: none;
	text-align: right;
	margin: 0;
}
#menu li a:hover {
    background-color: #e6eeed /* #EEC096; #DDDAC9*/;
	color: #333333;
	padding-right: 12px;
}
h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #61861F;
	margin: 20px 0 30px 0;
	font-weight: bold;
	font-stretch: expanded;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
	margin: 25px 0 0 0;
	font-weight: normal;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #444444;
	margin: 25px 0 0 0;
	font-weight: normal;
}
h4 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: /*#F2F6E0*/ #444444;
	margin: 10px 15px 0 0;
}
h5 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 6px 0 0 0;
	color: #666666;
	font-weight: normal;
}
h6 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 6px 0 0 0;
	color: #61861F;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
}
a {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
    text-decoration: underline;
}
#nlist {
    margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}
#nlist li {
	padding: 0 0 0 26px;
	margin: 5px 0 8px 0;
	background-image: url(images/bullet-thick.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
}
#nlist2 {
    margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
}
#nlist2 li {
	padding: 0 0 0 20px;
	margin: 5px 0 8px 0;
	background-image: url(images/forward.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
}
#footer {
    background-color: /*#E6E3D7#F8D8B9*/  #c2d7ce;
	border-top: /*#DBD5C5#F8D8B9*/  #c2d7ce 1px solid;
	border-bottom: #c2d7ce 1px solid;
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 11px;
}
p.blockheader {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff6600;
	margin: 10px 0 10px 0;
	font-weight: normal;
}