body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #666;
	}
body, table, td, th, h3 {
	font: normal normal normal 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	}
a {
	text-decoration: none;
	color: #F39F4F;
	}
a:hover {
	text-decoration: underline;
	}
label {
	font-weight: bold;
	white-space: nowrap;
        font-size: 10px;
	}
ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 8px;
	}
form {
	display: inline;
	}
h1, h2, h3 {
	margin: 0px;
	}
h2 {
	font-size: 15px;
	margin-bottom: 5px;
	}
h3 {
	background-color: #EEE;
	font-weight: bold;
	padding: 2px;
	}
img {
	border: 0px;
	}

/* layout */
#bodyContainer {
	width: 687px;
	overflow: hidden;
	}
#headerContainer {
	}
#navigationContainer {
	text-align: center;
	background-color: #EEE;
	}
#navigationContainer td {
	color: #999;
	}
#navigationContainer a {
	padding: 2px 8px 2px 8px;
	}
#navigationContainer a:hover {
	background-color: #888;
	color: #FFF;
	text-decoration: none;
	}
#navigationContainer a.selected {
	background-color: #888;
	color: #FFF;
	}
#contentContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 380px;
	overflow: hidden;
	background: transparent url(../images/loader.gif) no-repeat center center;
	}
#contentContainer #content {
	background-color: #FFF;
	height: 380px;
	}
#footerContainer {
	text-align: center;
	color: #AAA;
	font-size: 11px;
	}

/* videoslider scroll window */
#videoSlider {
	position: relative;
	overflow: hidden;
	z-index: 100;
	width: 635px;
	height: 85px;
	}
#videoSlider #videoSliderWindow {
	position: absolute;
	left: 0px;
	top: 0px;
	clip: rect(0px, 100%, 102px, 0px);
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 102px;
	}
#videoSlider #videoSliderWindow #videoSliderScroll {
	position: absolute;
	visibility: hidden;
	z-index: 1;
	}
#videoSlider #videoSliderWindow #videoSliderScroll a {
	}

/* news articles / listings styles */
.news_line1, .news_line2 {
	padding-top: 10px;
	border-top: 1px dotted #999;
	background: #FFF;
	}
.news_line2 {
	border-bottom: 1px solid #EEE;
	background: #EEE;
	}
.news_line1 blockquote, .news_line2 blockquote {
	margin: 10px;
	margin-left: 17px;
	}
.news_line1 h3 {
	margin: 0px;
	background: #FFF;
	}
.news_line2 h3 {
	margin: 0px;
	background: #EEE;
	}
.news_line1 h3 sub, .news_line2 h3 sub {
	font-weight: normal;
	font-size: 75%;
	vertical-align: bottom;
	}
	