html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

#header {
	width: 100%;
	height: 164px;
	background-image: url('header-bg-dark.png');
	background-repeat: repeat-x;
	padding-top: 20px;
	text-align: center;
	white-space: nowrap; 
}

#header-container {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header h1 {
	text-indent: -9000px;
	background: url('cdsbps-title-text.png') no-repeat;
	width: 427px;
	height: 69px;
	margin-left: auto;
	margin-right: 130px;
	margin-bottom: 10px;
}

#header h2 {
	margin-left: auto;
	margin-right: 130px;
	width: 427px;
	text-align: center;
	font: 1em/1.2em arial, sans-serif;
	letter-spacing: 0.1em;
	color: black;
}

#header-logo {
	width: 215px;
	height: 150px;
	background-repeat: repeat-x;
	float:left;
	position: relative;
	top: -20px;
	padding-top: 00px;
	text-align: center;
	white-space: nowrap;
}

#header-logo a {
	font: 1.2em/1.2em arial, sans-serif;
	color: black;
	text-decoration: none;
}

#plustext, #minustext {

}

.skipnav {
	margin-left: -9000px;
}

.nav-bottom
{
	list-style-type: none;
	line-height: 2em;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 20px;
	color: #5b75a8;
	font-size: 0.8em;
}

.nav-bottom li
{
	float: left;
}

.nav-bottom li a
{
	line-height: 2em;
	color: #5b75a8;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

.nav-bottom li a:hover
{
	color: #869cc7;
}

#nav-container {
	float: left;
	width: 25%;
	max-width: 200px;
	margin-top: -20px;
}

.nav {
	list-style: none;
}
	
	
.nav li a {
	display: block;
	padding: 8px 15px;
	margin: 1px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;

}
	
.nav li a:hover {
	color: #c00;
	background-color: #fff; 
}


.nav .selected {
	background-color: #eefeff;
}


#container {
	margin-left: 25%;
	margin-right: 5%;
}

h2 {
	font: 1.8em/1.2em arial, sans-serif;
	color: #204a87;
	margin-bottom: 20px;
	margin-left: 20px;
}

h3 {
	font: 1.3em/1.2em arial, sans-serif;
	color: #3465a4;
	margin-bottom: 20px;
	margin-left: 40px;

}

h4 {
	font: 1em/1.2em arial, sans-serif;
	color: #3465a4;
	margin-bottom: 5px;
	margin-left: 60px;
	font-weight: bold;
}

#container p, #container ul, #container ol {
	margin-left: 60px;
	margin-bottom: 20px;
	font: 1em/1.4em arial, sans-serif;
}

#container ul, #container ol {
	margin-left: 100px;
}

#container img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

table {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

#footer {
	width: 100%;
	height: 146px;
	background-image: url('footer-bg.png');
	background-repeat: repeat-x;
	padding-top: 20px;
	text-align: center;
	font: .8em/1.4em arial, sans-serif;
	clear: both;
}

#footer li {
	display: inline;
}

* {
font-family: arial;
}

