@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background: #FFFFFF url(../img/bodybg.png) repeat-x;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.holder {
	padding: 0px;
	margin: 0 auto;
	width: 900px;
}
.topBar {
	background: #000000;
	border-bottom: 1px solid #333333;
	padding: 2px;
}
.header {
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../img/hr_bkgd.jpg);
	background-repeat: repeat-x;
}
.navBar {
	border-top: 2px solid #000000;
	background: #000000;
}
.navBar .holder {
	background: #000000;
	padding: 5px;
}
.banner {
	background:#003300;
}
.footer {
	background: #FFFFFF;
	border-top: 1px solid #000000;
}
.menu {
	background: #000000;
	list-style: none;
	display: block;
}
.menu li {
	width: 100px;
	float: left;
}
.menu a {
	background: #000000;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 5px 0 3px 5px;
}
.menu a:hover {
	background: #FFFFFF;
	color: #000000;
}
.menu .bignav {
	font-size: 14px;
	font-weight: bold;
}
.menu .smallnav {
	font-size: 9px;
	padding-top: 3px;
	color: #333333;
}
.content {
	background: #000000;
	color: #FFFFFF;
}
.sidebar {
	background: #333333;
}
.newsbox {
	padding: 10px;
	color: #FFFFFF;
	border-bottom: 1px dotted #333333;
}
.newsbox img {
	float: left;
	border: 1px solid #333333;
	background: #000000;
	padding: 5px;
	margin: -3px 8px 8px -3px;
}
.newsbox h1, .content h1 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.newsbox a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
}
.newsbox a:hover {
	border-bottom-style: solid;
}
.headerz {
	color: #FFFFFF;
	padding: 9px;
	background: #000000;
	font-weight: bold;
}

.clear {
	clear: both;
}
td {
	vertical-align: top;
}
.content select, .content input, .content textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000;
	padding: 3px;
	margin: 2px;
	border: 1px solid #333333;
}
#marqueecontainer{
	position: relative;
	width: 290px; /*marquee width */
	height: 200px;
	overflow: hidden;
	border: 3px none orange;
	padding: 2px;
	background: #FFFFFF;
}
