body {
	margin:0;
	padding:0;
	color:#143044;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font: 14px "trebuchet ms", arial, verdana, sans-serif;
	}

a:link, a:visited {
	color: #0288A8;
	text-decoration: underline;
}

a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.boxhead {
	font-size: 14px;
	font-weight: bold;
	background-color: #f0f0f0;
	height: 16px;
}
.List-None {
	margin-left: -40px;
	list-style-type: none;
	font-size: 13px;
}
.List-Square {
	margin-left: -15px;
	list-style-type: square;
	font-size: 12px;
}
.Header-background {
	width: 100%;
	background-image: url(../images/bg_csd.gif);
	background-repeat: repeat-x;
	height: 85px;
}
.headleft {
	float: left;
	width: 475px;
}
.headright {
	float: right;
	width: 66px;
}
.newshead {
	font-size: 18px;
}

.head {
	background-image: url(../images/headerbgla.gif);
	background-repeat: repeat-x;
	height: 171px;
}
#header {
	margin: auto;
	width: 965px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 965px;
	background: #FFFFFF url(../images/background_cols.gif) repeat-y;
}
#side-a {
	float: left;
	width: 200px;
	margin: auto;
}

#side-b {
	float: left;
	width: 765px;
	height: 1% /* Holly hack for Peekaboo Bug */;
}
#footer {
	clear: both;
	text-align: center;
	color: #FFF;
	height: 75px;
	padding-top: 6px;
	font-size: 14px;
	width: 965px;
	background: #00B2D0;
	margin: auto;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.leftfoot {
	text-align: right;
	float: left;
	width: 690px;
	height: 125px;
	margin: auto;
	vertical-align: middle;
}
.rightfoot {
	text-align: left;
	float: right;
	width: 265px;
	height: 125px;	
}
.bodycopy {
	padding: 6px 12px;
}
.navigation {
	margin: auto;
	width: 965px;
	background: #3F85AA;
	height: 28px;
}
#nav {
	padding: 0;
	margin: auto;
	list-style: none;
	z-index: 1;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}
#nav ul a {
	display: block;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.81em;
	font-weight: bold;
	background: #0288A8;
	color: #FFFFFF;
}
#nav ul a:hover {
	cursor: pointer;
	background-color: #67CAFF;
	background-position:100% -36px;
	color: #255373;
}
#nav li {
	float: left;
	width: 150px;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li ul li a {
	border-bottom: 1px solid #57584F;
	font-size: .7em;
	background-image: none;
	opacity: 0.9;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

