/*** HTML TAGS ***/
body   { 
	background-color: #ffffff; 
	margin: 0px; 
	padding: 0px;  
	font-family: times new roman, garamond, serif; 
}
P {
	font-size: 1em;
	font-family: arial, helvetica, sanserif;
	color: #000000;
	}
td {
	font-size: .8em;
	font-family: times new roman, garamond, serif; 
	}
	
H1, H2, H3, H4, H5, H6 {
	margin: 0px;
	padding: 0px;
	}
H1 {
	color: #006600; 
	font-size: 2.0em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	}
H2 {
	color: #CC6600; 
	font-size: 1.75em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 3px;
	}
H3 {
	color: #006600; 
	font-size: 1.5em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	}
H4 {
	color: #000000; 
	font-size: 1em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	}
H5 {
	color: #000000; 
	font-size: .9em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	}
H6 {
	color: #000000; 
	font-size: .7em;
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	}
a, a:link, a:visited {
 	color: #CC6600;
 	font-size: 1em;
 	font-family: arial, helvetica, sanserif;
	text-decoration: underline;
}
a:hover, a:active {
 	color: #006600;
 	font-size: 1em;
 	font-family: arial, helvetica, sanserif;
	text-decoration: underline;
}


/*** COLOR BARS ***/
.blueBar { 
	background-color: #006600; 
	border-top: solid 1px #CC6600;
	border-bottom: solid 1px #CC6600;
}
.purpleBar { 
	background-color: #006600; 
}
.greenBar { 
	background-color: #006600; 
}




/***  SITE TITLE AND LINK ***/
#siteTitle {
	color: #000000; 
	font-size: 12px; 
	font-family: times new roman, garamond, serif; 
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	}
#siteTitle a, #siteTitle a:link, #siteTitle a:visited {
	color: #000000;
	text-decoration: none;
	}
#siteTitle a:hover, #siteTitle a:active  {
	color: #CC0033;
	text-decoration: underline;
	}
	

	
/*** NAV BAR AND LINKS ***/
#navBar {
	color: #777777;
	width: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 11px;
	font-family: times new roman, garamond, serif; 
	}
#navBar a, #navBar a:link, #navBar a:visited {
	/*/*/ width: 100%; /**/
	color: #333333;
	padding-right: 5px;
	text-decoration: none;
	}
#navBar a:hover, #navBar a:active  {
	color: #CC0033;
	text-decoration: underline;
	}
#navBar a.navMainLink, #navBar a.navMainLink:link, #navBar a.navMainLink:visited {
	color: #003399; 
	font-weight: bold;
	padding-right: 5px;
	text-decoration: none;
	}
#navBar a.navMainLink:hover, #navBar a.navMainLink:active  {
	color: #CC0033;
	font-weight: bold;
	text-decoration: underline;
	}
#navHome, #navServices, #navInformation {
	padding-top: 5px;
	padding-bottom: 5px;
	}

		
/***  MAIN BODY AREA ***/
#mainBody { 
	color: #333333; 
	font-family: times new roman, garamond, serif;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#lastUpdated { 
	font-size: 10px; 
	font-family: times new roman, garamond, serif; 
	text-align: right;
	padding-right: 10px;
}
.pageTitle {
	color: #000000; 
	font-size: 10pt; 
	font-family: times new roman, garamond, serif;
	font-weight: bold;
}
#mainBody a, #mainBody a:link, #mainBody a:visited {
 	color: #003399;
	text-decoration: underline;
}
#mainBody a:hover, #mainBody a:active {
 	color: #CC0033;
	text-decoration: underline;
}

	
	
	
/*** FOOTER BAR AND LINKS ***/	
#footerBar { 
	color: #909090; 
	font-size: 11px; 
	font-family: times new roman, garamond, serif;
	background-color: #FFFFFF; 
	text-align: center; 
	padding-top: 5px;
	padding-bottom: 10px;
	}
#footerBar a, #footerBar a:link, #footerBar a:visited {
	color: #909090;
	text-decoration: none;
	}
#footerBar a:hover, #footerBar a:active  {
	color: #CC0033;
	text-decoration: underline;
	}