@charset "utf-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #37BA32;
	margin-top: 15px;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


.content {
	background-image: url(../images/pagebg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	color: #FFFFFF;
}
.wrapper {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.hornav {
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 13px;
}
.hornav li {
	float: left;
	color: #CCFF00;
	list-style-type: none;
	padding: 0px;
}
.hornav a {
	color: #9FAC6A;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #2D352B;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	text-transform: capitalize;
}
.hornav a:hover {
	color: #CCFF00;
}
.txtgrpblck {
	display: block;
	overflow: auto;
}
.footer {
	background-image: url(../images/footbar.png);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDCBBC;
	color: #CCCCCC;
	text-align: center;
	font-size: 11px;
	height: 30px;
}
.uplinks {
	width: 320px;
	position: absolute;
	z-index: 2;
	margin-left: 640px;
	top: 15px;
}
.uplinks a {
	color: #0B5209;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	padding-right: 9px;
	padding-left: 9px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #339900;
	padding-top: 6px;
	padding-bottom: 4px;
}

.uplinks  li  {
	float: left;
}
.uplinks  ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
}

.logo {
	float: left;
	width: 300px;
}


.txt {
	padding: 5px;
}
.hornav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.heads {
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #000000;
}
.errors {
	color: #FF9900;
	font-style: italic;
}
.testmlpad {
	width: 480px;
	position: absolute;
	z-index: 4;
	top: 230px;
	margin-left: 468px;
	font-size: 11px;
}


.moneybx {
	font-size: 14px;
	text-align: right;
	padding: 4px;
	color: #000000;
}

.disbledtxt {
	background-color: #12250D;
	color: #FFFFFF;
	font-size: 19px;
	font-weight: bold;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.notice {
	font-size: 15px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.size10 {
	font-size: 10px;
}
