
.tables { color: black; font-size: 12px; line-height: 14px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.tablestitles  { color: white; font-weight: bold; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.boldcaps  { color: black; font-weight: bold; font-size: 10px; line-height: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.sanseriftitlessmall { color: #363; font-size: 13px; line-height: 14px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanseriftitlesmed { color: #363; font-size: 18px; line-height: 20px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.sanseriftitleslg  { color: #363; font-size: 30px; line-height: 32px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.seriftitles  { color: #363; font-weight: normal; font-size: 26px; line-height: 28px; font-family: Goudy, Century, Baskerville, Latin, Times, Georgia, "Times New Roman", Bembo }
.smallcaps { color: black; font-size: 10px; line-height: 12px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.small   { color: black; font-size: 10px; line-height: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.smallcapsWHT { color: #fff; font-size: 10px; line-height: 12px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.smallWHT { color: #fff; font-size: 10px; line-height: 12px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.smallboldcaps { color: black; font-weight: bold; font-size: 10px; line-height: 12px; font-family:  Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-transform: uppercase }
.linespacing { }
.content  { color: black; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.contentLG { color: black; font-size: 12px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.contentWHT { color: #fff; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a:link    { color: #080; text-decoration: underline }
a:active    { color: #080; text-decoration: underline }
a:visited    { color: #080; text-decoration: underline }
a:hover  { color: #025e00; text-decoration: none }
.inputfield    { font-size: 11px; background-color: #dfdfdf; border: double 1px #000; height: 18px }
.inputfieldWHT { font-size: 11px; background-color: #fff; border: double 1px #696969; height: 17px }
.contentSM { color: black; font-size: 10px; line-height: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a.whtLink:link { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif, Verdana; text-decoration: underline }
a.whtLink:active { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif, Verdana; text-decoration: underline }
a.whtLink:visited { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif, Verdana; text-decoration: underline }
a.whtLink:hover { color: white; font-size: 11px; font-family: Arial, Helvetica, sans-serif, Verdana; text-decoration: none }
.body1   { color: #1a1a00; font-size: 11px; line-height: 13px; font-family: Arial, Helvetica, sans-serif }
.body1wht { color: #fff; font-size: 12px; line-height: 15px; font-family: Arial, Helvetica, sans-serif }
.title1  { color: #838383; font-weight: bold; font-size: 13px; line-height: 16px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.title2   { color: #323232; font-weight: bold; font-size: 11px; line-height: 16px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px }
.title3  { color: #9fbb80; font-weight: bold; font-size: 16px; line-height: 21px; font-family: Arial, Helvetica, sans-serif }
.title4 { color: #81815f; font-weight: bold; font-size: 17px; line-height: 20px; font-family: Arial, Helvetica, sans-serif }

/* New Homepage Nav */

ul.nav_home {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

.nav_home li {
display: block;
border: 1px solid #025e00;
}

.nav_home ul {
list-style-type: none;
margin: 0;
padding: 5px 0;
}

.nav_home li ul li {
border: 1px solid #3e7e00;
}

.nav_home a,
.nav_home a:visited {
color: white;
text-decoration: none;
display: block;
}

.nav_home a:hover {
color: #EFFA28;
}

.nav_home a:active {
color: white;
text-decoration: none;
}

.nav_home li a {
background-color: #025E00;
padding: 1px 20px;
font-size: 14px;
text-decoration: none;
}

.nav_home li ul li a {
background-color: #3E7E00;
padding: 0 0 0 34px;
font-size: 12px;
text-decoration: none;
}

.nav_home li.space {
	display: block;
	margin-bottom: .5em;
	}
	
/* -------------------- Tables -------------------- */

table.data {
	width: 100%;
	font: 10px Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	border: 1px solid black;
	}

.data thead th {
	background: #387e00;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-weight: bold;
	color: white;
	}

.data tbody th {
	background: #e2e2e2;
	padding: 5px;
	font-weight: bold;
	border-top: 1px solid white;
	}
	
.data td {
	padding: 5px;
	font-weight: bold;
	background: #f5f5dc;
	border-top: 1px solid white;
	border-left: 1px solid white;
	vertical-align: top;
	}
	
.data .smallcapsWHT {
	color: black;
}
.data td ul { 
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
.data td li {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
	}
	
.data td a:link,
.data td a:visited {
	color: #008800;
	}
	
.data td a:hover,
.data td a:active {
	color: #11670d;
	text-decoration: none;
	}
	
/* -------------------- Featured -------------------- */

.featured {
	font-size: 12px;
	}
	
.featured ul {
	list-style: circle;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	}
	
.featured li {
	margin: 0;
	margin-bottom: .25em;
	padding: 0;
	}

.featured h3 {
	font-size: 13px;
	color: #025e00
	}
	

/* -------------------- Form Layout -------------------- */

label {
	display: block;
	}
	
label.inline {
	display: inline;
	}
	
form div {
	margin-bottom: 1em;
	}
	
.data2 {
	border-collapse: collapse;
	empty-cells: show;
	font-size: 12px;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}
.data2 thead th {
	background: #f1efe2;
}
.data2 tbody th {
	text-align: left;
}
.data2 tbody td {
	text-align: center;
}
.data2 th,
.data2 td {
	padding: 5px 10px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
