Body {
	margin-top:0px;
	background-color: #37500D;
	background-image: url(images/pg_bkg.gif);
	background-repeat: repeat-x;
}

P {
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 15px;
	padding-left: 5px;
	padding-top: 5px;
}
P.table {
	FONT-SIZE: 13px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}
P.tableheading {
	FONT-SIZE: 14px;
	COLOR: #ffffff;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: uppercase;
	background-color: #D96D01;
}
P.small {
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #597726;
	font-weight: bold;
	line-height: 18px;
	font-style: italic;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
		text-align: justify;
}
.shaded {
	background-color:#707070;
	padding: 10px;
	FONT-SIZE: 12px;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 16px;
	margin: 10px;
}

H1 {
	FONT-SIZE: 24px;
	COLOR: #D66500;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;

}
H2 {
	FONT-SIZE: 18px;
	COLOR: #700e0a;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 5px;

}

H3 {
	FONT-SIZE: 20px;
	COLOR: #7c4504;
	FONT-FAMILY: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
}
H5 {
	FONT-SIZE: 9px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

OL {
	FONT-SIZE: 12px;
	COLOR: #37500D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-align: left;
}

UL {
	FONT-SIZE: 12px;
	COLOR: #37500D;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
	text-align: left;
	
}

A:link {
	COLOR: #37500D;
	TEXT-DECORATION: underline;
}
A:visited {
	COLOR: #37500D;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #37500D;
	TEXT-DECORATION: underline;
}
A:hover {
	COLOR: #707070;
	TEXT-DECORATION: underline;
}
.navigation:link, .navigation:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #000000;
	display: block;
	padding: 2px 13px 2px 30px;
	width: 257px;
	text-decoration: none;
	background-color: #fbc70d;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navigation:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #000000;
	display: block;
	padding: 2px 13px 2px 30px;
	width: 257px;
	text-decoration: none;
	background-color: #fbe16e;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: 9px 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	padding: 10px;
	text-align: center;
}
.glossymenu{
	margin: 0px 0;
	padding: 0;
	width: 150px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: #979797 url(glossyback.gif) repeat-x bottom left;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #e8e8e8;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #cccccc;
color: white;
}
