body {
	margin:0;
	padding:0;
	font-family: "trebuchet ms", arial, verdana, sans-serif;
	color:#333333;
	background: url(../images/bg.png) repeat;
	}

a:link, a:visited {
	color: #f95602;
	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: url(../images/bg_csd.png) 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;
	background: #666;
	text-align: center;
	color: #FFFFFF;
	height: 75px;
	padding-top: 6px;
	font-size: 14px;
	margin: auto;
	width: 965px;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #f0f0f0;
	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 {
	margin: 6px;
}
.navigation {
	margin: auto;
	width: 965px;
	background: #333;
	height: 28px;
	padding-top: 0px;
	vertical-align: top;
}
#nav {
	margin: auto;
	list-style: none;
	z-index: 1;
	width: 950px;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1;
}
#nav ul a {
	display: block;
	height: 28px;
	text-align: center;
	text-decoration:none;
	background: #333;
	color: #FFFFFF;
	font: bold 0.81em/28px Arial, Helvetica, sans-serif;
}
#nav ul a:hover {
	cursor: pointer;
	color: #FFF;
	background: #F95724;
}
#nav li {
	width: 190px;
	float: left;
}
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#nav li ul li a {
	border-bottom: 1px solid #FFF;
	font-size: .7em;
	background-image: none;
	opacity: 0.9;
}
#nav li ul ul {
	margin: -1.85em 0 0 11.9em;
	border-left: 1px solid #FFF;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
    left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: auto;
}
.bodycopy {
	margin: auto;
	width: 941px;
	background: #FFF;
	padding: 12px;
}
