/* Global Styles */

body {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
  	background-color: #eeeeee; 
	color: #000000;  
	margin: 0px auto; 
}
	
/* ID Styles */

#content {
	width: 960px;
  	background-color: #ffffff; 
	margin:0px auto;  /*Right and left margin widths set to "auto" */
	text-align:left;  /*Counteract to IE5/Win Hack */
}
#navText {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-decoration: none;
	display: block;
	padding: 8px 8px 8px 12px;
	}
	
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding: 8px 8px 8px 12px;
	}
	
#navigation a {
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding: 8px 8px 8px 12px;
	}
	
#navigation a:hover {
	background: #999999;
	}
	
#breadcrumb {
	font-size: 0.7em;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 2px;
	}
	
#breadcrumb a {
	color: #ffffff;
	text-decoration: none;
	padding: 2px;
	}
	
#breadcrumb a:hover {
	color: #cccccc;
	text-decoration: none;
	padding: 2px;
	}
	
#dateformat {
	font-size: 0.7em;
	color: #ffffff;
	letter-spacing: 0.2em;
	text-align: right;
	padding: 2px;
	}
	
.dateformat {
	color: #ffffff;
	text-align: right;
	padding: 2px;
	}
	
/* Class Styles */
	
.pageName{
	font-size: 1.2em;
	font-weight: bold;
	color: #5C743D;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.pageNameSoil{
	font-size: 1.3em;
	font-weight: bold;
	color: #B01004;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.pageNameWater{
	font-size: 1.3em;
	font-weight: bold;
	color: #2689ff;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.pageNameHeritage{
	font-size: 1.3em;
	font-weight: bold;
	color: #FF4F03;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.pageNameRural{
	font-size: 1.3em;
	font-weight: bold;
/* 	color: #4604FC; */
	color:#663189;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
.bodyText {
	font-size: 0.9em;
	font-weight: bold;
	color: #666666;
	line-height: 1.2em;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.bodyText P {
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px; 
	}
	
.bodyText h4 {
	font-size: 1.1em;
	color:#5C743D;
	font-weight:bold;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px; 
	}
	
.bodyText a:link  {
	text-decoration: none;
	color:#0033CC
	}
	
.bodyText a:visited  {
	text-decoration: none;
	color:#0033CC
	}
	
.bodyText a:hover  {
	text-decoration: none;
	color: #999999;
	}
	
.bodyTextSoil {
	font-size: 0.9em;
	font-weight: bold;
	color:#B01004;
	line-height: 1.2em;
	margin-top: 0px;
	}
	
.bodyTextWater {
	font-size: 0.9em;
	font-weight: bold;
	color:#2689ff;
	line-height: 1.2em;
	margin-top: 0px;
	}
	
.bodyTextHeritage {
	font-size: 0.9em;
	font-weight: bold;
	color:#FF4F03;
	line-height: 1.2em;
	margin-top: 0px;
	}
	
.bodyTextRural {
	font-size: 0.9em;
	font-weight: bold;
	color:#663189;
	line-height: 1.2em;
	margin-top: 0px;
	}
	
.subHeader {
	font-size: 0.8em;
	font-weight: bold;
	color: #5C743D;
	border: 2px solid #5C743D;
  	background-color: #cccccc;   
	}
	
.subHeader a:link, .subHeader a:visited {
	text-decoration:none;
	color:#0033CC;
	}

.subHeader a:hover {
	text-decoration:none;
	color:#999999;
	}

.subHeaderSoil {
	font-size: 0.8em;
	font-weight: bold;
	color: #B01004;
	border: 2px solid #B01004;
  	background-color: #cccccc;   
	}

.subHeaderSoil a {
	text-decoration: none;
	color:#B01004;
	}

.subHeaderSoil a:hover {
	text-decoration: none;
	color:#999999;
	}

.subHeaderWater {
	font-size: 0.8em;
	font-weight: bold;
	color: #2689ff;
	border: 2px solid #2689ff;
  	background-color: #cccccc;   
	}

.subHeaderWater a {
	text-decoration: none;
	color:#2689ff;
	}

.subHeaderWater a:hover {
	text-decoration: none;
	color:#999999;
	}

.subHeaderHeritage {
	font-size: 0.8em;
	font-weight: bold;
	color: #FF4F03;
	border: 2px solid #FF4F03;
	background-color: #cccccc;
	}

.subHeaderHeritage a {
	text-decoration: none;
	color:#FF4F03;
	}

.subHeaderHeritage a:hover {
	text-decoration: none;
	color:#999999;
	}

.subHeaderRural {
	font-size: 0.8em;
	font-weight: bold;
	color:#663189;
	border: 2px solid #663189;
  	background-color: #cccccc;   
	}

.subHeaderRural a {
	text-decoration: none;
	color:#663189;
	}

.subHeaderRural a:hover {
	text-decoration: none;
	color:#999999;
	}

.smallText {
	font-size: 0.7em;
	color: #666666;
	text-align: left;
	}
	
.navText {
	font-size: 0.7em;
	color: #003366;
	letter-spacing: 0.1em;
	text-decoration: none;
	}
	
.link1 a#link1, .link2 a#link2, .link3 a#link3, .link4 a#link4, .link5 a#link5, .link6 a#link6 { 
	text-decoration:underline;
	}
	
/* Start of hyperlink Formatting */
/* from http://www.kryogenix.org/days/2002/08/30/external */

.flash {
        background: url(/images/flash_link.png) right center no-repeat;
        padding-right: 25px;}

div#content a[href^="http:"] {
        background: url(/images/external_link.png) right center no-repeat;
        padding-right: 15px;}
		
/*div.information a[href^="mailto:"] {
        background: url(/images/email_envelope.gif) right center no-repeat;
        padding-right: 15px;} */
		
div#content a[href$=".pdf"] {		
        background: url(/images/pdf.gif) right center no-repeat;
        padding-right: 15px;}
		
div#content a[href$=".doc"] {		
        background: url(/images/hyperlink_word.gif) right center no-repeat;
        padding-right: 15px;}
		
div#content a[href$=".dot"] {		
        background: url(/images/hyperlink_word.gif) right center no-repeat;
        padding-right: 15px;}
		
div#content a[href$=".xls"] {
        background: url(/images/hyperlink_excel.gif) right center no-repeat;
        padding-right: 15px;}

div#content a[href$=".xlt"] {
        background: url(/images/hyperlink_excel.gif) right center no-repeat;
        padding-right: 15px;}

div#content a[href$=".ppt"] {
        background: url(/images/hyperlink_powerpoint.gif) right center no-repeat;
        padding-right: 15px;}
		
div.information a[href$="rss.xml"] {
        background: url(/images/hyperlink_newsfeed.png) right center no-repeat;
        padding-right: 16px;}

.oracletable {
        background: url(/images/oracle_logo_clr.gif) right center no-repeat;
        padding-right: 100px;}
		
.BDUfunded {
/*	background-color: #99CCFF; */
	font-weight: bold;

}		

/* End of hyperlink Formatting */