body {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2E1405;
	background-image: url(../images/graphics/darkfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#navlinks img {
}

a {
	color: #3A6633;
	text-decoration: none;
}
img {

}
a img {
	border: none;
}
.noborder {
	border: none;
	padding: 0;
	margin: 0;
}



a:hover {
	color: #674516;
}
.roundbox {
	background-color: #FBF3EA;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	padding: 5px 10px;
	float: left;
}
.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}


a:visited {
	color: #715224;
}
.smalllist {
	margin: 0px;
	padding: 2px 4px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
#maincontent blockquote {
	background-color: #FDF8F2;
	padding: 1px 10px;
	border: 1px solid #4A2500;
	width: 90%;
	margin: 10px 8px;
}






#container {
	margin: 0 auto 0 auto;
	width: 900px;
	border-top-width: thick;
	border-top-style: solid;
	background-color: #FFF;
	padding: 0;
}
#banner {
	background-image: url(../images/graphics/banner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 115px;
}

#sitelinks {
	float: right;
	height: 85px;
	width: 500px;
	padding: 0px;
}
#navlinks {
	float: left;
	width: 500px;
	padding: 0;
	list-style-type: none;
	margin: 0 0 10px 0;
}
#navlinks li {
	float: left;
	margin: 2px;
	margin-top: 0px;
	padding-top: 0px;
	height: 38px;
	width: 147px;
	list-style-type: none;
}
#navlinks img {
	font-size: 10px;
	border: none;
	padding: 0;
}

#navlinks #cf a {
	background-image: url(../images/graphics/cf.gif);
	background-position: center bottom;
	height: 38px;
	width: 147px;
	display: block;
}
#navlinks #cf a:hover {
	background-position: top;
}
#navlinks #nac a {
	background-image: url(../images/graphics/nac.gif);
	background-position: center bottom;
	height: 38px;
	width: 147px;
	display: block;
}
#navlinks #nac a:hover {
	background-position: top;
}
#header {
	clear: both;
	height: 170px;
	padding: 30px 0 0 150px;
	background-repeat: no-repeat;
	background-image: url(../images/graphics/banner.jpg);
}
#header h3 {
	padding: 0px;
	margin: 8px 0;
}

#header h3 a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 18px;
	font-weight: normal;
}
#container #header a:hover {
	background-image: url(../images/graphics/grassicon.png);
	color: #FFCC00;
}
#headlines {
	width: 850px;
	margin: 10px auto;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	background-color: #faefe8;
	
}

#headlines .newsarticle{
	background-position: left center;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}
#headlines .newsarticle h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom: dashed 1px black;
	margin: 1px 4px;
}
#headlines .newsarticle h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 2px;
	font-weight: bold;
}
#maincontent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #030;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FBF3EA;
	padding: 5px 2px;
	margin: 2px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	clear: none;
}
#maincontent {
	font-size: 90%;
	padding: 20px;
	clear: both;
}
#maincontent #whatsfresh {
	color: #003300;
	font-size: 16px;
	list-style-type: circle;
	margin: 2px 15px;
	padding: 1px;
	font-weight: bold;
}
#maincontent h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.question {
	background-image: url(../images/graphics/questionmark.gif);
	padding: 7px 0 0 20px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: left center;
}


.leftlinks li {
	list-style-position: outside;
	list-style-image: url(../images/graphics/bullet.gif);
	padding: 3px 0;
	border-bottom: 1px dashed gray;
	font-weight: bold;
}
.leftlinks {
	float: left;
	width: 175px;
}

.leftlinks ul {
	padding: 1px;
	margin-left: 15px;
}
.leftlinks ul li ul {
	margin-left: 20px;
}

.leftlinks li ul li {
	border-bottom: 1px gray solid;
	list-style-type: circle;
	list-style-image: none;
	font-weight: normal;
}
.leftlinks .parentlist {
	list-style-position: outside;
	list-style-image: url(../images/graphics/bullet.gif);
	padding: 3px 0;
	border-bottom: none;
}
#mainText {
	margin-left: 200px;
	width: 600px;
	position: relative;
}

.workshopTable {
	margin: 10px auto;
}
.workshopTable thead tr, .workshopTable .header {
	background-color: #FBF3EA;
	font-size: medium;
}
.workshopTable ul {
	margin: 5px 10px;
	padding: 0px;
}

.workshopTable .date {
	font-size: small;
	color: #1B1B1B;
}
.workshopTable .priceTime {
	text-align: right;
	color: #302823;
	font-size: small;
	font-weight: bold;
}
#navigation {

}
#footer {
	clear: both;
	font-size: 80%;
	padding: 20px 0 5px 20px;
}


strong {
	color: #030;
}
#searchbutton {
	height: 20px;
	width: 20px;
	background: transparent url(../images/graphics/search_icon.gif) no-repeat center center;
	border: none;
}

.contentBar, contentBarAlt {
	padding: 3px;
	width: 625px;
	float: left;
	clear: both;
}

.contentBarAlt {
	clear: both;
	background: #EEF2EA;
	padding: 3px;
	width: 625px;
	float: left;
}
#externalLinks p{
	float: right;
	padding: 5px 15px 0 15px;
	margin: 0;
}

