/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#666633;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#000;
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	color:#000;
	line-height:1.3em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
	

h1 {
	margin-top:0em;
	font-size:15pt;
	line-height:1.2em;
	color:#666633;
	font-weight:normal;
}

h2 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}

h3 {
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}

h4 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#666633;
}

.smallText {
	font-size:8pt;
}

.whiteText a {
	color:#fff;
}

.subNav a:link, .subNav a:visited {
	color:#fff;
}
.subNav a:hover {
	color:#8e875b;
}

.subNavTitle {
	color:#fff;
	font-size:14pt;
	line-height:1.4em;
}
	


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
    margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #006c28;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #000;
	background-color: #000;
	border:0;
}


*html form, input {
	padding:0;
	margin:0;
}

.subNav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 0;
}

