/* fonts */



body, p, h1, h2, #nav, #footer, .bigger, .blue {
	font:  12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #545a5f;}

h1 {
	font-size: 18px;
	color: #002d62;
	margin-bottom: 20px;}
	
h2 { font-size: 14px;
	line-height: 22px;
	color: #4c5a52;}

	
.bigger {font-size: 13px;
		color: #002d62;}

.bigger2 {font-size: 14px;
		color: #002d62;}
		
.bigger3 {font-size: 15px;
		color: #002d62;}
		
		.blue {color: #002d62;}
		
#footer { font-size: 11px;}

/* links */

	
a {
	color: #545a5f;
	text-decoration: none;}


a:hover {
	text-decoration: underline;}	

	
#left_copy a {
	color: #002d62;
	text-decoration: none;}

#left_copy a:hover {
	text-decoration: underline;}

#footer a {
	color: #34414c;
	text-decoration: none;}

#footer a:hover {
	color: #f78d19;}


	
	
/* lists */

ul#navlist	{
	padding: 0;
	margin: 0;}
	
ul#navlist li {
	list-style-type: none;
	text-align: left;
}
	

	
#navlist a {
	font:  12px Arial, Helvetica, sans-serif;
	display:block;
	padding-top:4px;
	padding-bottom: 5px;
	color:#ffffff;
	text-decoration:none;
	text-align: left;
	padding-left: 15px;
	border-bottom: 1px solid #ffffff;}
	
#navlist a:hover {	
	color: #ffffff;
	background-color: #6578a3;
	}
	
li.active {	
	color: #ffffff;
	background-color: #6578a3;
	}
	
