/*TOP MENU STYLES */

#nav {width:880px; height:30px;}

#nav a {
	color: #C1CFD9;	
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

#nav a:hover {
	color:#FFFFFF;
}

#nav li {
	float: left;
	width: 14%;
	position: relative;
	text-align: center;
	cursor: default;
	padding-top: .55em;

	}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}



/* COVERAGE MENU STYLES */

#coverage {
width: 18em; /* set width of menu */
background: #C1CFD9;
margin-left: 0px;
} 

#coverage ul { /* remove bullets and list indents */
list-style: none;
margin: 00;
padding: 0;
}

/* style, color and size links and headings to suit */
#coverage a {
font: bold 12px/30px arial, helvetica, sans-serif;
display: block;
margin: 10px;
padding: 2px 5px;
text-align:left;
}
#coverage a {
color: #004a81;
background: #C1CFD9;
text-decoration: none;
}
#coverage a:hover {
color: #FFF;
background: #999999;
}
#coverage li.title {
font: bold 12px/30px Georgia, "Times New Roman", Times, serif;
display: block;
margin: 0px;
padding: 2px 15px;
text-align:left;
background:#004a81;
color: #FFFFFF;
}

/* SET GENERAL STYLES*/

#maincontent { margin-left: 6px; margin-top: 4px; padding: 5px; line-height: 2em;}

body {
	font-family: Verdana, sans-serif;
	background: #616265;
	margin: 0px;
	font-size: 9pt;
	color:#666666;
}

a {
	text-decoration: none;
}

a:link {
	color: #004a81;
	font-weight: bold;
}
a:visited {
	color: #333333;
	font-weight: bold;
}
a:hover {
	color: #000000;
	font-weight: bold;
	}

hr { color: #CCCCCC;
}


h1, h2, h3, h4 { color: #004a81;  font-family: Georgia, "Times New Roman", Times, serif;
 }
h2 {font-size:16pt;}

h5 { line-height:120%;}


.smalltext { font-size: 9px; color:#FFFFFF;
	 font-weight: bold; padding:5px;
}
.smalltext a {color:#FFFFFF;}

ol { list-style-type:square; }



