body {
	margin: 0px;
	background-color: #E8E7E6;
	text-align: center;
}

#PageHolder {
	margin: auto;
	text-align: center;
	width: 1000px;
	background-image: url("../gfx/bg_page_content.gif");
	background-repeat: repeat-y;
	font-family: verdana;
	font-size: 11px;
	color: #4D4D4D;
}

#PageTop {
	width: 100%;
	height: 109px;
	text-align: center;
	background-image: url("../gfx/bg_page_top.gif");
	background-repeat: no-repeat;
	
}

#PageBanner {
	width: 942px;
	height: 95px;
	text-align: center;
	margin: auto;
}

#PageBannerObject {
	position: relative;
	top: 14px;
	width: 942px;
	height: 77px;
}

#PageTopmenu {
	width: 942px;
	height: 46px;
	text-align: left;
	margin: auto;
	margin-bottom: 5px;
}

#PageContent {
	width: 940px;
	text-align: left;
	vertical-align: top;
	margin: auto;
	background-image: url("../gfx/split_left_column.gif");
	background-repeat: repeat-y;
	background-position: left top;
	display: none;
}

#PageBottom {
	width: 100%;
	height: 46px;
	text-align: center;
	clear: both;
	line-height: 45px;
}

#PageFooter {
	width: 100%;
	height: 25px;
	text-align: center;
	background-image: url("../gfx/bg_page_footer.gif");
	background-repeat: no-repeat;
	line-height: 25px;
}

#TopHolder {
	width: 940px;
	margin: auto;
	margin-top: 0px;
	text-align: left;
}

#Logo {
	width: 36%;
	float: left;
	margin-top: 7px;
	margin-left: 4px;
}

#Search {
	width: 63%;
	float: right;
	position: relative;
	top: 80px;
	right: 2px;
}

#ContentColumn1 {
	width: 21%;
	height: 100%;
	float: left;
	margin-right: 10px;
}

#ContentColumn2 {
	width: 46%;
	float: left;
	line-height: 130%;
}

#ContentColumn2 table {
	table-layout: normal;
}

#ContentColumn3 {
	width: 29.8%;
	float: left;
	margin-left: 6px;
	margin-top: 0px;
}

#Footer {
	width: 935px;
	text-align: right;
	margin: auto;
}

#NewsTicker {
	border: solid 1px #C5C5C5;
	color: #B6B6B6;
	float: right;
	width: 730.6px;
	height: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}

#NewsTickerIcon {
	float: left;
	width: 2%;
	padding-left: 5px;
	padding-top: 4px;
}

#NewsTickerHeadline {
	float: left;
	width: 97%;
	font-size: 10px;
	font-weight: bold;
}

#WMPlayerContainer {
	margin: auto;
	background: url('') no-repeat center center;
	text-align: center;
}

#WMPlay {
	border: solid 1px #C5C5C5;
}

#NewsMediaPlayer {
	width: 282px;
	height: 200px;
}

#LogoutLayer {
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 300;
	text-align: left;
}

.Clear {
	clear: both;
	overflow: hidden;
	height: 1px;	
}

.ToolbarElementTD {
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}

.ToolbarElementActiveTD {
	background: url("../siteAdmin/gfx/bg_toolbar_button.gif") no-repeat;
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-align: center;
	vertical-align: top;
}
	
.FormRowSplit {
	clear: both;
	font-size: 9px;
	line-height: 9px;
}

.FormRowSplitLeft {
	clear: left;
	font-size: 9px;
	line-height: 9px;
}

.FormRowSplitRight {
	clear: right;
	font-size: 9px;
	line-height: 9px;
}

form {
	margin: 0px;
}

.AlphaLayer100 {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	background-color: #000000;
	filter: alpha(opacity=80);
	width: 100%;
	height: 100%;
	z-index: 100;
}

#Toolbar {		
	position: absolute;
	left: 5px;
	top: 5px;
	height: 75px;
	z-index: 100;
}

#Toolbar_Left {
	background: url("../siteAdmin/gfx/bg_toolbar_left.gif") no-repeat;
	width: 29px;
}

#Toolbar_Middle {
	background: url("../siteAdmin/gfx/bg_toolbar_middle.gif") repeat-x;
	vertical-align: middle;
	padding-bottom: 4px;
	display: block;
}

#Toolbar_Right {
	background: url("../siteAdmin/gfx/bg_toolbar_right.gif") no-repeat;
	width: 9px;
}

.ToolbarElementTD {		
	width: 21px;		
	height: 21px;
	cursor: pointer;
	text-align: center;		
	vertical-align: top;		
}

.ToolbarElementActiveTD {		
	background: url("../siteAdmin/gfx/bg_toolbar_button.gif") no-repeat;
	width: 21px;		
	height: 21px;
	cursor: pointer;
	text-align: center;		
	vertical-align: top;		
}

.PlayerTab {
	float: left;
	width: 90px;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
}