/* ---( Text Styles )---------------------------------------- */
@import url("styles.css");
@import url("boxstyles.css");
@import url("whiteband.css");
@import url("forms.css");

body {
	color: #001;
	background: #000;
	margin: 0;
	padding: 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat;
	/*voice-family: "\"}\""; 
	voice-family: inherit;
	font-size: small;	*/
	}
	
html>body {
	font-size: small;
	}

#wrap {
 background: #eae1d1 url(../images/bgd_body1.gif) repeat-y; 
 margin: 0; 
 padding: 0 }
 #wrapintroduction {
 background: #eae1d1 url(../images/bodybgintroduction.gif) repeat-y; 
 margin: 0; 
 padding: 0 }

#headwrap {
 position: relative; 
 background: #000 url(../images/mainbanner.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }
#headwrapfundamentals {
 position: relative; 
 background: #000 url(../images/bannerfundamentals.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }
 
 #headwrapmanagement {
 position: relative; 
 background: #000 url(../images/kateinsmoke.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }

#headwrapecology {
 position: relative; 
 background: #000 url(../images/bannerecol.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }
 
#headwrappolicy {
 position: relative; 
 background: #000 url(../images/bannerpolicy.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }
 
 #headwrapintro {
 position: relative; 
 background: #000 url(../images/bannerintro.jpg) no-repeat left top; 
 margin: 0px; 
 padding: 0px; 
 height: 183px; 
 text-align: center }
p {
	color: #001;
	line-height: 17px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	
	}

h1 {
	font-size: 24px;
	color: #723305;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}

h2 {
	font-size: 18px;
	color: #ba5205;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	}
	
h3 {
	font-size: 115%;
	color: #000;
	margin: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	}

ul {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	}

li {
	font-size: 100%;
	}
	
dl {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	}

dt {
	margin: 0;
	}
	
dd {
	line-height: 130%;
	margin: 0;
	}
	
acronym {
	text-transform: capitalize;
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted #723305;
	}

img {
	border: 0;
	}



/* ---( Link Styles )---------------------------------------- */

a:link {
	color: #BA5205;
	text-decoration: none;
	}

a:visited {
	color: #ba5205;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	background: #FFFFCC;
	text-decoration: none;
	}

a:active {
	color: #ba5205;
	text-decoration: none;
	}
.floatright {
	float: right;
}
.floatleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
h4 {
	font-size: 13px;
	color: #333333;
	margin: 0 0 10;
	font-style: italic;
}
.whitetext {
	color: #FFFFFF;
}
h5 {

	font-size: 13px;
	color: #333333;
	margin: 0 0 10;
	font-style: normal;
}
