@charset "utf-8";
/* Alabama 4-H Typography */

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

h1, h2, h3, h4 {
	color: #006b42;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

ul, li {
	line-height: 1.4em;
}

a {
	color: #1e78c1;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

#middle, #sidebar, #sidebarb {
	color: #fff;
}

ul#navigation { 
	font-size: 16px;
	font-weight: bold;
	text-align: center; 
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
}

ul#navigation li a:hover {
	color: #ff0000;
	text-decoration: underline;
}

h1.title {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #fff;
}

#main-content p {
	margin-bottom: 1.2em;
}

#copyright {
	font-size: 10px;
	text-align: center;
}

h3.subtitle {
	text-transform: uppercase;
}
