body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/backgnd_gradiant3.gif);
}

a {
	color: #993300;
}

a:hover {
	color: #6b806c; 
	text-decoration: none;
}

/* Left Nav Menu */

#leftnav {
	font-family: Arial, Helvetica, sans-serif;
	width: 200px;
	margin-left: 0px;
	padding-top: 12px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #000000;
}

#leftnav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#leftnav li {
}

#leftnav a {
	display: block;
	padding: 10px 10px 5px 20px;
	text-align: left;
	text-decoration: none;
	color: #000000;
}

#leftnav a:hover {
	text-decoration: underline;
	background: url(images/bullet_arrow1.gif) no-repeat 10px 15px;
	
}
	
#bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	padding: 0px 40px 26px 23px; 
	margin-top: 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	/* color: #A8AF98; 993300 6b806c or 7A917A*/
	color: #A8AF98;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666; /* was 6b806c */
	padding-top: 20px;
	margin-top: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #6b806c;    /* was 79917A*/
	border-bottom: 1px solid #79917A;
	margin-top: 28px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #444444;   /* was #4d4d4d; #333333 */
	margin-top: 24px;
	margin-bottom: -14px;
	/* border-bottom: 1px solid #79917A; */
}

.bodyimg {
	float:right;
	padding-left: 20px;
	padding-bottom: 5px;
	border: 1px;
	border-width: 1px;
	border-color: #000000;
	display:inline;
}

.img-left {
	float:left;
	padding-right: 20px;
	padding-bottom: 5px;
	border: 1px;
	border-width: 1px;
	border-color: #000000;
	display:inline;
}

.introtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333333;
}
#footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #A9A9A9; 
}



.footerlink a {
	color: #A9A9A9; 
	text-decoration: none;
}

.footerlink a:hover {
	color: #A9A9A9; 
	text-decoration: underline;
}


img { border-color:#000000;
}



/* Sitemap Bullets */

#narrowbullets {
	margin-left: 0px;
		line-height: 18px;
	/*font-family: Arial, Helvetica, sans-serif;
	  width: 200px; 
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	/* color: #000000; */
}

#narrowbullets ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#narrowbullets li {
}

#narrowbullets a {
	display: block;
	padding: 10px 10px 5px 10px;
	text-align: left;
	text-decoration: underline;
	color: #993300;
}

#narrowbullets a:hover {
	text-decoration: none;
	color: #6b806c;
	background: url(images/bullet_arrow1.gif) no-repeat 0px 16px;
	
}

.important {
	color: #993300;
	font-weight: bold;
}