body {
	background : #004F2B;
	color : #FFFFFF;
	font-family : "Helvetica", sans-serif;
	margin : 0px auto;
	text-align : center;
}
/*
body {
	scrollbar-face-color : #BCBA95;
	scrollbar-3dlight-color : #CCCA95;
	scrollbar-highlight-color : #DCDA95;
	scrollbar-track-color : #ACAA95;
	scrollbar-arrow-color : #004F2B;
	scrollbar-base-color : #9C9A95;
	scrollbar-darkshadow-color : #ACAA95;
}
*/

h1 { 
	font-weight : bold; 
	font-size : 36px; 
	line-height : 40px; 
}
h2 { 
	font-size : 22px; 
	font-weight : bold; 
}
h3 { 
	font-size : 20px; 
	font-weight : bold; 
}
h4 { 
	font-size : 18px; 
	font-weight : bold; 
}
h5 { 
	font-size : 16px; 
	font-weight : bold; 
}
h6 { 
	font-size : 14px; 
	font-weight : bold; 
}

p { 
	font-size : 12px; 
	font-weight : normal; 
}
p.sml { 
	font-size : 10px; 
	font-weight : normal; 
}
p.med { 
	font-size : 11px; 
	font-weight : normal; 
}
p.lrg {
	font-size : 14px; 
	font-weight : normal; 
}

p.lft {
	text-align : left;
}
p.ctr {
	text-align : center;
}

img { 
	border : 0px none; 
}

a {
	text-decoration : none;
}

acronym {
	border-bottom: 1px dotted #FFFFFF;
	cursor: help;
}
address {
	font-size : 12px;
}
button {
	background : #BCBA95;
	border : 1px solid;
	border-color : #DCDA95 #9C9A95 #9C9A95 #DCDA95;
	color : #FFFFFF;
	font-weight : bold;
}
blockquote {
	background : #BCBA95;
	color : #004F2B;
	margin-bottom : 10px; 
	margin-left : 5%;
	padding : 5px;
	width : 90%;
}
blockquote h5 {
	line-height : 22px;
}
table {
	border : 0px none;
	border-collapse : collapse;
	width : 100%;
}
th {
	line-height : 26px;
	text-align : left;
	vertical-align : bottom;
}
td {
	background : #BCBA95;
	border : 0px none;
	color : #004F2B;
	font-size : 12px; 
	font-weight : normal; 
	padding : 3px 5px;
	vertical-align : top;
	text-align : left;
}
td.cola {
	width : 30%;
}
td.colb {
	width : 70%;
}
input, textarea {
	background : #004F2B;
	border-top : 1px solid #9C9A95;
	border-right : 1px solid #DCDA95;
	border-bottom : 1px solid #DCDA95;
	border-left : 1px solid #9C9A95;
	color : #FFFFFF;
	font-size : 12px;
}
select, option {
	background : #004F2B;
	border-color : #DCDA95;
	color : #FFFFFF;
}
input.sbmt {
	background : #BCBA95;
	border-top : 1px solid #DCDA95;
	border-right : 1px solid #9C9A95;
	border-bottom : 1px solid #9C9A95;
	border-left : 1px solid #DCDA95;
	color : #004F2B;
	font-weight : bold;
	line-height : 20px;
}
.rdtx {
	background-color : #BCBA95;
	color : #FF0000;
}
#pge {
	width : 760px;
}

#hdr {
	display : block;
}

#hlt {
	float : left;
	width : 374px;
}
#hct {
	float : left;
	width : 314px;
}
#hct h4 {
	padding : 35px 10px 30px;
}
#hrt {
	float : left;
	padding : 11px 0 10px;
	width : 71px;
}

#hbn {
	float : left;
	width : 760px;
}

#hnv {
	clear : both;
	margin : 0;
}

#hnu {
	clear : both;
	float : left;
	list-style-type : none;
	margin : 0px;
	width : 100%;
}
#hnu li {
	border : 1px solid;
	border-color : #DCDA95 #9C9A95 #9C9A95 #DCDA95;
	float : left;
	font-size : 14px; 
	font-weight : bold; 
	line-height : 26px;
	padding : 0px;
	width : auto;
}
#hnu li a {
	background : #BCBA95;
	color : #FFFFFF;
	display : block;
	width : 150px;
}
#hnu li a:hover {
	background : #CCCA95;
	color : #004F2B;
}
#hnu li ul {
	left : -9999px;
	list-style-type : none;
	margin : 0px;
	position : absolute;
	width : 149px;
}
#hnu li ul li {
	border : 1px solid;
	border-color : #DCDA95 #9C9A95 #9C9A95 #DCDA95;
	display : block;
	font-size : 11px; 
	font-weight : normal; 
	line-height : 15px;
	padding : 0px;
	width : 100%;
}
#hnu li ul li a {
	background-color : #BCBA95;
	color : #FFFFFF;
	display : block;
	width : 100%;
}
html>body #hnu li a {
	width: auto;
}
#hnu li:hover ul, #hnu li.dwn ul {
	left: auto;
}

#hnu ul li:hover, #hnu ul li.dwn {
	background: #BCBA95;
	color : #FFFFFF;
}

#hnu li:hover a, #hnu li.dwn a {
	background: #BCBA95;
	color: #FFFFFF; 
}

#hnu ul li:hover a, #hnu ul li.dwn a {
	background: #CCCA95;
	color : #004F2B;
}

#bdy {
	border-left : 2px solid #BCBA95;
	border-right : 2px solid #BCBA95;
	clear : both;
	display : block;
	height : 100%;
}
#blt {
	width : 721px;
	float : left;
	margin : 10px 5px;
	text-align : left;
}
#blt a {
	background : #004F2B;
	color : #FFFFFF;
}
#blt h5.smcp { 
	font-variant : small-caps;
}
#blt p {
	padding-right : 0;
}
#blt p.rgt {
	padding-right : 0;
}
#blt p.rt {
	float : right;
	padding-right : 10px;
}
#blt p.full {
	clear : both;
	display : block;
}
#blt p.cntr {
	display : block;
	text-align : center;
}
#blt p a:hover {
	text-decoration : underline;
}
#blt .cnbd {
	font-size : 12px;
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
}
#blt img {
	border : 1px solid;
	border-color : #DCDA95 #9C9A95 #9C9A95 #DCDA95;
	margin : 0 10px;
}
#blt img.lft {
	float : left;
	margin : 3px 10px 5px 0;
}
#blt img.rgt {
	float : right;
	margin : 3px 5px 5px 10px;
}
#blt ul {
	font-size : 14px;
}
#blt ul li {
	font-size : 12px;
	font-weight : normal;
}

#err {
	background : #FF0000;
	color : #FFFFFF;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5%;
	padding : 5px;
	width : 90%;
}
#err p {
	font-weight : bold;
}
#cl1 {
	float : left;
	width : 368px;
}
#cl2 {
	float : left;
	width : 368px;
}

#ftr {
	clear : both;
	display : block;
}
#ftr a:hover {
	text-decoration : underline;
}
#flt {
	background : #BCBA95;
	border-top : 1px solid #DCDA95;
	border-right : 0px none;
	border-bottom : 1px solid #9C9A95;
	border-left : 1px solid #DCDA95;
	color : #004F2B;
	float : left;
	line-height : 14px;
	width : 379px;
}
#flt a {
	background : #BCBA95;
	color : #004F2B;
}
#flt a:hover {
	background : #BCBA95;
	color : #408F2B;
}
#frt {
	background : #BCBA95;
	border-top : 1px solid #DCDA95;
	border-right : 1px solid #9C9A95;
	border-bottom : 1px solid #9C9A95;
	border-left : 0px none;
	color : #004F2B;
	float : left;
	line-height : 14px;
	width : 379px;
}
#frt a {
	background : #BCBA95;
	color : #004F2B;
}
#frt a:hover {
	background : #BCBA95;
	color : #408F2B;
}
#fnv {
	background : #004F2B;
	color : #FFFFFF;
}
#fnv a {
	background : #004F2B;
	color : #FFFFFF;
}