body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #cccccc;
	margin: 0; 
	padding: 0;
	color: #000000;
	text-align: center;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
.mainCSS #holder {
	margin: 0 auto;
	width: 100%;

	
}
.mainCSS #menu {
	margin: 0 auto;
	top: 15px;
	height: 35px;
	width: 723px;
	text-align:center;
	float:right;

}
.mainCSS #header {
	top: 0px;
	height: 142px;
	margin: 0 auto;
	width: 1024px;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position:center;
}
.mainCSS #contentTop {
	margin: 0 auto;
	top: 0px;
	height: 20px;
	width: 1024px;
	background-image: url(../images/content_01.png);
	background-repeat: repeat-x;
}
.mainCSS #contentMiddle {
	margin: 0 auto;
	top: 0px;
	width: 1024px;
	background-image: url(../images/content_02.png);
	background-repeat: repeat;
	overflow: hidden;
}
.mainCSS #contentBottom {
	margin: 0 auto;
	top: 0px;
	height: 33px;
	width: 1024px;
	background-image: url(../images/content_03.png);
	background-repeat: repeat-x;
}
.mainCSS #newsTop {
	margin: 0 auto;
	top: 0px;
	height: 48px;
	width: 1024px;
	background-image: url(../images/newsfeed_01.png);
	background-repeat: no-repeat;
}
.mainCSS #newsCenter {
	margin: 0 auto;
	top: 0px;
	width: 1024px;
	background-image: url(../images/newsfeed_02.png);
	background-repeat: repeat-y;
	overflow:hidden;
}
.mainCSS #newsBottom {
	margin: 0 auto;
	top: 0px;
	height: 20px;
	width: 1024px;
	background-image: url(../images/newsfeed_03.png);
	background-repeat: no-repeat;
}
.mainCSS #footer {
	top: 0px;
	width: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
}
.footer {
	color: #000000;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.content {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}
.newsFeed {
	color: #444444;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.newsContent {
	color: #444444;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	color: #0066ff; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.tagLineText {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066ff;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
#dek {
margin: 0 auto;
position:fixed;
visibility:hidden;
top: 150px;
left: 500px;
z-index:200;


}



