@charset "utf-8";
/* CSS Document */

body {
	font:14px Arial;
	background-color:#003a02;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}

#header {
	font:14px Arial;
	background-color:#003a02;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#insideheader {
	font:14px Arial;
	background-image:url(images/header-bkgd.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	height:110px;
	background-color:#003a02;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #003a02;
}
#flash {
	font:20px Arial;
	font-weight:bold;
	background-color:#003a02;
	margin: 0px auto;
	height: 337px;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#navbkgd {
	font:20px Arial;
	font-weight:bold;
	background-color:#003a02;
	margin: 0px auto;
	height: 100px;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#nav {
	font:20px Arial;
	font-weight:bold;
	background-color:#003a02;
	margin: 0px auto;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
#contenthome {
	font:16px Arial;
	background-color:#c4ee7c;
	margin: 0px auto;
	padding: 10px;
	width: 1020px;
	text-align: justify;
	color:#006c05;
}
#footer {
	font:12px Arial;
	background-color:#003a02;
	margin: 0px auto;
	padding: 10px;
	width: 1000px;
	text-align: justify;
	color:#ffffff;
}
textarea#styled {width: 300px;
	height: 150px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Arial, sans-serif;
	background-position: bottom right;
	background-repeat: no-repeat;
}

<!--font colors-->
.style3 {
	font-size: 24px;
	font-weight: bold;
}
.style4 {font-size: 32px}
.style5 {
	font-size: 16px;
	font-weight: bold;
}
.style18 {color: #999999}
.style19 {font-size: 12px}
.style9 {font-size: 14px}
.styleHeadings {
font-size: 22px;
font-weight:bold;
color: #003a02;
}
<!--end font colors-->

<!--link colors-->
a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff;text-decoration: none; }
a:hover { color: #c4ee7c;text-decoration: none; }
a:active { color: #ffffff;text-decoration: none; }

a.darkgreen:link { color: #003a02 ;text-decoration: none;}
a.darkgreen:visited { color: #003a02 ;text-decoration: none;}
a.darkgreen:hover { color: #006c05 ;text-decoration: none;}
a.darkgreen:active { color: #003a02 ;text-decoration: none;}

a.yellow:link { color: #ffffff ;text-decoration: none; }
a.yellow:visited { color: #ffffff  ;text-decoration: none;}
a.yellow:hover { color: #efec01 ;text-decoration: none;}
a.yellow:active { color: #ffffff ;text-decoration: none;}

a.blue:link { color: #ffffff ;text-decoration: none;}
a.blue:visited { color: #ffffff ;text-decoration: none;}
a.blue:hover { color: #6bc8f4 ;text-decoration: none;}
a.blue:active { color: #ffffff ;text-decoration: none;}

a.orange:link { color: #ffffff ;text-decoration: none;}
a.orange:visited { color: #ffffff ;text-decoration: none;}
a.orange:hover { color: #fba300 ;text-decoration: none;}
a.orange:active { color: #ffffff ;text-decoration: none;}

a.green:link { color: #ffffff ;text-decoration: none;}
a.green:visited { color: #ffffff ;text-decoration: none;}
a.green:hover { color: #d1ef01 ;text-decoration: none;}
a.green:active { color: #ffffff ;text-decoration: none;}

a.pink:link { color: #ffffff ;text-decoration: none;}
a.pink:visited { color: #ffffff ;text-decoration: none;}
a.pink:hover { color: #fdddfd ;text-decoration: none;}
a.pink:active { color: #ffffff ;text-decoration: none;}

a.red:link { color: #ffffff ;text-decoration: none;}
a.red:visited { color: #ffffff ;text-decoration: none;}
a.red:hover { color: #ff0222 ;text-decoration: none;}
a.red:active { color: #ffffff ;text-decoration: none;}
<!--end link colors-->
