body {
		font: 11px Verdana;
		color: #000;
		background: #adb583 ; 
		margin: 5px 0 5px 0;
	}
td{font: 11px Verdana; vertical-align:top;}
a {
	font: 12px "Trebuchet MS", Verdana;
	color: #A03E19;
}

a:link, a:visited {	
	text-decoration: none;		
}
	
a:hover, a:active {	
	text-decoration: underline;
}
	
#container {
	width: 750px;
	/*background: #DFE3BA url(images/header.jpg) no-repeat top left;*/
	margin: 0 auto;
		
/* Could also use margin-left and -right: auto
but IE 5 PC doesn't like that */
border: 4px solid #FFF;
}
	
#header{
	margin:0px 1px 1px 0px;
	background-color:#FFFFFF;
	border-top:#DFE3B8 1px solid;
	border-left:#DFE3B8 1px solid;
}

#header-inner {
	margin:0px;
	background-color:#fff;
	background-image:url(images/header-bg.gif); background-repeat:no-repeat;
}

#nav-wrapper{
	height:24px;
	background-image:url(images/nav_background.gif);
	border-top:5px solid #FFF;
	border-bottom:1px solid #FFF;
	padding:0px 0px 0px 0px;
}

#nav-wrapper table{width:100%;}

#menu{
	height:24px;
	background-image:url(images/nav_background.gif);
	//background-color:#666666;
	padding:0px 0px 0px 147px;
}
	
#main{
	background-color:#dfe3b8;
		
}

#main-inner {
	width:750px;
	background-color:#dfe3b8;
	border-top:#ffffff 1px solid;
	border-bottom:#ffffff 1px solid;
}

#inner-content {
	width:725px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

#side-ads {padding: 15px 0px 15px 0px; text-align:center; border-left:#999999 1px solid; border-top:#999999 1px solid;}

.inner-ads { margin: 10px 20px 0px 20px;}
	
#main #main-table td{
	vertical-align:top;
}
	
#container #links {
	width: 125px;
	font: 10px "Trebuchet MS", Verdana;
	padding:10px;
}
	
#links h3 {
	width: 125px;
	height: 18px;
	font-size:11px;
	text-align:center;
	padding:2px 0 0 0;
}
	
#links h3 span {
	color:#FFF;
}

/* left header images */
#links h3.select {
	background:  url(images/curve_top_blue.gif) no-repeat top left;
	margin: 0;
}
	
#links ul {
	list-style: none;
	padding: 0 0 18px 0;
	margin: 0;
	background:  url(images/curve_bottom_blue.gif) no-repeat bottom left;
	text-align:center;
}
	
#links li {
	background-color:#F1F4D9;
	border-bottom: 1px solid #ADB583;
	margin: 0;
}
	
/* li:hover style... have to replace the BG so the color will show up. */
#links ul li:hover {
	background-color:#FFFFFF;
	color: #FFF;
}
	
#links ul li a {
/* this would be block, save for the nbsp at the end of the
link for "accessibility" purposes. :P */
	display: inline;
	color: #333;
	text-transform: lowercase;
	text-decoration:none;
}
	
#links ul li a:hover {
/* this would be block, save for the nbsp at the end of the
link for "accessibility" purposes. :P */
	text-decoration:underline;
	color:#A03E19;
}
	
#container #features {
	font: 10px "Trebuchet MS", Verdana;
}
	
#container #content {
	font: 12px "Trebuchet MS", Verdana;		
}
	
#footer {
	padding-top:0px;
	font: 10px Arial;
}
#footer a{
	font: 10px Verdana;
}
	
#footer a:link, a:visited {
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}
	
.date{
	width:148px;
	font: bold 11px "Trebuchet MS", Verdana;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
}

.side-nav{
	background-image:url(images/nav_background.gif);
	color:#FFFFFF;
	font: 12px "Trebuchet MS", Verdana;
	border-top:1px solid #AAAAAA;
	border-bottom:1px solid #666666;
}
	
.side-nav a{
	color:#ffffff;
}
	
#events a{
	font: 11px Verdana;
}
	
#events a:hover{
	text-decoration:underline;
}

#news a:hover{
	text-decoration:underline;
}
	
#spotlight a:hover{
	text-decoration:underline;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:18px;
}

.green-header {
	background-image:url(images/inner-section.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-bottom:15px;
	height:30px;
	width:750px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#9ba276;
	font-size:16px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	background-color:#7ba96b;
	font-size:14px;
	margin-right:10px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#708cc3;
	font-size:14px;
	margin-right:10px;
	padding-left:5px;
	padding-bottom:2px;
	padding-top:2px;
	margin-top:5px;
}	
	
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#9ba276;
	font-size:14px;
}

.subtitle a {
	font-family:Arial, Helvetica, sans-serif;
	color:#A03E19;
	font-size:14px;
}

.quote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9ba276;
	font-style:italic;
	text-align:center;
}

.picture-border {
	border:#7ba96b solid 1px;
	padding:2px;
}

.list-roman {
	list-style-type:lower-roman;
}

.list-alpha {
	list-style-type:lower-alpha;
}

.side-headings {
	font: 11px "Trebuchet MS", Verdana;
	color: #FFFFFF;
}

.siteMap-margin {
	margin-left:25px;
}

table {
	vertical-align:top;
}

.event-heading{font-size:12px; color:#993300; font-weight:bold;}

.filler{margin-bottom:100px;}

.news-title{font-weight:bold; display:block; margin-bottom:5px; border-bottom:1px solid #666666;}

.spotlight-table {border: double #ADB583;}

.chamber-heading{font-size:12px; color:#A03E19; font-weight:bold; text-align:center;}

.side-ad {margin-top:10px;}

.gallery-picture {border: solid 1px #ADB583;}

.gallery-title {font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:14px; font-style:italic; font-weight:bold; padding-bottom:10px;}