html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;
	color: #999999;
}
img {
	border: 0px none;
}
input, select {
	font-size: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
}
.lcol input, .lcol select {
	font-size: 10px;
	color: #999999;
	background-color: #2e2e2e;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #30400f;
	border-bottom-color: #30400f;
	border-left-color: #000000;
}
input.button {
	margin-top: 1px;
}
.fltl {
	font-size: 0px;
	clear: left;
	float: left;
}
.fltr {
	font-size: 0px;
	clear: right;
	float: right;
}
.wrapper {
	text-align: left;
	padding: 0px;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.head1 {
	background-image: url(images/head1/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.head2 {
	background-image: url(images/head2/rotate.php);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 200px;
}
.topbar {
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 100%;
}
#info-l {
	background-image: url(images/info-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 26px;
}
#info-r {
	background-image: url(images/info-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 17px;
}
#infobar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 34px;
	color: #FFFFFF;
	text-align: right;
	white-space: nowrap;
	height: 34px;
	margin-right: 17px;
	padding: 0px;
	width: auto;
	margin-left: 26px;
	background-image: url(images/info-m.gif);
}
#infobar a {
	color: #FFFFFF;
	text-decoration: none;
}

#search {
	float: left;
	height: 34px;
	width: 180px;
	clear: left;
	background-repeat: no-repeat;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#search form {
	margin: 0px;
	vertical-align: middle;
	padding: 0px;
	height: 34px;
	width: 180px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	height: 34px;
	width: 180px;
}

#search input.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555;
	border: 0px none;
	background-color: transparent;
	width: 151px;
	font-size: 11px;
	background-image: url(images/search.gif);
	float: left;
	line-height: 34px;
	margin: 0px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: left top;
}

#search input.btn {
	background-image: url(images/search-btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 19px;
	border: 0px none;
	clear: right;
	float: right;
	background-color: transparent;
}
#search input.btn:hover {
	background-image: url(images/search-btn.gif);
	background-position: -19px top;
}
a.mail {
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 11px;
	margin: 0px;
	padding: 0px;
}
a.mail:hover {
	background-image: url(images/mail.png);
	background-position: right top;
}
.ltable {
	text-align: left;
}
.leftc {
	background-image: url(images/scol-b.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #212121;
}
.rcol {
	margin: 0px;
	width: 170px;
	border: 1px solid #cad9ad;
	text-align: left;
	padding: 5px;
}

a:link, a:active, a:visited {
	color: #669900;
}
a:hover {
	color: #000000;
}

.lcol a:link, .lcol a:active, .lcol a:visited {
	color: #669900;
	text-decoration: none;
}
.lcol a:hover {
	color: #66CC00;
	text-decoration: none;
}

#snav {
	background-image: url(images/snav-t.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	width: 100%;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#snav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 180px;
}

#snav ul li {
	display: block;
	float: left;
	list-style-type: circle;
	width: 180px;
	margin: 0;
	padding-bottom: 4px;
}

#snav ul li a {
	color: #fff;
	background-image: url(images/snav-btn.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	float: left;
	color: #DDDDDD;
	text-decoration: none;
	padding: 0;
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
	margin: 0px;
	width: 180px;
}

#snav ul li a:hover {
	color: #88b332;
	background-position: 0 -22px;
}

#snav ul li.highlight a {
	color: #88b332;
	background-position: 0 -44px;
	font-weight: bold;
	text-indent: 25px;
	font-size: 110%;
}
.bnav-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	color: #608020;
	background-image: url(images/bnav-icon.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 11px;
	padding-left: 10px;
}

#bnav {
	margin: 0px;
	padding: 0px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
}

#bnav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	height: 22px;
}

#bnav ul li {
	display: block;
	float: left;
	height: 22px;
}

#bnav ul li a {
	display: block;
	float: left;
	background-image: url(images/bnav-icon.gif);
	width: auto;
	line-height: 22px;
	height: 22px;
	padding-right: 11px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #608020;
	text-decoration: none;
}

#bnav ul li a:hover {
	color: #3b4f14;
	text-decoration: none;
}

#tnav {
	background-image: url(images/tnav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	line-height: 19px;
	margin: 0px;
	padding-left: 20px;
}

#tnav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	height: 19px;
}

#tnav ul li {
	display: block;
	float: left;
	height: 19px;
}

#tnav ul li a {
	display: block;
	float: left;
	background-image: url(images/tnav-icon.gif);
	width: auto;
	line-height: 19px;
	height: 19px;
	padding-right: 15px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4c661a;
	text-decoration: none;
}

#tnav ul li a:hover {
	background-position: right bottom;
	color: #3b4f14;
	text-decoration: none;
}

#tnav ul li.highlight a {
	background-position: right bottom;
	color: #3b4f14;
	text-decoration: none;
}
#foot-l {
	background-image: url(images/foot-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 17px;
}
#foot-r {
	background-image: url(images/foot-r.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 17px;
}
.footer {
	display: block;
	padding: 0px;
	height: 50px;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	line-height: 50px;
	color: #666666;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.cblock {
	border: 0px none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.mcol  .cblock {
	border: 1px solid #cad9ad;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.rcol  .b-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #ff7f00;
	margin: 0px;
	padding: 0px;
	height: 22px;
	font-weight: normal;
}
.lcol  .b-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #99cc33;
	margin: 0px;
	padding: 0px;
	height: 22px;
	font-weight: normal;
}
.mcol  .b-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #ff7f00;
	margin: 0px;
	padding: 0px;
	height: 24px;
	font-weight: bold;
}
.b-content {
	color: #1a1a1a;
	display: block;
	width: 100%;
}
.lcol .b-content {
	color: #cccccc;
	display: block;
}
.news-block {
	border: 0px none;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	height: auto;
}
.btm-block .b-content {
	min-height:68px;
}
.news-info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	height: 16px;
	margin-right: 10px;
	white-space: nowrap;
	display: block;
	padding: 0px;
	text-align: right;
	width: 100%;
}
/*------- e107 CSS -----*/

.fcaption {
	color: #FFFFFF;
	background-color: #8fbf30;
	font-size: 110%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 4px;
	padding-left: 4px;
	line-height: 20px;
	height: 20px;
	background-image: url(images/fcaption.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #003300;
}
.fcaption a {
	color: #243209;
}
.forumheader {
	border: 1px solid #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	line-height: 30px;
}
.forumheader2 {
	border: 1px solid #555;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.forumheader3 {
	border: 1px solid #555;
	text-align: left;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 12px;
}
.forumheader4 {
	background-color: transparent;
	border: 1px solid #555;
	color: #000000;
	margin: 2px;
}
.smalltext {
	font-size: 7pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.smallblacktext {
	font-size: smaller;
	color: #666666;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.defaulttext {
	font-size: 8pt;
	color: #999999;
}
.spacer, form {
	background-color: transparent;
}
.tbox {}
.nextprev{
	height: 30px;
	background: transparent;
	color: #505358;
	text-align: center;
	padding : 8px;
	margin: 20px auto 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.nextprev_link {
	color: #8bb82e;
	padding: 3px;
	border: 1px solid #8bb82e;
	text-decoration: none;
}
.nextprev_current {
	color: #000;
	padding: 3px;
	border: 1px solid #000;
}
#chatbox #cmessage {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
