@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	background-color: #CFE6BA;
	background-image: url(../images/background-main.jpg);
	background-repeat: repeat-x;
}

img {
	border-collapse:collapse;
	border:none;
	}
table {
	border-collapse:collapse;
	border:none;
	}
h1 {
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 200%;
	color: #7AC142;
	font-weight: bold;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #E74514;
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 1.225em;
}

.clear {
	clear:both;
	}
/******

******/

#wrapper {
	background-color: #FFFFFF;
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navigation {
	background-image: url(../images/background-navigation.jpg);
	background-repeat: repeat-x;
	height: 50px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	vertical-align: middle;
}
#quickmenu {
	position: relative;
	top: -14px;
}


#bottomcorner {
	background-image: url(../images/background-wrapper.png);
	background-repeat: no-repeat;
	padding: 0px;
	height: 77px;
	width: 1024px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	padding: 10px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #004812;
	text-align: center;
}

#footer a {
	color: #004812;
	text-decoration:underline;
}

#footer a:hover {
	color: #004812;
	text-decoration:none;
}

#leftcolumn {
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	float: left;
	width: 550px;
}

#leftcolumn-wide {
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
}

#rightcolumn {
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	float: right;
	width: 425px;
	margin: 0px;
	padding: 10px;
}
#eventsarea {
	padding: 0px;
	width: 415px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#news {
	background-image: url(../images/news-top.jpg);
	height: 48px;
	background-repeat: no-repeat;
}
#newscontent {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #7AC142;
	border-right-color: #7AC142;
	border-bottom-color: #7AC142;
	border-left-color: #7AC142;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 0px;
	padding: 10px;
}

#newsbottom {
	background-image: url(../images/news-bottom.jpg);
	background-repeat: no-repeat;
	height: 48px;
	margin: 0px;
	padding: 0px;
}
blockquote {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #3399CC;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
}

#newscontent .title{
	font-weight: bold;
	text-transform: uppercase;
	color: #E74514;
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 14px;
	}
#newscontent .title .titlelink{
	font-weight: bold;
	text-transform: uppercase;
	color: #E74514;
	font-family: Palatino Linotype, Palatino, Book Antiqua, serif;
	font-size: 14px;
	}	
/*#wrapper a {
	text-decoration:underline;
	}
#wrapper a:hover {
	text-decoration:none;
	}*/
