@charset "iso-8859-1";

body	{
	margin: 0;
	padding: 0;
	color: #000000;
	background: #FFFFFF;
	font:	.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #008080;
	text-decoration: none;
}

a:hover {
	color: #3399FF;
}

strong { font-weight: bold; }

#updatedate { 
	font-style: italic; 
}

.search {
 	font-size: .9em;
	color: #FFFFFF;
	text-align: right;
	margin-right: 15px;
	}
	
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.strong {font-weight:bold;}


li.question {
	font-weight:bold;

}

h1 {
	color: #ffffff;
	font-size: 1.5em;
}

h2 {
	color: #006699;
	font-size: 1.25em;
}

h3, h4 {
	color: #008080;
	font-size: 1em;
	text-decoration:none;
}

dt {
	color: #008080;
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

dd {
	margin-bottom: 5px;
	padding: 5px;
}

#dhsrlogo img {
	border: 1px;
	border-color: #E4E0C9;
	background-color: #006699;
	padding: 4px 4px 4px 4px;
	margin: 15px 4px 15px 4px;
	display: block;
	float: left;
}


#dhhslogo {
	background-color: #006699;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
} 

#dhhslogo img {
	border: 0;
	margin-bottom: 2px;
	padding-top: 10px;
	padding-bottom: 2px;
	padding-right: 15px;
	display: block;
	float: right;
}
	
/***********************************
Layout Divs
************************************/

#contents {
/*	float: right;
	width: 73%; */
	margin: 0 0 0 0;
	margin-left: 23%;
	padding: 1% 2% 2% 2%;
}

#contents a:link, #contents a:visited {
	color: #006699;
	text-decoration: none;
}	
#contents a.testing:link {color:#CC0066; font-weight: bold; } /*new7-27-10- makes link in contents section with testing as the class stand out in red*/

#contents a.testing:visited {color:#CC3366; text-decoration: underline;}/*new7-27-10-makes link within this section and class appear red*/

#contents a.testing:hover {
color:#CC0066; /*#CC6699;*/ 
font-weight:bold; 
text-decoration:underline;}

#contents a:hover {
	color: /*#3399FF*/#006699;
	font-weight:bold; 
	text-decoration: underline;
}

#announcements a:link, #announcements a:visited {
	color: #3399FF;
	font-weight: bold;
	text-decoration:none; 
}

#announcements a:hover {
	color: #006699;
}
#announcments a.testing:link {
color:#CC0066; 
font-weight:bold; 
text-decoration:underline;
} /*new7-27-10- makes link in this section with testing as the class stand out in red*/

#announcements a.testing:hover {
color:#CC6699; 
font-weight:bold; 
text-decoration:underline;
} /*new 7-27-2010*/

#header {
	background-color: #006699;
	text-align:center;
	padding: 3px;
}

#topnav {
	background-color: #ECE9D8;
	color: #008080;
	text-align: left;
	border: 0;
	border-top-width: 2px;/*new*/
	border-top-style: solid;/*new*/
	border-top-color:#F4F3EA;/*new*/
	border-bottom-width: 2px;/*new*/
	border-bottom-style: solid;/*new*/
	border-bottom-color: #E4E0C9;/*new*/
}

#topnav ul {
	margin: 0;/*moves text left*/
	padding: 0;/*moves text left*/
	display: inline;
	background-color: #ECE9D8;
}
	
#topnav ul li {
	list-style: none;
	display: inline;
	padding-left: 1em;
	padding-right: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
}

#topnav ul li.first {
	border-left: none;
	list-style: none;
	display: inline;
}

#topnav a:link, #topnav a:visited {
	color: #008080;
	font-weight: bold;
}	 

#topnav a:hover {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}


#section-nav {
	float: left;
	width: 20%;
	padding: .5em .5em;
	background-color: #F1EFE2;
}

#section-nav ul {
	margin-left: 0;
	padding-left: 0;
}
	
#section-nav ul li {
	margin-left: 0;
	padding: 6px 10px;
	list-style: none;
		}

#section-nav a:link, #section-nav a:visited {
	font-weight: bold;
}

#section-nav a:hover {
	color: #006699;
	font-weight: bold;
	text-decoration: underline;
}	

#content-sections {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15%;
	margin-right: 15%;
	border-bottom: 1pt solid #006699;
	font-weight: bold;
}

#content-sections li {
	list-style: none;
}

#A-Zindex {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15%;
	margin-right: 15%;
	padding-bottom: 10px;
/*	border-bottom: 1pt solid #006699;
*/	text-align:center;
}

#A-Zindex ul {
	text-align: center;
	display: inline;
	margin-left: 0;
	padding-left: 0;
}

#A-Zindex li {
	margin-left: 0;
	padding: 6px 10px;
	list-style: none;
	display: inline;/*first 4 new - okay*/
	color: #008080;
	font-size: 1em;
	text-align: center;
}

#A-Zindex li.first {
	margin-left: 0;
	padding: 6px 10px;
	list-style: none;
	display: inline;
}

#A-Zindex a:hover {
	color: #3399FF;
	text-decoration: underline;

}	

#glossary h4 {
	padding: 10px 0px 0px 0px;
	border-top: 1pt solid #006699;
	text-decoration: underline;
	text-align: center;
	font-size: 1.25em;	
}

/*#glossary dl {
	border-top: 1pt solid #006699;
	
}*/

#glossary p.center {
	text-align: center;
}

#glossary a, a.first {
	margin: 0;/*moves text left*/
	padding: 0;/*moves text left*/
	text-decoration: none;
}


#verify {
	border-bottom: 1pt solid #006699;
}

#footer {
	clear: both;
	padding: 0 0 15px 0;
	text-align: center;
	color: #333;
	margin-top: 0%;
	border-top: double #006699 2px;
}

/*#footer img {
	padding: 4px 4px 4px 0px;
	float: right;
	
}*/
#footer p, #footer li {
	font-size: .8em;
} 

#footer ul {
	margin-left: 0;
	padding-left: 0;
}
	
#footer ul li {
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	list-style: none;
	display: inline;
}

#footer ul li.first {
	border-left: none;
}

#footer a:link, #footer a:visited {
	color: #333;
	text-decoration: none;
}
#contents #content #form1 th {
	border-bottom: thin solid #008080;
	color: #008080;
}
