@charset "utf-8";
body  {
	font: 100 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #525356;
	text-decoration: none;
}
.searchline fieldset {
	color: #848589;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
.searchline label {
	display: block;
	margin: 0px 0px 3px;
	padding: 0px;
}
ul.download {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
}
ul.download li {
	background: url(../Img/bg_dwnld_list.gif) no-repeat left 2px;
	padding-left: 12px;
	list-style: none;
	text-align: left;
	font-size: 11px;
}
ul.download li a {
	font-weight: 700;
	color: #669900;
	text-decoration: none;
	font-size: 11px;
}
ul.download li a:hover {
	color: #000000;
	text-decoration: none;
}

ul.links {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	list-style: url(none) none;
	font-size: 11px;
}
ul.links li {
	background: url(../Img/bg_links.gif) no-repeat left 2px;
	padding-left: 12px;
	list-style: none;
}
ul.links li a {
	font-size: 11px;
	font-weight: 700;
	color: #669900;
	text-decoration: none;
}
ul.links li a:hover {
	color: #000000;
}



#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../Img/bg_bodyframe.gif) repeat-y;
	font-size: 1em;
} 
#header {
	margin: 0px;
	padding: 0px;
	display: none;
	visibility: hidden;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding: 0px;
	display: none;
	visibility: hidden;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	padding: 0px 10px;
	display: none;
	visibility: hidden;
}
#sidebar2 h1 {
	font: 100 1.5em/2em Calibri, sans-serif;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#sidebar2 p {
	margin: 0px 0px 8px;
	padding: 0px;
}



#mainContent {
	margin: 0;
	padding: 0;
	color: #474749;
	width: 100%;
} 
#mainContent a {
	color: #669900;
	text-decoration: none;
}
#mainContent a:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent h1 {
	text-decoration: none;
	margin: 8px 0px;
	padding: 0px;
	color: #000000;
	font: 100 21px/2em Calibri, sans-serif;
}
#mainContent h2 {
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
	font-size: 15px;
}

#mainContent fieldset {
	margin: 0px 0px 12px;
	padding: 10px;
	border: 1px dotted #DADADB;
}
#mainContent label {
	margin: 0px;
	padding: 0px;
	width: 130px;
	float: left;
	display: block;
}


#mainContent .inptbox {
	background: url(../Img/bg_input.gif) no-repeat;
	height: 24px;
	width: 200px;
	font: 700 12px Calibri, sans-serif;
	color: #848589;
	text-decoration: none;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 4px 0px 0px;
}
#mainContent .strong {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}
#mainContent a.strong {
	font-weight: 700;
	color: #669900;
	text-decoration: none;
}
#mainContent a.strong:hover {
	color: #000000;
	text-decoration: none;
}

#mainContent p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#mainContent table {
	width: 100%;
	margin: 0px 0px 12px;
	padding: 0px;
	border-collapse:collapse;
}
#mainContent table th {
	text-transform: capitalize;
	border-bottom: 1px solid #F0F0F0;
	color: #000000;
	background: #F0F0F0 center;
	border-top: 1px solid #F0F0F0;
	line-height: 20px;
}
#mainContent table td {
	border-bottom: 1px solid #F0F0F0;
}



.counter {
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADADB;
}





#footer {
	background: url(../Img/bg_footer.gif) no-repeat;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	font: 700 10px Calibri, sans-serif;
} 
#footer a {
	font-size: 11px;
	color: #669900;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
}
#footer img {
	display: none;
	visibility: hidden;
}

#searchquery {
	font: 700 12px/24px Calibri, sans-serif;
	color: #848589;
	text-decoration: none;
	background: url(../Img/bg_searchbox.gif);
	margin: 0px;
	padding: 0px;
	width: 160px;
	text-indent: 2em;
	border: 0px none #FFFFFF;
	text-align: left;
	vertical-align: middle;
	height: 24px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding-top: 4px;
}
.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;
}

/* Tabs */

.tabs{
	width: 990px;
	background: url(../Img/bg_tabs.gif);
	height: 42px;
}


.shadetabs{
	margin: 0px;
	padding: 0px;
}

.shadetabs ul{
	padding: 0px 0;
	font: 700 12px Calibri, sans-serif;
	list-style-type: none;
	text-align: left;
	color: #848589;
	text-decoration: none;
	margin: 0;
	height: 22px;
	float: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 0px;
	color: #848589;
	margin: 0px 0px 0px 14px;
}

.shadetabs li a:visited{
	color: #848589;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #669900;
}

.shadetabs li.selected{
	color: #000000;
	padding: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #669900;
	text-decoration: none;
	padding: 0px;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #000000;
}
.shadetabs ul.rss {
	margin: 0px;
	padding: 0px;
	float: right;
	display: none;
	visibility: hidden;
}
.shadetabs ul.rss li {
	margin: 0px;
	padding: 0px 10px 0px 0px;
}


.searchline {
	margin: 0px;
	padding: 40px 0px 0px;
}

.toplinks {
	padding: 12px 0px 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
}
.toplinks ul {
	font-size: 11px;
	font-weight: 700;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.toplinks li {
	display: inline;
	text-align: right;
	margin-left: 15px;
}
.toplinks li a {
	color: #669900;
	text-decoration: none;
}
.toplinks li a:hover {
	color: #000000;
	text-decoration: none;
}
#cpass {
	font: 700 12px/24px Calibri, sans-serif;
	color: #848589;
	text-decoration: none;
	background: url(../Img/bg_pass.gif);
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 160px;
	text-indent: 25px;
	border: 0px none #FFFFFF;
	text-align: left;
}
#clogin {
	font: 700 12px/24px Calibri, sans-serif;
	color: #848589;
	text-decoration: none;
	background: url(../Img/bg_searchbox.gif);
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 160px;
	text-indent: 25px;
	border: 0px none #FFFFFF;
}
table.map {
	margin: 0px 0px 7px;
	padding: 0px 0px 7px;
}
table.map, table.map td, table.map th {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	border-collapse:collapse;
}
table.map td, table.map th {
	width: 33.3%;
}
table.map th {
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

table.map ul {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	list-style: url(none) none;
	font-size: 11px;
}
table.map ul li {
	background: url(../Img/bg_links0.gif) no-repeat left 3px;
	padding-left: 8px;
	list-style: none;
}
table.map ul li a {
	color: #669900;
	text-decoration: none;
}
table.map ul li a:hover {
	color: #000000;
	text-decoration: none;
}
table.map ul li li {
	background: url(../Img/bg_links.gif) no-repeat left 3px;
	margin: 0px;
	list-style: none;
	padding: 0px 0px 0px 10px;
}

table.map td {
	margin: 0px;
	padding: 0px;
	width: 190px;
}
#box_5 {
	margin:0px 0px 0px 30px;
	padding:0px;
	float:left;
	width:130px;
	height: 100%;
	text-align: left;
}
#box_6 {
	margin:0px;
	padding:0px 0px 0px 60px;
	float:left;
	width:150px;
	background: #FFFFFF;
}
#box_7 {
	margin:0px;
	padding:0px;
	float:left;
	width:560px;
	text-align: left;
	background: #FFFFFF;
}
#box_8 {
	margin:0;
	padding:0px;
	float:left;
	width:120px;
	text-align: left;
}

