@charset "UTF-8";
body  {
	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: #EEEEEE;
	font-family: "Courier New", Courier, monospace;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/bc_bkgd2.jpg);
	background-repeat: repeat;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
}
.twoColFixLt #container {
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/rotator_new/rotate.php);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #000000;
	list-style-image: none;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	list-style-image: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #mainContent {
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 20px;
	text-align: justify;
	list-style-image: none;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCC00;
	border-right-color: #CCCC00;
	border-bottom-color: #CCCC00;
	border-left-color: #CCCC00;
} 
ul {
	list-style-image: none;
	list-style-type: none;
}
.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;
}
.highlight {
	font-style: normal;
	font-weight: bold;
}
a {
	color: #EEEEEE;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
}
