/* CSS Document */

body { 
    font-family: Arial, Helvetica, sans serif;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #6600cc;
	text-decoration: none;
}
a:hover {
	color: #6600cc;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}


/* Left Nav Style with Links */

#leftnav {
	background-color: #3399CC;
	color:#FFFFFF;
	font-size: 86%;	
}

#leftnav a:link, #leftnav a:visited {
	background-color: #3399CC;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#leftnav a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* End of Left Nav Style with Links */


/*footer*/
#footer {
	border-top: 1px solid #CCCCCC;
	margin: 0 0 0 0;
	padding: 5px 0 .25em 0;
	}
	
#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: .7em;
	color: #707070;
	text-align: center;
	margin: 0 100px 0 0px;
	padding: .1em;
	}
	
#footer a:link, #footer a:visited {
	font-family: Verdana, Arial, sans-serif;
	color: #707070;
	}
	
#footer a:hover {
	font-family: Verdana, Arial, sans-serif;
	color: #006699;
	}