.main {					/*Body*/
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	color: #006633; 	/*Green Title Home Page*/
	font-weight: bold;
}
h2 {
	color: #006633; 	/*Green Title Secondary Pages*/
	font-size: 16px;
	font-weight: bold;
}
h3{
	color: #990000; 	/*Red Section Headers*/
	font-size: 14px;
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.content {
	margin:0 auto;
	width:800px;
}
.leftcol {
	padding-right:5px;
	float: left;
	width: 470px;
}
.rightcol {
	padding-left:5px;
	float: right;
	width: 320px;
}
#banner {
	padding-bottom: 20px;
}
