/* CSS Document -- start with Eric Meyer's reset */ 
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
// my styles
html {
	font-family: Verdana;
	font-size: 12px;
}
body {
	background-color: #EAF5F5;
	font-family: Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: black;
}
#wrapper {
	width: 929px;
	margin: 10px auto;
}
#cdcHeader {
	width: 929px;
	height: 165px;
	background-image:url(../images/cdc-header.jpg);
	float: left;
}
#cdcMiddle {
	width: 929px;
	background-image:url(../images/cdc-middle.jpg);
	float: left;
}
#menuDiv {
	width: 194px;
	float: left;
}
#innerMenu {
	margin: 0px;
	margin-top: 4px;
	margin-left: 28px;
	width: 158px;
}
#contentDiv {
	width: 734px;
	float: left;
}
#innerContent {
	margin: 14px;
	margin-top: 8px;
	margin-right: 30px;
	float: left;
}
#cdcFooter {
	width: 929px;
	height: 50px;
	background-image:url(../images/cdc-footer.jpg);
	background-repeat: no-repeat;
	float: left;
}
#copyText {
	font-family: Verdana;
	text-align: center;
	font-size: 10px;
	margin: 0px;
	margin-top: 25px;
	line-height: 1.6em;
}
.innerTitle {
	font-size: 22px;
	color: #2A857E;
	margin: 0px;
	margin-bottom: 12px;
	font-weight: bold;
}
.menuItem {
	margin: 0px;
	margin-bottom: 4px;
}
.menuItem a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menuItem a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.menuItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#innerContent p {
	margin-bottom: 14px;
}
#innerContent ul {
	list-style: square;
	margin-left: 30px;
}
#innerContent em {
font-style:italic;
}
#innerContent em {
font-style:bold;
}
#innerContent a {
	color: #2A857E;
	text-decoration: none;
}
table.staffList {
border: 2px #999999 solid;
}
table.staffList td {
border: 1px #999999 solid;
vertical-align: middle;
}
table.staffList td p {
padding: 8px;
}
strong {
	font-weight: bold;
}
