@charset "utf-8";
body {
	background-color: #0a2b11;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.main #container {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	color: #F5F5F5;
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
}
.main #header {
	height: 275px;
}
.main #content {
	padding: 20px;
}
.main #leftCont {
	width: 330px;
	text-align: justify;
	float: left;
}
.main #rightCont {
	margin-left: 384px;
	text-align: justify;
}
.main #centerCont {
}

.main #footer {
	background-image: url(../images/barBot.jpg);
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	padding-top: 2px;
	margin-top: 20px;
	text-decoration: none;
	color: #F5F5F5;
}
.float  img {
	text-align: left;
	float: left;
	display: block;
	padding-right: 10px;
	padding-bottom: 10px;
}
.main h1 {
	color: #FF9900;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 24px;
}
.main #validators {
	float: none;
	text-align: right;
	margin-top: 10px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.main  a  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.separator {
	background-image: url(../images/sep.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	height: 10px;
	margin-top: 10px;
}


.main  #footer a {
	color: #F5F5F5;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
	margin-top: 5px;
}
.main h2 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 13px;
}
.main #rightCont li {
	padding-bottom: 10px;
}
.main #rightCont ul {
	margin-top: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.main #leftCont2 {
	width: 370px;
	text-align: justify;
	float: left;
}
.txtBold  {
	font-weight: bold;
}
.main a {
	color: #F5F5F5;
}
.txtOrange {
	color: #FF9900;
}
.input3 {
	width: 250px;
}
.input4 {
	width: 150px;
}
.input5 {
	width: 325px;
}
.main #container2 {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
	color: #F5F5F5;
	font-family: sans-serif;
	font-size: 12px;
	text-align: justify;
	background-color: #b7a78e;
}
