html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}
img {
	border-style: none;
}

body {

  background: url(graphics/backduntonBlack.gif) repeat-x center; 
  color: #572406;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	color: #572406;
	font-size: 24px;
	font-weight: BOLD;
}
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 6px groove #572406;

	padding-bottom: 5px;
}
h3 {
	color: #781515;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	padding-bottom: 5px;
}

p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 5px;
}

p.italics {
	font-style: italic;
}

p.bold {
	font-weight: bold;
}

p.news {
	color: #572406;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin-left: 5px;
}

td {
	width: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;

}
td.big {
	font-size: 14px;
	font-weight: bold;
}
tr {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
tr.header {
	font-size: 14px;
	color: #A52A2A;
/*	background-color: #9f4309; */
	background-color: #A7A8AF; 
	font-weight: bold;
}

tr.bglight {
	background-color: #E7EAFA;
}
tr.bgdark {
	background-color: #CCCCCC;
}


a,  a:link {
	color: #A52A2A;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #01613c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #01613c;
	text-decoration: underline;
}
a:focus {
	color: #A52A2A;
}
a:active {
	color: #A52A2A;
}
#outerWrapper {
	margin: 0 auto 20px;
	text-align: left;
	width: 980px;
	background: #fff url(images/content-bg.png) repeat-y left 13px;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px;
	height: 260px;
	background: url(graphics/banner1.gif) no-repeat center top;
}
#outerWrapper #topNavigation {
	height: 44px;
	padding: 0px 0px 0px 0px;
	background: url(images/navbg.png) repeat-x center;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px;
	width: 170px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 0px 10px;
	width: 10px;
}
#outerWrapper #contentWrapper #content {
	margin-top:0px;
 	margin-bottom:10px;
	margin-right:50px;
 	margin-left:170px;
	padding: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 10px 10px 20px 20px;
	background: url(graphics/footerblack.png) no-repeat left top;
	height: 40px;
	color: #FFFFFF;
	text-align: center;
}
#leftColumnContent {
	padding: 20px 0px 10px;
	width: 170px;
}
#outerWrapper #contentWrapper {
	padding-right: 25px;
	padding-left: 25px;

}
#leftColumn1 ul, #rightColumn1 ul {
	color: #000000;
	margin: 0px;
	padding: 10px 0px 20px;
}


#leftColumn1 ul li, #rightColumn1 ul li  {
	color: #000000;
	font-size: 12px;
	list-style: none;
	display: inline;
}



#leftColumn1 ul li a, #rightColumn1 ul li a {
	color: #781515;
	display: block;
	padding: 4px 4px 4px 10px;
}
#leftColumn1  ul li a:hover,#rightColumn1 ul li a:hover {
/*	background: #f9ecd2; */
	background: #E7EAFA; 
	text-decoration: none;
	color: #000000;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
#content ul li {
	font-size: 12px;
	margin-bottom: 5px;
}
#content blockquote {
	border-left: 5px solid #BAC2D1;
	margin-left: 15px;
	background: #ECEEF2;
	padding: 5px 10px;
	margin-right: 15px;
}

#content blockquote blockquote {
	background: #F8F9FA;
}


.pictureframe {
	color: #FFFFFF;
	background: #01613c;
	border: 1px solid #01613c;
	padding: 2px;
}

.spotframe {
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	background: #AF6E45;
	border: 1px solid #556481;
	padding: 6px;
}

.sidebarlt {
	color: #FFFFFF;
	background: #db7640;
	padding: 6px;
	border: 2px solid #572406;
}
.sidebardk {
	color: #FFFFFF;
	font-size: 10px;
	background: #0c9661;
	border: 1px solid #556481;
	padding: 4px;
}

.spotframe a, .spotframe a:hover, .sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFFFFF;
}

#footer a, #footer a:hover, #footer a:visited, #footer a:active {
  	font-size: 10px;
	color: #FFFFFF;
	text-align: center;

}
#credit {
	text-align: center;
	background: #FFFFFF;
	color: #0c9661;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #0c9661;

}
