@charset "utf-8";
body {
	font-size: 70%;
	text-align: center;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	background-color: #e2e2e2;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../img/bg_body.jpg);
}
a {
	color: #59B359;
}
#maincontainer {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../img/bg_maincontainer.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #030303;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
}
#topmenu {
	height: 48px;
	width: 1000px;
	float: left;
	background-color: #008000;
}
#topmenu ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#topmenu li {
	display: inline;
	padding-right: 11px;
	padding-left: 11px;
	font-weight: bold;
}
#topmenu i {
	color: #FFFF00;
	font-style: normal;
}
#topmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#logo {
	background-image: url(../img/bg_logo.jpg);
	height: 182px;
	width: 980px;
	float: left;
}
#logo img {
	margin-top: 58px;
	margin-left: 30px;
}
#leftcol {
	float: left;
	height: auto;
	width: 342px;
	background-color: #030303;
}
#breadcrumbs {
	background-image: url(../img/bg_breadcrumbs.gif);
	float: left;
	height: 43px;
	width: 342px;
}
#breadcrumbs p {
	margin-left: 10px;
	margin-top: 15px;
	color: #999999;
}
#breadcrumbs b {
	color: #030303;
}
#calendar {
	background-image: url(../img/bg_calendar.gif);
	float: left;
	height: 295px;
	width: 342px;
}
#calendar ul {
	margin-top: 70px;
	color: #FFFFFF;
	font-size: 1em;
	list-style-type: none;
}
#calendar ul li {
	display: block;
	width: 260px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	background-color: #59b359;
	margin-bottom: 1px;
}
#calendar a {
	color: #FFFFFF;
}
#news {
	background-image: url(../img/bg_news.gif);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: auto;
	width: 302px;
	margin-top: 30px;
	padding: 20px;
}
#news p {
	padding-bottom: 10px;
}
#news a {
	color: #59B359;
	font-weight: bold;
}
#news .newsdate {
	color: #999999;
	background-color: #333333;
	padding: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-style: dotted;
	border-left-color: #666666;
	border-left-width: 1px;
}
#news .newstitle {
}
#news .newssummary {
	font-size: 1em;
	color: #CCCCCC;
}
#rightcol {
	float: left;
	height: auto;
	width: 638px;
}
#photo {
	float: left;
	height: 330px;
	width: 618px;
	background-color: #030303;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../img/bg_photo.gif);
}
#content {
	float: left;
	height: auto;
	width: 457px;
	margin-left: 10px;
	padding: 20px;
	min-height: 350px;
	color: #CCCCCC;
	font-size: 1.1em;
}
#content h1 {
	font-size: 1.4em;
	color: #EBEBEB;
}
#content h2 {
	font-size: 1.3em;
	color: #EBEBEB;
}
#content h3, h4, h5, h6 {
	font-size: 1.2em;
	color: #EBEBEB;
}
#footer {
	width: 441px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	text-align: left;
	padding-left: 378px;
	padding-right: 161px;
	margin-top: 20px;
}
#footer a {
	color: #030303;
}
