body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5959;
	background-color: #333;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px 30px 10px;
	line-height: 150%;
	font-size: 11px;
}
h1 {
	margin: 25px 20px 10px 30px;
	color: #006297;
	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 : #CCC;
}
a:visited {
	text-decoration: underline;
	color : #CCC;
}
a:hover {
	text-decoration: underline;
	color : #00349A;
	text-align: left;
}
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 #ffffff;
	list-style-type: none;
}
.nav_main_special {
	height: 31px;
	border-right:1px solid #EA2B80;
}
.nav_sub {
	border-top:1px solid #ffffff;
}
/* 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:#006297;
	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 #ffffff;
	border-right:1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color:#006297;
	color: #fff;
}

#nav li ul li a {
	color: #fff;
	height:1%;
	list-style:none;
}

#nav li ul li a:hover {
	color: #00349a;
	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: #333;
}
.dblue {


	background-color: #00349A;
}
.lgreen {


	background-color: #009900;
}
.pink {
	background-color: #006297;
}
.quote {
	font-style: italic;
	margin: 20px 40px;
	font-size: 1.2em;
}
.news {
	font-size: 0.95em;
}
.palebg {
	background-color: #EFEFEF;
	font-size: 0.95em;
}
.white table tr td table tr td-CENTRE {
	text-align: center;
}
.white table tr td table tr td {
	color: #FFF;
	text-align: center;
}
.white table tr td table {
	text-align: center;
	color: #FFF;
}
.white table tr td table tr td.new {
	color: #333;
}
.white-1 table tr td table tr td {
	color: #666;
}

