@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font: normal 11px Tahoma, Arial;
	background-color: #262626;
}
.oneColFixCtrHdr #container {
	width: 714px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1C1C1C;
	background-image: url(images/bg-index.gif);
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #262626;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	color: #FFF;
}
.oneColFixCtrHdr #footer {
	background-color: #1C1C1C;
	color: #CCC;
	font-size: 10px;
	padding-top: 25;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #6A6A6A;
}
#footer .footl{
float:left;
}
#footer .footr{
float:right;
}
#footer a:link {
	color: #CCC
}     /* unvisited link */
#footer a:visited {
	color: #CCC
}  /* visited link */
#footer a:hover {
	color: #B0D620
}   /* mouse over link */
#footer a:active {
	color: #CCC
}   /* selected link */
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.htop {
	float: left;
	height: 71px;
	width: auto;
}
.htopr {
	float: right;
	width: 100px;
}
.clearb {
	clear: both;
}
.hlinks {
	background-image: url(images/bg_hlinks.gif);
	height: 39px;
	font-weight:bold;
}
.hlinks .hbox1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 135px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.hlinks .hbox2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.hlinks .hbox3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	float: left;
}.hlinks .hbox4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	float: left;
}.hlinks .hbox5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 135px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.hlinks a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}     /* unvisited link */
.hlinks a:visited {
	color: #FFF;
	text-decoration: none;
}  /* visited link */
.hlinks a:hover {
	color: #44520C
}   /* mouse over link */
.hlinks a:active {
	color: #FFF;
	text-decoration: none;
}  
#container1 {
	color:#FFF;
	height: auto;
	clear: left;
}
#container1 .lside {
	float: left;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
}
#container1 .lside img{
	padding-top: 10px;
	padding-bottom: 10px;
}
#container1 .rside {
	width: 460px;
	float: left;
	padding-left: 5px;
}
#container1 .rside img{
	padding-top: 10px;
	padding-bottom: 10px;
}
#container1 a:link {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}     /* unvisited link */
#container1 a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}  /* visited link */
#container1 a:hover {
	color: #B0D620;
	font-weight:bold;
}   /* mouse over link */
#container1 a:active {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}   /* selected link */
#container1 img {
	border: none;	
}
.leftgrn{
	font-size:16px;
	font-weight:bolder;
	color: #B0D620;
}
.lightgrn {
	color: #E1FF6D;
}
.lightgrn16 {
	color: #E1FF6D;
	font-size:18px;
	font-weight:bolder;
}
.arrow{
	font-weight: bold;
	padding-left: 25px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-bottom: 5px;
}
.tools {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-right: 40px;
	margin-left: 10px;
}
.clearl {
	clear: left;
}
