/* CSS Document */

body {
	background-color: #55619F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.copyright {
	font-size:10px;
	color:#FFFFFF;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666666;
	font-size:17px;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #990033;
	font-size:14px;
	border-bottom:1px solid #000000;
}

.directions {
	font-size: 11px;
}

.whiteLink {
	color: #FFFFFF;
	}
	
	
	
	

#navSection {
	text-align:left;
	padding:4px 5px 0 5px;
	font-family:"Comic Sans MS", Arial, Verdana, Sans-Serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0em;
	
	}
	

#navSection a {
	
	color:#ffffff;
	text-decoration:none;
	}

#navSection a:hover {
	
	color:#FFFF33;
	text-decoration:none;
	}	


#navSection ul {
	padding:0 0 0 0;
	text-indent:0;
	margin:0 0 0 0;
	}


#navSection li {
	list-style:none;
	padding:0 0 7px 0;
	}
	
	