h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #00FFFF;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0066FF;
	}
	
p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	

	
.botnav {
	font-family: verdana, sans serif;
	font-size: 10px;
	color:#333333;
	text-align: center;
	width:1024px;
}
a.botnav:link {
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
a.botnav:visited {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
a.botnav:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
a.botnav:visited:hover {
	font-weight: bold;
	color: #ff0000;
	text-decoration: underline;
}
#content {
	width:520px;
	float:right;
	}
	
#mainNav {
	width:220px;
	float: left;
	padding-top:20px;
	padding-bottom:20px;
	}

#mainNav ul.a {
	list-style-type:circle;
	}	
