/********************************************
Navbar
********************************************/

#globalnav {
	background-color: #FFCC66;
	 border-top: 3px solid #FFCC66;
        border-bottom: 4px solid #FFCC66;
}

#globalnav ul, #globalnav li {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #000;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0;
		text-decoration: none;
        
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        border: 0px;
        list-style: none;
        display: inline;
        background-color: #FFCC66;
        }
 
/* home */ 
#globalnav a.home {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #000;
		font-size: 12px;
		font-weight: 500;
		letter-spacing: 0;
		text-decoration: none;
		border-top: 3px solid #FFCC66;
        border-bottom: 4px solid #FFCC66;
        border-right: 15px solid #FFCC66;
        border-left: 15px solid #FFCC66;
}

#globalnav a.home:hover {
		font-family: trebuchet, verdana, arial, sans-serif;
		color: #fff;
		background-color: #5F9B1F;
		border-top: 3px solid #5F9B1F;
        border-bottom: 4px solid #5F9B1F;
        border-right: 15px solid #5F9B1F;
        border-left: 15px solid #5F9B1F;
}

#globalnav a.homeSelected {
        background-color: #5F9B1F; /*forrest green*/
        color: #fff;
        display: inline;
        border-top: 3px solid #5f9b1f;
        border-bottom: 4px solid #5f9b1f;
        border-right: 15px solid #5F9B1F;
        border-left: 15px solid #5F9B1F;
}


/********************************************
Secondary Nav
********************************************/

#secnav a {
	font-family: trebuchet, verdana, arial, sans-serif;
	color: #030; /*dk green*/
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 0;
	text-decoration: bold;
	vertical-align: bottom;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#secnav a:hover {
	color: #bc1f2e; /*brick red*/
}

#secnav a.secnavSelected {
	color: #FFF445; /*aquatic yellow*/
}



/********************************************
Application Styles
********************************************/

.header {
	font-family: Papyrus, "Tempus Sans ITC"
	font-size: 16pt; 
	color: #333333 ; 
	font-weight: bold
}

.papyrus-footer {
	font-family: Papyrus, "Tempus Sans ITC";
	font-size: 14pt;
	font-weight: bold;
	color: #FFF;
}
.cambria-footer {
	font-family: Cambria;
	font-weight: bold;
	font-size: 12pt;
}
.copyright {
	font-family: Perpetua, "Times New Roman";
	font-size: 10pt;
	font-variant: small-caps;
	color: #FFF;
}
.copyright a {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #333;
	text-decoration: none;
}
.copyright a:hover {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #0CF;
	text-decoration: underline;
}
.copyright a:visited {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #CCC;
	text-decoration: none;
}
.webmaster {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
}
.webmaster a {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
	text-decoration:underline;
}.papyrus {
	font-family: Papyrus, "Tempus Sans ITC";
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}

.empasis {font-weight: bold}

.red {
	color: #F00;
}
.copyright a {
	color: #FFC;
}
.papyrus-footer-email {
	font-size: 12pt;
}
.email {
	font-size: 10pt;
}
.email a {
	color: #FFC;
	text-decoration: none;
}

