html {
overflow-y: scroll;
}
body {
	background: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#wrapper {
	background: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 994px;
}
#header {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: 280px;
}
#navigation {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 994px;
	background: #B7CC4B;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	background-color: #B7CC4B;
}

#leftsidebar {
	background: #E9EED7;
	width: 170px;
	float: left;
	height: auto;
	font-size: small;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	text-align: center;
}
#leftsidebar a .img {
	text-decoration: none;
	border: 0;
}




#maincontent {
	background: #FFF;
	margin: 0px;
	width: 579px;
	height: auto;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
h1 {
	padding-top: 10px;
}
h2 {
	font-size: large;
}


#maincontent img .left {

}
#maincontent img .center{
	text-decoration: none;
	text-align: center;
}
#maincontent a .nodecoration {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#maincontent table th {
	background: #540D1F;
	color: #FFF;
}
#maincontent table.td {
	background: #E9EED7;
}

#maincontent table td {
	background: #FFF;
}



#rightsidebar {
	background: #6E1325;
	width: 170px;
	float: right;
	height: auto;
	color: #FFF;
	font-size: small;
	padding: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7CC4B;
}

#footer {
	margin: 0px;
	height: auto;
	clear: both;
	font-size: xx-small;
	text-decoration: none;
	background: #FFF;
	text-align: right;
	padding: 3px;
}
.navigationlink {
	color: #B7CC4B;
	text-decoration: underline;
	font-weight: bold;
}
