body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5959;
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 30px 10px;
	line-height: 150%;
}
h1 {
	margin: 25px 20px 10px 30px;
	color: #00349A;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #00349A;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 30px;
	margin-bottom: 10px;
}
h3 {
	margin: 20px 20px 5px 30px;
	font-size: 1em;
	color: #333333;
}
a:link { 
text-decoration: underline; 
color : #EA2B80; 
}
a:visited { 
text-decoration: underline; 
color : #EA2B80; 
}
a:hover { 
text-decoration: underline; 
color : #00349A; 
}
li {
	margin: 3px 3px 3px 20px;
	list-style-position: outside;
	list-style-image: url(graphics/arrow.gif);
}


/* =Main Menu (Global)
-----------------------------------------------------------------------------*/

.nav_main {
	height: 31px;
	font-size:11px;
	border-right:1px solid #EA2B80;
	list-style-type: none;
}
.nav_main_special {
	height: 31px;
	border-right:1px solid #EA2B80;
}
.nav_sub {
	border-top:1px solid #EA2B80;
}
/* all lists */

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	background-repeat:repeat-y;
	z-index:1;
	list-style:none;
}

#nav a {
	display: block;
	text-decoration:none;
	padding:8px 12px 10px 12px;
	color: #fff;

}

#nav a:hover {
	color:#EA2B80;
	background-color:#fff;
}

/* all list items */

#nav li {
	float: left;
	padding:0;
	margin:0;
	list-style-type: none;
	list-style-image: none;
}

/* second-level lists */

#nav li ul { 
	position: absolute;
    width:215px;
	line-height: 1.2em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
    text-align:left;
    width:215px;
	border-left:1px solid #EA2B80;
	border-right:1px solid #EA2B80;
    border-bottom: 1px solid #EA2B80;
    background-color:#EA2B80;
	color: #fff;
}

#nav li ul li a {
	color: #fff;
	height:1%;
	list-style:none;
}

#nav li ul li a:hover {
	color: #EA2B80;
	background-color:#fff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto;
}




.smalltext {
	font-size: .9em;
}

.white {
	background-color: #FFFFFF;
}


.green {

	background-color: #009900;
}
.dblue {


	background-color: #00349A;
}
.lgreen {


	background-color: #009900;
}
.pink {

	background-color: #EA2B80;
}
.quote {
	font-style: italic;
	margin: 20px 40px;
	font-size: 1.2em;
}
.news {
	font-size: 0.95em;
}
.palebg {
	background-color: #EFEFEF;
	font-size: 0.95em;
}
