*
{
	margin: 0px;
}

body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: small;
	padding: 0px;
	color: #222222;
	background-color: #2B5122;
}

a
{
	text-decoration: underline;
}

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

p
{
	text-align: justify;
	line-height: 18px;
	padding-top: 10px;
}

ul
{
	list-style: disc;
}

#header
{
	background-color: #E6E6E6;
	padding: 20px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#header a {
	text-decoration: none;
	font-size: medium;
	color: #000066;
}
#header a:hover
{
	color: #990000;
	text-decoration: none;
}

#container
{
	width:950px;
	text-align:left;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

#primarycontent
{
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 40px;
	margin-bottom: 10px;
	list-style-type: circle;
}

ul
{
	padding-bottom: 10px;
	list-style-type: disc;
	line-height: 2em;
}


#footer
{
	width:100%;
	text-align: center;
	font-size: x-small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E6E6E6;
	font-family: "Times New Roman", Times, serif;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#footer a {
	text-decoration: none;
	font-size: x-small;
	color: #000066;
}
#footer a:hover
{
	color: #990000;
	text-decoration: none;
}

.clearit
{
	clear: both;
	height: 1px;
}

h1 {
	color: #336633;
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	text-align: left;
	padding-bottom: 20px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
	border-top-width: 1px;
	border-top-style: inset;
	border-top-color: #E6E6E6;
	letter-spacing: 0.1em;
	font-size: large;
	background-color: #336633;
	padding-bottom: 5px;
	padding-left: 20px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	color: #881309;
	padding-bottom: 5px;
	padding-top: 20px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #881309;
	letter-spacing: 0.1em;
	padding-top: 20px;
}

img {
   border: 0;
}


.invisible {color: #E6E6E6}
