a {COLOR: #1f3915; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}

h1 {
	font-family: "times new roman", georgia, serif;
	font-size: 24px;
	font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;

	color: #000000;
}

h2 {
	margin-top: 0px;
	font-family: "times new roman", georgia, serif;
	font-size: 15px;
	line-height: 14px;
	font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
}

.headertext {
	margin-top: 0px;
	font-family: "times new roman", georgia, serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

ul { 
padding: 0; 
margin: 0 0 10px;
border-top: medium solid #3e5539;
}

li { 
list-style-type: none;
border-bottom: thin solid #6d8c67;
padding-top: 1px;
padding-bottom: 1px;
}

.maintext {
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.maintext a:link {color: #000000; text-decoration: underline;}
.maintext a:visited {color: #000000; text-decoration: underline;}
.maintext a:hover {color: #000000; text-decoration: underline;}

/* Use this to indent for paragraphs without extra line spacing */
.maintext p {
	text-indent: 20px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.maintextalert {
	font-family: georgia, "times new roman", serif;
	font-size: 12px;
	line-height: 20px;
	color: #990000;
}

.articlesubhead {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.navtext {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.navtext A:link {COLOR: #000000; text-decoration: none;}
.navtext A:visited {COLOR: #000000; text-decoration: none;}
.navtext A:hover {COLOR: #000000; text-decoration: underline;}

.navtextinactive {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	line-height: 26px;
	color: #5e7b58;
}

.navsubtext {
	font-family: georgia, "times new roman", serif;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	color: #999999;
}
.navsubtext A:link {COLOR: #000000; text-decoration: none;}
.navsubtext A:visited {COLOR: #000000; text-decoration: none;}
.navsubtext A:hover {COLOR: #000000; text-decoration: underline;}

.captiontext {
	font-family: "times new roman", georgia, serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	font-style: italic;
	color: #000000;
	}

.searchtext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 26px;
	color: #000000;
	}
	
.searchtext A:link {COLOR: #000000; text-decoration: none;}
.searchtext A:visited {COLOR: #000000; text-decoration: none;}
.searchtext A:hover {COLOR: #000000; text-decoration: underline;}

.searchtextInactive {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 26px;
	color: #666666;
	}
	
.footertext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #000000;
	}
	
.footertext A:link {COLOR: #000000; text-decoration: none;}
.footertext A:visited {COLOR: #000000; text-decoration: none;}
.footertext A:hover {COLOR: #000000; text-decoration: underline;}

.form_field
{
    border: 1px #a9a9a9 solid;
    background-color: #ffffff !important;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px
}

.form_field_green
{
    border: 1px #a9a9a9 solid;
    background-color: #92bd8f !important;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px
}

.form_field_noborder
{
    background-color: #ffffff !important;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px
}

/* this is for using text as a form submit button */
 .submitLinkText {
	font-family: georgia, "times new roman", serif;
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
  
	background-color: transparent;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	cursor: hand;
  }
  
.thinborder {
    border: 1px solid;
    border-color: #7c7c7c;
}
