@charset "windows-1252";

*
{
	margin: 0px;
}

.important {
	display: none;
}

body {
	scrollbar-base-color: #EBF3FF;
	background-color: #a5eb63;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
}

#main {
	background-color: #39b600;
	margin: 0px auto;
	width: 800px;
}

#container {
	background-image: url(../images/bg-container.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #006521;
	margin: 0px auto;
	width: 800px;
	float: left;
}

#containerLeft
{
	float: left;
	width: 250px;
}

#containerMiddle
{
	float: left;
	width: 500px;
}

#upperleft
{
	height: 250px;	
}

#menu {
	background-image: url(../images/bg-menu.jpg);
	padding-left: 44px;
	text-align: left;
	font-size: 12px;
	color: #FFFFFF;
	width: 160px;
	float: left;
}

#menu ul {
	padding: 0px;
	width: 160px;
}

#menu li {
	list-style: none
}

#menu li:hover, #menu li.selected {
	list-style: none
}

#menu li.links {
	padding: 0px 0px 0px 5px; /* top right bottom left */
	border-bottom: 0px;
	list-style: none;
}

#menu a, #menu a:hover {
	padding: 4px 0px 4px 16px; /* top right bottom left */
	border-bottom: 1px solid #8c928c;
	background-color: #187518;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
	width: 144px;
}

#menu a:hover
{
	background-color: #e7ffb5;
	color: #000000;
}

#menu a.selected {
	background-color: #006521;
	color: #ffffff;
}

#menu li.blank {
	padding: 4px 0px 4px 10px; /* top right bottom left */
	border-bottom: 1px solid #FFFFFF;
	background-color: #dadadc;
	width: 160px;
}

#content {
	padding-bottom: 10px;
	min-height: 460px;
	text-align: left;
	font-size: 12px;
	color: #004115;
	float: left;
	width: 500px;
}

#content div.banner {
	padding: 10px 0px 10px 0px; /* top right bottom left */
}

#content select {
	width: 266px;
}

#content input, #content select, #content textarea {
	border: 1px solid #085121;
	background-color: #f6ffe4;
}

#content img.imgthumb {
	border: 1px solid #363C76;
	cursor: pointer;
}

#content div.margin {
	margin: 0px 7px 0px 7px; /* top right bottom left */
}

#content div.img {
	width: 110px;
	float: left;
}

#content img.left
{
	margin-right: 7px;
}

#content img.right
{
	margin-left: 7px;
}

#content a, #content a:hover {
	color: #004115;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content div.boxLeft, #content div.boxRight {
	margin: 5px;
	padding: 10px;
	width: 260px;
	background: #EBF7F7;
	background: url(../images/bg-box.jpg);
	border: 1px solid #262463;
}

#content div.boxLeft {
	float: left;
}

#content div.boxRight {
	float: right;
}

#content div.box
{
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #004510;
	background: #006521;
	padding: 5px;
}

#content h4 {
	font-size: 15px;
	padding: 0px;
	margin: 10px 0px 0px 0px; /* top right bottom left */
}

#content ul {
	padding-left: 30px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content p.date {
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	color: #6A6693;
}

#content fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content dl {
	padding: 0px;
	margin: 0px;
	clear: both;
}

#content dt {
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px;
}

#content dd {
	float: left;
	padding: 0px;
	margin: 0px;
	padding-bottom: 2px;
}

#footer {
	clear: both;
	background-image: url(/images/bg-footer.jpg);
	background-color: #006521;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #ffffff;
	width: 800px;
	height: 26px;
	line-height: 17px;
}

#footer p {
	padding: 0px;
}

#footer a, #footer a:hover, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

#subfooter {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	color: #006521;
	width: 800px;
	height: 38px;
}

#subfooter p {
	padding: 0px;
	margin: 0px;
}

#subfooter a, #subfooter a:hover, #subfooter a:link, #subfooter a:active, #subfooter a:visited {
	text-decoration: none;
	color: #006521;
}

#subfooter a:hover {
	text-decoration: underline;
}

#place2 {
	display: none;
}

#information {
	display: none;
}

strong.pager, a.pager {
	display: block;
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-top: 1px;
	font-size: 14px;
	width: 34px;
	height: 24px;
	background-image: url(../images/bg-pager.gif);
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
}

.pager2 {
	display: block;
	margin-left: 2px;
	margin-right: 2px;
}
