/* THE FOLLOWING SETS CLASSES FOR THE BODY */

/* Sets margins for the body to 0 */

.homebody {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF0D1;
	}

.subbody {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fffbf1;
	}

/* THE FOLLOWING SETS CLASSES FOR TEXT */

/* Sets main text on entire site */
.text {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000
	}

/* Sets text for homepage date */
.date {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	font-weight: bold
	}

/* Sets text for footer navigation */
.footer {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #000000
	}

/* Sets text for menu navigation */
.menunav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #DC8D27;
	height: 20px;
	padding-left: 10px
	}
	
/* Sets text for orange headers */
.orangehead {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C97200
	}

/* Sets text for left navigation */
.leftnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	height: 30px;
	padding-left: 15px
	}

/* Sets text for active left navigation */
.leftnavon {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #C97200;
	background-color: #FFF0D1;
	height: 30px;
	padding-left: 15px
	}

/* Sets text for left subnavigation bullet */
.bulletnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #DC8D27;
	padding-left: 15px
	}

/* Sets text for left subnavigation */
.leftsubnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color:
	#DC8D27;
	padding-right: 15px
	}

/* Sets text for green headers */
.greenhead {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A796E
	}

/* Sets text for green subheaders */
.greensubhead {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #55988F
	}

/* Sets text for pop-up window orange headers */
.pophead {
	font-family: arial narrow, arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #004D6D
	}

/* Sets text for top navigation */
.topnav {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFF0D1
	}




/* THE FOLLOWING SETS CLASSES FOR LINKS */

/* Sets link style/color for main text and footer text navigation */

A:link {
	color: #C97200; 
	text-decoration: none
	}
A:visited {
	color: #C97200; 
	text-decoration: none
	}
A:hover {
	color: #C97200; 
	text-decoration: underline
	}

/* Sets link style/color for subpage menus and active left navigation */
A.navlink:link {
	color: #DC8D27; 
	text-decoration: none
	}
	
A.navlink:visited {
	color: #DC8D27; 
	text-decoration: none
	}

A.navlink:hover {
	color: #C97200; 
	text-decoration: none
	}

/* Sets link style/color for subpage menus and active left navigation */
A.navlink:link {
	color: #DC8D27;
	text-decoration: none
	}
	
A.navlink:visited {
	color: #DC8D27; 
	text-decoration: none
	}
	
A.navlink:hover {
	color: #C97200; 
	text-decoration: none
	}

/* Sets link style/color for left navigation */
A.whitelink:link {
	color: #FFFFFF; 
	text-decoration: none
	}
	
A.whitelink:visited {
	color: #FFFFFF; 
	text-decoration: none
	}
	
A.whitelink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold
	}

/* Sets link style/color for top text navigation */
A.topnavlink:link {
	color: #FFF0D1;
	text-decoration: none
	}
	
A.topnavlink:visited {
	color: #FFF0D1;
	text-decoration: none
	}
	
A.topnavlink:hover {
	color: #FFF0D1;
	text-decoration: underline
	}


/* THE FOLLOWING SETS CLASSES FOR BULLETS */

/* Sets orange bullets */

.orangelist {
	color: #DF7901;
	}

	
/* THE FOLLOWING SETS CLASSES FOR BACKGROUND COLORS */

/* Sets blue background */
.bluebkg {
	background-color: #004D6D
	}

/* Sets dark green background */
.dkgreenbkg {
	background-color: #2A796E
	}

/* Sets light orange background */
.ltorangebkg {
	background-color: #DC8D27
	}

/* Sets dark orange background */
.dkorangebkg {
	background-color: #C97200
	}

/* Sets whhite background */
.whitebkg {
	background-color: #FFFFFF
	}

/* Sets dark cream background */
.dkcreambkg {
	background-color: #FFF0D1
	}

/* Sets light cream background */
.ltcreambkg {
	background-color: #FFFBF1
	}

/* THE FOLLOWING SETS CLASSES FOR HORIZONTAL RULE */

/* Sets rule */
.rule {
	color: #004D6D;
	}


