@charset "utf-8";
body  {
	margin: 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: #000;
	padding: 0;
	background-color: #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 140%;
}
a {
	color: #00386b;
}
.divLink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


h1   {
	color: #000;
	font-size: 20pt;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 18;
	margin-bottom: 18;
}
h2  {
	color: #00386b;
	font-size: 12pt;
	margin-top: 18;
	margin-bottom: 18;
}
h3 {
	margin-top: 18px;
	margin-bottom: 5px;
	color: #00386b;
	font-size: 13pt;
}
h4 {
	margin-top: 18px;
	color: #00386b;
	font-size: 13pt;
	margin-bottom: 0px;
}
h5 {
	margin-top: 18px;
	color: #00386b;
	font-size: 13pt;
	margin-bottom: 5px;
}




#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	border: 1px solid #333;
	padding: 0px;
} 

#header  {
	margin: 0px;
	height: 90px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
} 

#logo {
	height: 47px;
	width: 250px;
	margin-top: 15px;
	margin-left: 25px;
}

#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12pt;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	padding-left: 45px;
	padding-bottom: 3px;
	line-height: 100%;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	text-decoration: none;
	color: #000;
}

#nav a:visited {
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	color: #039;
}

#nav li { /* all list items */
	float: left;
	margin-left: 30px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #FFF;
}

#nav li ul li { /* second-level list items */
	width: 18em; /* width needed or else Opera goes nuts */
	margin: 0px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



#headerImage {
	height: 300px;
	width: 720px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #999;
	border: 1px solid #000;
}

#horizontalLine1 {
	margin-right: 20px;
	margin-left: 20px;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 230px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 330px;
	padding-right: 30px;
}



#mainContent  {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 30px;
}
#mainContent ul {
	padding-left: 20px;
	margin: 0px;
}
#mainContent p {
	margin-bottom: 0px;
	margin-top: 0px;
}



#form1 {
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}


#form1 p {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#footer  {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
#horizontalLine2 {
	margin-right: 20px;
	margin-left: 20px;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
#copyright {
	font-size: 10pt;
	margin-left: 30px;
	width: 500px;
}

#footerNav1 {
	font-size: 10pt;
	padding: 0px;
	width: 500px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	color: #00386b;
}
#footerNav1 ul {
	margin: 0px;
	padding: 0px;
}
#footerNav1 ul li {
	display: inline;
	margin: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}

#footerNav1 ul li:last-child {
	border-right-style: none;
}

#footerNav2 {
	font-size: 10pt;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 500px;
	color: #00386b;
	height: 5px;
}
#footerNav2 ul {
	margin: 0px;
	padding: 0px;
}

#footerNav2 ul li {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: underline;
}

#footerNav2 ul li:last-child {
	border-right-style: none;
}

#dfcLogo {
	height: 38px;
	width: 175px;
	float: right;
	margin-right: 30px;
	margin-top: 10px;
	display: inline;
}

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottomMargin {
	height: 50px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.label {
	background-color: #00386b;
	font-size: 12pt;
	color: #FFF;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	padding-left: 20px;
	margin-top: 25px;
	margin-bottom: 18px;
}
.line {
	font-size: 12pt;
	color: #FFF;
	font-weight: bold;
	height: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

.biophoto {
	height: 170px;
	width: 130px;
	border: 1px solid #666;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	padding: 5px;
}
.table p {
	font-size: 11pt;
	color: #000;
	margin: 0px;
	padding: 0px;
}
.pdfLink {
	padding: 0px;
	height: 32px;
	width: 450px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.pdfLogo {
	height: 32px;
	width: 32px;
}
.pdfText {
	float: right;
	width: 413px;
	padding-top: 5px;
}
.pdfText a {
	color: #00386b;
	text-decoration: underline;
	font-size: 11pt;
}
