body{
	background-color: #000000;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
li{
	margin-bottom: 10px;
}
a:link,a:visited{
	color: #CCCCCC;
	text-decoration: none;
}
a:hover,a:active{
	color: #CCCCCC;
	text-decoration: underline;
}
#mainContainer{
	width: 1024px;
}

#leftContainer{
	width: 140px;
	float: left;
	margin-right: 10px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

#rightContainer{
	width: 860px;
	float: left;
}

#navi{
	margin-top: 200px;
}

#navi div.elementFirst{
	background-image:url(images/navbar_bg.gif);
	background-repeat:repeat-x;
	height: 25px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
#navi div.elementSecond{
	background-image:url(images/navbar_bg_2.gif);
	background-repeat:repeat-x;
	height: 25px;
	padding: 0px;
	padding-left: 15px;
	margin: 0px;
	cursor: pointer;
}
#navi div.elementThird{
	background-image:url(images/navbar_bg_3.gif);
	background-repeat:repeat-x;
	height: 25px;
	padding: 0px;
	padding-left: 30px;
	margin: 0px;
	cursor: pointer;
}

#header{
	text-align: right;
	font-size: 10px;
	padding: 5px;
}

#broadPic{
	border-top: 13px solid #FFFFFF;
	margin-bottom: 20px;
}

#mainSection{
	padding: 0px;
	margin: 0px;
}

#mainContent{
	float: left;
	width: 480px;
	padding-left: 20px;
}

#sideContent{
	float: left;
	margin-left: 20px;
	width: 335px;
}

#largeContent{
	margin-left: 20px;
	width: 845px;
}

.titlefield{
	padding-bottom: 2px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 10px;
}

.content{
	font-size: 12px;
}

.contentOnly{
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
}

span.large{
	font-size: 18px;
}

#imageMask{
	height: 335px;
	width: 335px;
	overflow: hidden;
	position: relative;
}
#imgScroller{
	position: relative;
}
#footer{
	clear: both;
	padding-bottom: 20px;
	margin-left: 20px;
	border-bottom: 1px solid #FFFFFF;
	width: 845px;
}


.SimpleSlideBroad {
	width: 864px; 
	height: 190px; 
	overflow: hidden; 
}
.SimpleSlideBroad div {
	width: 867px; 
}
.SimpleSlideBroad div div {
	width: 864px;
	height: 190px;
}
