/* CSS Code written by Jason Waldron - Wally the Web Guy */



#maincontent h1 {

font-family: "Times New Roman", Times, serif;

font-size: 30px;

}

#maincontent h2 {

font-family: "Times New Roman", Times, serif;

font-size: 26px;

}

#maincontent h3 {

font-family: "Times New Roman", Times, serif;

font-size: 18px;

}

#maincontent h4 {

font-family: Tahoma, "Times New Roman", Times, serif;

font-size: 17px;

}

#maincontent p {

font-family: Tahoma, "Times New Roman", Times, serif;

font-size: 16px;

}

#maincontent li, ul {

font-family: Tahoma, "Times New Roman", Times, serif;

font-size: 16px;

}

#maincontent p.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}


/* Blue & Red Classes for SPANs */

.blue {color: #000066}

.lightblue {color: #0000FF}

.bluetop {color: #203F9A}

.red {color: #FF0000}

/* Bottom Navigation Styles */

/* Bottom Navigation Styles */

.bottomnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bottomnav a {
text-decoration:none;
}
.bottomnav a:link {
color: #000000;
}
.bottomnav a:visited { 
color: #000000;
}
.bottomnav a:active {
color: #000000;
}
.bottomnav a:hover {
color: #000000;
text-decoration:underline;
}






