.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.required {
	font-weight: bold;
	color: #990033;
}

a:link {
	color: 007836;
}
a:visited {
	color: #00C659;
}
a:hover {
	color: 007836;
	font-weight: bold;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #007836;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc9900;
	text-align: left;
	padding-bottom: 3px;
}
h1.home {
	font-size: 20px;
	font-style:normal;
	width:92%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #007836;
	padding-top: 5px;
	padding-bottom: 2px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #0fae09;
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 2px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 3px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: square;
}
.highlight {
	font-weight: bold;
	color: #007836;
}
.slogan {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #397038;
	padding-bottom: 1px;
	padding-top: 5px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #326D4D;
	padding-bottom: 2px;
	margin-right: 5px;
	padding-right: 5px;
}
hr {
	color: #f3e2b0;
	padding-bottom: 2px;
	padding-top: 2px;
}



a:active {
	color: #007836;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.highlight_large {
	font-size: 22px;
	color: #007836;
}

/* Homepage */
.column_container {
	width:100%;
	float:left;
}
.column_left {
	float:left;
	width:45%;
}
.column_right {
	float:right;
	width:45%;
}
.subtitle {
	font-family:Arial, Helvetica, sans-serif;
	color:#a6aeaa;
	font-weight:bold;
	font-size:14px;
}
.home_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:95%;
}
/* Homepage End */
