body {
  font-family: Arial, "centurly gothic", Geneva, verdana, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #9D080D;
  background-image: url(images/contentbg.jpg);
  background-repeat: repeat-y;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* links, of course */

a:link {
	color: #603811;
	text-decoration: none;
	}
	
a:active {
	color: #A95A0D;
	text-decoration: underline;
	}
	
a:hover {
	color: #A95A0D;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:visited {
	color: #A95A0D;
	text-decoration: none;
	}
	

/* Headers */

h1 {
	font-size: 150%;
	}
	
h2 {
	color: #603811;
	font-size: 95%;
	font-weight: bold;
	}
	
/* UL */

ul { 
	list-style-type: none;
	}
	
ul ul {
	list-style-type: none;
	}
	
ul ul ul {
	list-style-type: none;
	}
	
/*mainhead */
#mainhead { 
	padding: 0 0 0 0;
	}
	
	
/* Global Navigation */

#globalNav{
	margin-top: 30px;
	color: #603811;
	white-space: nowrap;
	width: 150px;
	z-index: 50;
	border-right: 1px dotted #603811;
	padding-left: 50px;
	float:left;
}

#globalNav a {
	color: #603811;
	display: block;
	padding-right: 5px;
	padding-top: 4px;
	font-weight: normal;
	height: 25px;
	}
		
#globalNav a:hover {
	color: #603811;
	text-decoration: none;
	display: block;
	font-weight: bold;
	border: 1px dashed #603811;
	}

/*block hack*/

#globalNav ul a:link, #globalNav ul a:visited {display: block;}
#globalNav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#globalNav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #globalNav li {border-bottom: none;}

#banner {
	position: absolute;
	margin-left: -10px;
	
	}
	
#content {
	min-height: 500px;
	width: 820px;
	margin-top: -8px;
	}
	
/* Feature Styling */

.feature{
	width: 535px;
	overflow: auto;
	padding-left: 10px;
}

.feature img {
	float: left;
	padding-right: 10px;
	}	


#siteInfo {
	margin-top: 100px;
	color:#301B07;
	font-size: 90%;
	text-align: center;
	width: 820px;
	}