@charset "utf-8";
/* CSS Document */
.pollBut {color: red}

td {font-family:verdana,arial,helvetica; font-size:8pt; color:#3e3e3e}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	text-align: justify;
	font-family: verdana,arial,helvetica;
	font-size: 8px;
	color: #3e3e3e;
}

a {
	color: #3c6b0f;
	text-decoration: none;
}

a:hover {
	color: #96d15c;
	text-decoration: underline;
}

.wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header-left {
	background-image: url(img/headerleft1.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 31px;
}

.main-head {
	background-image: url(img/headerbg.png);
	background-repeat: repeat-x;
	height: 146px;
	width: 100%;
}

.header-right {
	background-image: url(img/headerright1.png);
	background-repeat: no-repeat;
	height: 146px;
	width: 31px;
}

.logo {
	background-image: url(img/logo-spring.png);
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	width: 371px;
	margin-top: 15px;
}

.logo a {
	height: 96px;
	width: 334px;
	display: block;
}

.advertising-top {
	margin-top: 22px;
	margin-left: 10px;
	float: left;
	height: 82px;
}

.advertising-top .adbg {
	background-image: url(img/ad-bg.png);
	background-repeat: repeat-x;
	height: 82px;
	width: auto;
}

.advertising-top .left {
	background-image: url(img/ad-left.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 11px;
}

.advertising-top .right {
	background-image: url(img/ad-right.png);
	background-repeat: no-repeat;
	height: 82px;
	width: 11px;
}

.middle {}
.middle .shadowleft {
	background-image: url(img/shadow-left.png);
	background-repeat: repeat-y;
	width: 7px;
}
.middle .shadowright {
	background-image: url(img/shadow-right.png);
	background-repeat: repeat-y;
	width: 7px;}
.middle .content {
	background-color: #cdff9c;
}


.menuTable {height: 27px;}

.menu {
	clear: both;
	width: 100%;
	height: 27px;
	margin: 0;
	text-transform: none;
	background-image: url(img/menu-bg.png);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 12px;
	line-height: 27px;
	font-weight: normal;
}
.menu ul{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.menu ul li {
	float: left;
	list-style: none;
	background-image: url(img/menu-spacer.png);
	background-repeat: no-repeat;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	background: inherit;
	color: #3c6b0f;
	height: 27px;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}
.menu ul li a:hover {
	color: #3c6b0f;
	background-image: url(img/menu-hover.png);
	background-repeat: repeat-x;
}

.sidebar {
	margin-top: 5px;
	float: right;
	margin-bottom: 5px;
}
.sidebar .header {
	background-image: url(img/sidebar-top.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 213px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.sidebar .middle {
	background-image: url(img/sidebar-bg.png);
	background-repeat: repeat-y;
	width: 213px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.sidebar .middle li {
	border: 1px solid #9be256;
	display: block;
	height: 22px;
	width: 199px;
	margin-top: 1px;
}

.sidebar .middle li:hover{
	border: 1px solid #4d8a13;
    background-color: #e0ffc2;
}

.sidebar .middle li a{
	color: #3c6b0f;
	text-decoration: none;
	margin: 3px;
	margin-top: 6px;
	line-height: 22px;
}

.sidebar .middle li a:hover{
	color: #333333;
	text-decoration: underline;
}

.sidebar .bottom {
	background-image: url(img/sidebar-bot.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 213px;
}

.post {
	width: 98%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.post .topleft {
	background-image: url(img/posttop-left.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 11px;
}

.post .topright {
	background-image: url(img/posttop-right.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 11px;
}

.post .topbg {
	background-image: url(img/bodytop-bg.png);
	background-repeat: repeat-x;
	height: 27px;
	width: auto;
}
.post .topbg a {
	line-height: 27px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.post .main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5f9b26;
	border-left-color: #5f9b26;
	padding: 5px;
}

.post .botleft {
	background-image: url(img/postbot-left.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 11px;
}

.post .botright {
	background-image: url(img/postbot-right.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 11px;
}

.post .botpbg {
	background-image: url(img/bodybot-bg.png);
	background-repeat: repeat-x;
	height: 4px;
	width: auto;
}


.niz {}
.niz .left {
	background-image: url(img/bottom-left.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 31px;
}
.niz .right {
	background-image: url(img/bottom-right.png);
	background-repeat: no-repeat;
	height: 97px;
	width: 31px;
}
.niz .bg {
	background-image: url(img/bottom-bg.png);
	background-repeat: repeat-x;
	height: 97px;
	font-size: 12px;

}