/* START old styles */
p.firstline:first-line {font-weight: bold; line-height: 11px;}
	
.subnav2 {font-family: Verdana, Arial, Helvetica, Geneva, sans-serif; font-size: 14px; text-align: center; padding-bottom: 24px;}

.subnav2 a:hover {color: #EDDC65;}

.subnavMain {color: #00802D; font-weight: bold; font-size: 18px;}

.stafflist p:first-line {font-weight: bold;}
/* END old styles */

/* START top navigation styles */
.navBox {
	z-index: 3; 
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 760px; 
	background-image:url(../images/blueblock.gif); 
	background-repeat: repeat-x; 
	background-position: center top;
}

.navBoxContainer {
	width: 100%;
	background-image:url(../images/blueshim.gif); 
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-bottom:1px; /* to remove white gap that shows in IE */
}

#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 0px;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width:102px;
	background-image:url(../images/blueblock.gif);
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav li a {
color: white;
}

#nav li a{
text-decoration: none;
}

#nav li a:hover {
color: yellow;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	border:0px solid black;
	width:102px;
}

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	width: 102px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	width:97px; /* controls shift of sub-elements to the left - important in earlier ies */
	border:0px solid black;
	text-decoration: none;
}
/* END top navigation styles */

/* START HTML tag styles */
body {
margin-left: 0px;
margin-top: 0px;
}
/* END HTML tag styles */

/* START custom styles */
div.bannerstyle
{
z-index: 1;
position: absolute;
left: 0px;
top: 20px;
background-color: #F5EFC1;
width: 100%;
border-top: 2px solid #00435C; 
}

div.bannerstyle img
{
border: 0px white solid;
}

div.breadcrumbnav
{
z-index: 2; 
background-color: #CCEBF9; 
position: absolute; 
left: 0px; 
top: 170px; 
width: 100%; 
height: 20px; 
border-bottom: 2px solid #0890C6;
border-top: 2px solid #0890C6; 
font-weight: bold; 
text-indent: 6px;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-size: 12px;
padding-top: 2px;
}

div.breadcrumbnav a:hover
{
color: green;
}

.navhead2 {
 color: yellow !important;
}

.privacyheader {
	font-weight: bold; font-size: 16px;
}

.titletext {
margin-bottom: 12px;
font-family: Arial, Helvetica, Geneva, sans-serif;
font-weight: bold;
text-align: center;
font-size: 21px;
color: #007127;
}

div.ContentArea {
margin-top: 0px; 
margin-left: 12px; 
margin-top: 8px;
width: 748px;
z-index: 2; 
position: absolute; 
left: 0px; 
top: 200px;
}
/*end*/
/*\*/
html*div.ContentArea {
[
]margin-top: 1px; 
}/*end*/
.dummyend[id]{clear:both;}
/* END custom styles */