/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e3e2ce;
}
a {	color: #000; }
a:active {color: #000;}
a:link {color: #000;}
a:visited {color: #333;}
a:hover {color: #000;}

/*TOP NAVIGATION-------------------------------*/
.nav {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration:none; }
a.nav:active, a.nav:link, a.nav:visited {color: #000;}
a.nav:hover {color: #3c865d;}

/*CRUMB TRAIL---------------------------------*/
.crumb { font-size: 11px; color: #999; }
a.crumb:active, a.crumb:link, a.crumb:visited { color: #999; }
a.crumb:hover { color: #000; }

/*SIDE NAVIGATION------------------------------*/
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 19px; text-decoration:underline
}

a.sidenav:active, a.sidenav:link, a.sidenav:visited { text-decoration:underline; color:#000; }
a.sidenav:hover { text-decoration:underline; color:#3c865d; }

.sidenavarrow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; line-height: 19px; 
	}

/*PAGE HEADLINES--------------------------------*/
h1 { font:bold 19px Georgia, "Times New Roman", Times, serif; color: #3c8650; margin:0 0 10px 0; }
h2 {
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color: #3c865d;
	font-style: normal;
	font-variant: normal;
	letter-spacing: 1px;
	margin:0 0 5px 0;
}

/* BODY TEXT-------------------------------*/
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
a.bodytext:active, a.bodytext:link, a.bodytext:visited { font-style:italic; text-decoration:underline; }
a.bodytext:hover { font-style:italic; text-decoration:underline; color: #3c865d; }

/* FOOTER------------------------------------*/
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}
.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
}

/* BACKGROUND COLORS-------------------------*/
.whiteBkgd {background-color:#FFF;}
.tanBkgd {background-color:#e3e2ce;}
.blackBkgd {background-color:#000;}
.greenBkgd {background-color:#3c865d;}
.dividerRule {background-color:#3c8650;}
