/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#531;
}

a:hover {
	text-decoration:underline;
}

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

.indentedContent {
	padding: 0 20px;
}

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

h1 {
	margin-top:0.75em;
	font-size:24pt;
	line-height:1.2em;
	font-weight:normal;
	color:#761d05;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/site/h1_bg.jpg) bottom no-repeat;
	height:45px;
}

h2 {
	margin-top:0.75em;
	font-size:16pt;
	line-height:1.2em;
	font-weight:normal;
	color:#761d05;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:normal;
	color:#761d05;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.smallText {
	font-size:8pt;
}


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;
}
.lightTableBorder{
	border:solid 1px #ddd;
}

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

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

.brownBar {
	background:#733c04 url(../images/site/brownBar_bg.jpg) left no-repeat;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12pt;
	margin:-5px 0;
}

.largeBold {
	font-size:12pt;
	font-weight:bold;
	color:#761d05;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.boldBrown {
	font-weight:bold;
	color:#761d05;
}
