img		{
	border: none;
}

a		{
	text-decoration: none;
	color:  yellow;
}

a:hover {
	color: #2a2a2a;
}

body	{
	background-image: url(../images/woodback2.jpg);
	background-repeat: repeat;
	color: white;
	margin: 0px auto;
	min-width:970px;
	font-size: 14px;
}

.title {
	margin: 0 auto;
	text-align: center;
	width:970px;
}

.header {
	margin: 0px auto;
	width: 970px;
	height: 41px;
	text-align: center;
	background-image: url(../images/back_top.png);
	background-repeat: no-repeat;
}

.content {
	margin: 0px auto;
	width: 970px;
	text-align: center;
	background-image: url(../images/back_mid.png);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}

.content #slide {
	width: 900px;
	height: 380px;
	margin-left: 33px;
	margin-right: 33px;
	border-width: 3px;
	border-style: double;
	border-color: white;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index:0 !important;
}

.content .lowersect {
	width: 900px;
	margin-left: 33px;
	margin-right: 33px;
	text-align: right;
}

.content .news {
	/*background-image: url(../images/backdesc.png);
	background-repeat: repeat-x;
	background-color: #4a6520;
	background-color: #28321f;*/
	background-image: url(../images/descfill.png);
	width: 580px;
	height: 260px;
	text-align: justify;
	border-width: 1px;
	border-style: solid;
	border-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px 10px 20px;
	z-index: 10 !important;
	position: relative;
	overflow: auto;
	float: left;
}

img.homelinks {
	opacity:0.8; filter:alpha(opacity=80);
}

img:hover.homelinks {
	opacity:1; filter:alpha(opacity=100);
}

.content .desc {
	/*background-image: url(../images/backdesc.png);
	background-repeat: repeat-x;
	background-color: #4a6520;
	background-color: #2e4b0f;*/
	background-image: url(../images/descfill.png);
	width: 840px;
	margin-left: 43px;
	margin-right: 33px;
	text-align: justify;
	padding: 10px 20px 10px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #9a9a9a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
}

.content .subheader {
	margin: 0 auto;
	text-align: center;
	background-color: #006699;
	width: 920px;
	height: auto;
	padding: 10px 0 10px 0;
	font: 13px "Lucida Grande", Geneva, Arial, sans-serif;
}

.content .desc table{
	line-height: 1.5;
}

.content .desc td,th{
	padding-left: 15px;
}

.content .desc td.right{
	text-align: right;
	padding-right: 5px;
}

.content .desc tr.highlight{
	background-color: yellow;
	color: black;
}

.content .desc th{
	text-align: left;
	font: 14px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bolder;
	text-decoration: underline;
}

table#media {
	width: 100%;
	text-align: center;
}

.desc img.floatright {
	float: right;
	padding-left: 15px;
	padding-right: 15px;
}

.desc img.floatleft {
	float: left;
	margin-right: 15px;
	border: 2px black solid;
	height: 124px;
}

.content .photos {
	margin: 0 auto;
	text-align: center;
	padding: 10px;
}

.content .photos img {
	padding-top: 2px;
	border:  none;
}

.footer {
	margin: 0px auto;
	width: 970px;
	height: 61px;
	text-align: center;
	background-image: url(../images/back_bot.png);
	background-repeat: no-repeat;
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	letter-spacing: 0.1em;
}

.footer a {color:white; font-weight: bold;}
.footer a:visited {color:white;}
.footer a:hover {color:yellow;}

.logo {
	text-align: center;
}

p.register {
	font-size: 1.5em;
	font-weight: bold;
	color: #d0615a;
	text-align: center;
}

h1 {
	font: 18px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	line-height: 2;
}

h1.center {
	text-align: center;
}

h2 {
	font: 16px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

h2.center {
	text-align: center;
}

h3.spacing {
	line-height: 1.5em;
}

h3.center {
	text-align: center;
}

h3.right {
	text-align: right;
}

h3.bold {
	font-weight: bolder;
}

h3 {
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
}

h4.center {
	font: 24px "Lucida Grande", Geneva, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

h5 {
	font: 12px "Lucida Grande", Geneva, Arial, sans-serif;
	line-height: 1.5;
}