/* Stylesheet - modifications to this document affect the entire site */
body {
background-color: #FFFFFF;
}

h1 {
font-family:arial;
font-size:10pt;
font-weight:bold;
color:#08218C;
}

h2 {
font-family:arial;
font-size:10pt;
font-weight:bold;
}

h3 {
font-family:arial;
font-size:10pt;
font-weight:bold;
font-style:italic;
}

h4 {
font-family:arial;
font-size:9pt;
font-weight:bold;
color:#08218C;
}

h5 {
font-family:arial;
font-size:9pt;
font-weight:bold;
}

body, p, ul, ol, form, caption, dl, textarea
{
font-size:9pt;
font-family:arial;
}

p.auto
{
font-family:arial;
font-size:10pt;
font-weight:bold;
color:#08218C;
}

a:link, a:visited, a:active {
text-decoration:none;
font-family:arial;
color:#FF6600;
}

dt a:link, dt a:visited, dt a:active, dd a:link, dd a:visited, dd a:active .left a:link, .left a:visited, .left a:active, p a:hover, ul a:hover, ol a:hover{
text-decoration:none;
font-family:arial;
color:#009CCE;
}

a:hover, dt a:hover, dd a:hover .left a:hover{
color:#000000;
}

dt {
font-weight:bold;
font-size:8pt;
}

dd {
text-indent: -2em;
font-size:8pt;
font-weight:normal;
}

cite, cite a:link, cite a:visited, cite a:active{
font-weight:normal;
font-family:arial;
font-size:8pt;
color:#000000;
font-style:normal;
}

cite a:hover {
font-weight:bold;
font-family:arial;
font-size:8pt;
color:#000000;
font-style:normal;
}

.copyright {
font-size:8pt;
}

.menu {
font-size:8pt;
color:#FF6600;
}

.find {
font-size:8pt;
font-family:arial;
}

.findnn {
font-size:9pt;
font-family:arial;
}

/* These styles are for the drop-down menus. */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; } 

#nav a {     
	display: block;     
	width: 10em; } 

#nav li {
	padding: 0;
	margin: 0;
	float: left;
	width: 10em;}


#nav li ul {
	padding: 4px;
	position: absolute;
	width: 10em;
	left: -999em;
	background-color:#FFCC00;} 

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;}

#nav ul a:hover {
	color: #000000;}
