body {
	background-color: #000;
	font: 12px 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 */
	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: #898989; /* body font color */
	line-height: 15px;
}
.oneColFixCtr #container {
	width: 760px;  /* using 40px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #b2d103;
	text-decoration: underline;
} 
#navcontainer { /* start top of the page navigation */
	background-image: url(../images/header_03.gif);
	background-repeat: no-repeat;
	background-position: 10px 38px;
	padding-bottom: 0px /* moves the div below down from the navcontainer */
}
ul#navlist {
	text-align: right; /* moves the nav bar to the right */
	margin-left: 0;
	padding-left: 0;
	padding-top: 70px; /* moves the nav down from the top */
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	padding-right: 15px; /* moves padding to the nav bar to the right */
}
#navlist li { /* top of the page navigation */
	display: inline;
	list-style-type: none;
}
#navlist li a {
    margin-left: -1px;
}
#navlist li a:link, #navlist li a:visited {
	color: #fff;
	text-decoration: none;
}
#navlist li a:hover {
	color: #b2d103;
	text-decoration: underline;
}
ul#navsublist {
	text-align: center; /* moves the nav bar to the right */
	margin-left: 0;
	padding-left: 0;
	padding-top: 10px; /* moves the nav down from the top */
	white-space: nowrap;
	font-size: 11px;
	font: bold;
	font-weight: bold;
}
#navsublist li { /* top of the page navigation */
	display: inline;
	list-style-type: none;
	padding-right: 0px; /* moves padding to the nav bar to the right */
}
#navsublist li a {
    margin-left: -2px
	
}
#navsublist li a:link, #navsublist li a:visited {
	color: #fff;
	text-decoration: none;
}
#navsublist li a:hover {
	color: #b2d103;
	text-decoration: underline;
}
.rightimage {
	float: right;
	margin-right: 20px;
}
.leftimage {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
.clear {
	clear:both;
}
.tiny {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
}
.bar { /* vertical bar separating text links in the navigation */
	font-size: 13.5px;
	font-weight: normal;
	color: #b2d103;
	margin-left: 5px;
	margin-right: 5px;
}
.green { /* inactive text link as page indicator in the navigation */
	font-size: 11px;
	font-weight: bold;
	color: #b2d103;
}
