a {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #194374;
}
	a:hover {
		color: #5e9335;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #194374;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	
h2 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #5e9335;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
p {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #474247;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	.red {
		color: #800e04;
	}
	
ul {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #474247;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}

li {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #474247;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	}
#nav a {
	color: #fff;
	display: block;
	font-size: 13px;
	height: 17px;
	margin: 8px 8px 0 15px;
	padding: 9px 0 18px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	width: 100px;
}
	#nav a:hover, .on {
		background-image: url(../images/nav-hover.gif);
		background-repeat: no-repeat;
		background-position: bottom center;
		}

#indexText p {
	color: #868686;
	line-height: 20px;
}
#indexBottom h1 {
	color: #fff;
	font-size: 16px;
}
#indexBottom h2 {
	color: #6eb43f;
	font-size: 13px;
}
#indexBottom p {
	color: #fff;
	font-size: 11px;
	padding-top: 5px;
}
#indexBottom a {
	color: #6eb43f;
	text-decoration:  none;
	font-size: 12px;
	padding-top: 5px;
}
#footer p {
	color: #fff;
	font-size: 10px;
}
#footer a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
#sideNav h1 {
	color: #002f65;
	font-size: 19px;
	font-weight: bold;
}
#sideNav ul {
	padding: 0;
	margin: 0;
}
	#sideNav li {
		list-style-type: none;
		padding: 5px 0 5px 15px;
	}
		#sideNav li a {
			text-decoration: none;
		}
		.sideNavOn {
			color: #5e9335;
			font-style: italic;
		}
#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

/*STYLES FOR CONTACT FORM*/
.error {
	background-color: #ff0000;
	border: 2px solid #660000;
	color: #fff;
	margin-left: 8px;
	text-align: center;
	width: 396px;
}
.confirm {
	background-color: #99FF66;
	border: 2px solid #72AD2D;
	color: #000;
	margin-left: 8px;
	text-align: center;
	width: 396px;
}
/*STYLES FOR WORDPRESS*/
.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #002f65;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 6px 0px;
	}
	.post h2 a {
		text-decoration: none;
	}
	.post small {
	font-family: Arial, "MS Trebuchet", sans-serif;
		font-size: 11px;
		color: #aaa;
	}
#comments {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}
#respond h3 {
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 14px;
}
.comment {
	border-bottom: 1px solid #999;
}
.comment-meta a {
	color: #aaa;
	font-size: 11px;
	text-decoration: none;
}
