@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333;
}

#header { 
	background:url(dcimages/headerbg2.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom:#666 solid 1px;
	padding: 25px 10px 0 10px;
	height: 50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	text-align:left;
	color: #c0c0c0;
	
} 

#header a{ 
	color: #666;
} 

#ad {
	float: right;	
}

.oneColFixCtrHdr #container {
	width: 864px;  
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header2 {
	background:; 
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 864px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 8px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	float: left;
	width: 630px;
	margin: 0 0 0 0;


}
.oneColFixCtrHdr #sidebar {
	padding: 0 5px 0 9px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
	float: right;
	border-left: thin #999 solid;
	width: 200px;
	height: 100%;
	margin: 0 0 0 0;
	text-align: left;

}


.oneColFixCtrHdr #footer {
	padding: 0 0 0 0;
	background-color:#FFF;
	
}

#undertop {
	z-index: -100;
	position:absolute;
	top: 0px;
	width: 100%;
	background-color:#FFF;
	height: 50px;
	
}

.oneColFixCtrHdr h1{
	color: #5155fe;
	
	
}

.oneColFixCtrHdr h2{
	color:#FC6;
	font-size: 14px;
	letter-spacing:3px;
	
}

.oneColFixCtrHdr h3{
	color:#96C;
	font-size: 14px;
	letter-spacing:3px;
	
}

.oneColFixCtrHdr h4{
	color:#6C6;
	font-size: 14px;
	letter-spacing:3px;
	
}


.oneColFixCtrHdr p, li{
	padding: 0 0 0 0;
	color:#666;
	font-size:14px;
	
}

.oneColFixCtrHdr a{
	color:#F6C;
	
}

.splat {
	position: relative;
	top: 22px;
	left: -10px;
}