body {
	margin: 0;
	padding: 0;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	width: 100%;
	background-image:url(../images/bodybg.gif);
	background-position: 50% 50%;
	background-repeat: repeat-y;
}

a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#header {
	position:relative;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	height: 200px;
}

#holderlogo {
	width: 250px;
	height: 200px;
	background-image:url(../images/logo.png);
}

#tickerouter {
	/*position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
	
	position: absolute;
	left: 0;
	top: -30px;
	width: 760px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	z-index: 100;
}

#tickerinner {
	margin: 5px;
	background-color: #666666;
	color: #CCCCCC;
	height: 20px;
}

#content {
	position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	margin-top: 10px;
}

#contentleft {
	width: 210px;
	float: left;
	margin-left: 20px;
	/*background-color:#CCCCCC;*/
}

#contentmiddle {
	width: 210px;
	float: left;
	margin-left: 20px;
	/*background-color:#CCCCCC;*/
}

#contentright {
	width: 210px;
	float: left;
	margin-left: 20px;
	/*background-color:#CCCCCC;*/
}

#backtomenu {
	position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	text-align:center;
}

#footer {
	position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	background: url(../images/bottomlinegbg.gif);
	height: 20px;
}

#newsfeeds {
	position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	text-align:left;
	font-size: 10px;
	color:#999999;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
}

#copy {
	position:relative;
	left: 50%;
	margin-left: -380px;
	width: 760px;
	text-align:center;
	margin-top: 10px;
	font-size: 10px;
	color:#999999;
}

#newsboxright {
	position:absolute;
	top: 200px;
	left: 50%;
	margin-left: 410px;
	width: 160px;
	height: 490px;
	background-image:url(../images/newsboxbg.gif);
	font-size: 10px;
}

#newsboxright a {
	font-weight: normal;
}

.clearer {
	clear:both;
}

.defaultHeading {
	font-size: 14px;
	font-weight: bold;
}


/**/
div.scroller {  width: 640px; height: 20px; overflow: hidden; border:0px solid #cccccc; color: #CCCCCC; float:left;}
div.scroller div.section { width:640px; height:20px; overflow:hidden; float:left; padding: 2px;}
div.scroller div.content { width: 10000px; }

.scrollerlinks {  color: #CCCCCC; font-weight: normal; text-decoration: none; }
/**/
