body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #F5F5F5;
}
.clear {
	clear: both;
}
#header {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	/* [disabled]height: 300px; */
	background-position: center -200px;
}


#header #headercontent {
	/* [disabled]height: 300px; */
	width: 1003px;
	position: relative;
	overflow: hidden;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/headercontent_bg.png); 
	background-repeat: no-repeat;
	background-position: 0px -90px;
}

#header #headercontent #headerupper {
	height: 100px;
	width: 960px;
	position: relative;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/headerupper_bg.png);
	background-repeat: repeat-x;
}
#header #headercontent #headerupper #headercontrols {
	height: 85px;
	width: 250px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#header #headercontent #headerupper #headercontrols #headercontrolscontent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #BCBABA;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#header #headercontent #headerupper #headercontrols #headercontrolscontent a {
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	color: #3A810B;
}
#header #headercontent #headerupper #headercontrols #headercontrolscontent a:hover {
	text-decoration: underline;
}

#header #headercontent #headerupper #headercontrols #headercontrolscontent form {
	margin-top: 10px;
}
#header #headercontent #headerupper #headercontrols #headercontrolscontent form select {
	width: 150px;
	margin-right: 10px;
}

#header #headercontent #bgmenu {
	background-image: url(../images/bgmenu.png);
	height: 35px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#header #headercontent #menu {
	height: 35px;
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}
#header #headercontent #menucontent #photoslider {
	float: right;
	height: 222px;
	width: 503px;
	margin-top: 12px;
	margin-right: 60px;
	border: thin solid #000;
	background-image: url(../../slider-bg.jpg);
}
#header #headercontent #menucontent #photoslider img {
	height: 207px;
	width: 503px;
}

#header #headercontent #menucontent #wordslider {
	float: left;
	height: 200px;
	width: 333px;
	margin-top: 27px;
	margin-left: 58px;
	background-image: url(../images/headercontent_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#body {
	width: 927px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
	margin-top: 10px;
	position: relative;
	z-index: -1;
}

#sidemenu {
	float: left;
	width: 200px;
	margin-left: 40px;
	margin-right: 5px;
	margin-top: 10px;
}
#sidemenu ul {
	list-style-type: none;
	//background-color:#c1d3ac;
	color: #F5F5F5;
	padding:10px;	
}

#sidemenu ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D4B9; //#D1D4B9;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
}

#sidemenu ul li:hover {
	background-color: #E0DFDF;
}

#sidemenu ul li a {
	color: #716F6F;
	text-decoration: none;
	width: 200px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
#sidemenu ul li a:hover {
	//color: #030; //#000099; //#C79704;
}

#news {
	float: right;
	width: 480px;
	margin-top: 20px;
}
#news #new {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D4B9;
	padding-top: 3px;
	padding-bottom: 3px;
}
#news #new #newsimage {
	float: right;
	height: 50px;
	width: 100px;
	margin: 10px;
}
#news #new #newsimage img{
	height: 50px;
	width: 100px;
}
#news #new #newscontent {
	float: right;
	width: 350px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
#news #new #newscontent h1{
	font-size: 10px;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #900;
	font-weight: bold;
}
#news #new #newscontent p {
	font-size: 10px;
	text-align: justify;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#events {
	float: left;
	width: 150px;
	margin-right: 25px;
	margin-left: 50px;
	margin-top: 20px;
}
#events #event {
	font-family: Tahoma, Geneva, sans-serif;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D1D4B9;
	padding-top: 10px;
	padding-bottom: 10px;
}
#events #event #eventimage {
	height: 50px;
	width: 150px;
	margin-bottom: 5px;
}
#events #event #eventimage img {
	height: 50px;
	width: 150px;
}
#events #event #eventcontent h1 {
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #900;
	font-weight: normal;
}
#events #event #eventcontent a {
	color: #900;
}
#header #headercontent #page {
	width: 700px;
	display: block;
	float: right;
	font-size: 10pt;
	clip: rect(25px,auto,auto,auto);
	margin: 2px;
	text-align: left;
}
#header #headercontent #page h1 {
	color: #900;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
}
#header #headercontent #page h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #900;
	margin-right: 5px;
	text-align: left;
}
#header #headercontent #page h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #900;
	margin-right: 10px;
	text-align: left;
}
#header #headercontent #page h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #900;
	margin-right: 15px;
	text-align: left;
}
#header #headercontent #page h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
	margin-right: 20px;
	text-align: left;
}
#header #headercontent #page h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #900;
	margin-right: 25px;
	text-align: left;
}
#header #headercontent #page p {
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 25px;
	font-size: 13px;
	text-align: left;
}

#header #headercontent #page li {
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 25px;
	text-align: justify;
	font-size: 13px;
}

#header #headercontent #page a {
	color: #141CB5;
	text-decoration: none;
}
#header #headercontent #page a:hover {
	
	text-align: right;
	color: #1DB414;
}
#header #headercontent #page table {
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 25px;
	text-align: center;
}
#header #headercontent #page table tr th{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #900;
}
#header #headercontent #page table tr td {
	margin: 5px;
	padding: 5px;
	color: #000;
}


#events #event #eventcontent p {
	font-size: 9px;
	margin-top: 3px;
	text-align: right;
	margin-right: 5px;
	margin-left: 5px;
}
#news #new #newscontent a {
	color: #1DB414;
}
#sep {
	height: 1px;
	width: 927px;
	margin-top: 25px;
	margin-bottom: 15px;
	background-image: url(../images/sep_bg.png);
}
#externallinks {
	margin-top: 10px;
}
#externallinks a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#externallinks img {
	height: 25px;
	width: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	height: 100px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/footer_bg2.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #D1D5BA;
}
#footerbg {
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(../images/footerline.png);
	background-repeat: repeat-x;
	background-position: center center;
}

#footer #links {
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: lighter;
	color: #A6C492;
}
#footer #links a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	color: #F4EB77;
}
#footerbg #footer #links a:hover {
	text-decoration: underline;
}

#footer #copyright {
	margin-bottom: 10px;
}
#footer #copyright p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #F6F6F6;
}
.par{
	text-align:justify;}