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

a:hover {
	color:#333;
	text-decoration:underline;
}

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

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#222;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

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

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

.smallText {
	font-size:8pt;
	line-height:1.2em;
}


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;
}

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

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

.whiteText, a.whiteText:link, a.whiteText:hover, a.whiteText:visited {
	color:#fff;
}
 
.brownBg {
	background:#2D2A21;
	color:#fff;
}

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