
body {
	margin: 0px;
	padding: 0px;
	font-size: 62,5%;
	text-align:center;
	behavior:url("csshover.htc");
	background-color: #FFFFFF;
	background-image:url(body_bg_white_bar.gif);
	background-repeat: repeat-x;
	background-position: center top;
/*	background-image: url(body_bg.png);
	background-repeat: no-repeat;
	background-position: center top;*/
}


a {
	font-weight: bold; 
	color: #db8100; 
	text-decoration: none
}
a:hover {
	color: #eeb418
}


#header {
	width: 1024px;
	height: 210px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
}

#header-top-menu {
	width: 1024x;
	height: 210px;
	margin: 0px auto;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	background-color: #FFFFFF;
}

.content-holder {
	display:block;
	width: 1024px;
	margin: 0px auto;
	padding: 0px;
	background-color:#ffffff;
	background-image: url(content_holder_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.noflow:after {
	content:".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;	
}

#copyright-shell {
	width:100%;
	margin:0px auto;
	height:128px;
	text-align:center;
	background-image: url(copyright_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border-top:6px solid #333333;
	background-color:#eeeeee;
}
 
#copyright {
	display:block;
	height: 128px;
	width: 1024px;
	margin: 0px auto;
}

#footer {
  	height: 24px;
	margin:0px auto;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	vertical-align: middle;  
}

#footer ul {
	list-style-type: none;
	margin: 0px;
	font-family: Tahoma, Verdana, Georgia, Arial;
	font-size: 0.7em;
	color:#999999;
	padding-left: 4px;
	padding-top: 4px;
	border: 0px solid #999999;
}

#footer li {
	color:#333333;
	display: inline;
	padding-right: 4px;
	padding-left: 0px;
	padding-top: 0px;
}

#footer li a {
  color:#222222;
  text-decoration: none;
  padding-right:3px;
  padding-left: 3px;
}

#footer li a:hover {
  color:#666666;
}






#overview {
	display: none;
	visibility: hidden;	
	margin: 0px auto;
}

