@charset "utf-8";
body{
	background-color: #866748;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: justify;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #7c92ca;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: justify;
	margin: 0px auto 0px auto;
	min-height: 800px;
}

.thrColAbsHdr #header {
	height: 180px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 860px;
	background-color: #EFEEE0;
	position: relative;
	border-bottom: solid #6699FF 1px;
} 

.thrColAbsHdr #mainContent {
	width: 630px;
	position: relative;
	margin: 10px 10px 0 220px;
	background-color: #FFF;
}
.thrColAbsHdr #footer {
	padding: 2px 0px 2px 0px;
	width: 860px;
	background-color: #EFEEE0;
	position: relative;
	margin: 5px auto 10px auto;
} 

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
}

h1{
	font-size: 30px;
	font-weight: bold;
	color: #036;
	text-align: center;
}

h2{
	font-size: 22px;
	color: #369;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	text-align: center;
}

h3{
	font-size: 18px;
	color: #866748;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 15px 0px;
	text-align: center;
}

h4{
	font-size: 14px;
	color: #555555;
	border-bottom-color:#555555;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 0px 0px;
	text-align: left;
}

h5{
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

h6{
	font-size: 12px;
	color: #444444;
	font-weight: normal;
	border-bottom-color:#555555;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 25px 0px 0px 0px;
	text-align: left;
}

ol {
	padding-top: 5px;
}

ul{
	padding-left: 15px;
	list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#navBar{
	padding: 0px 0px 0px 0px;
	width: 210px;
	position: absolute;
	border-top: solid #6699FF 1px;
	top: 180px;
}

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: solid 1px;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.orangebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
.greenbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99CC00;
}
.bluebottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#6699FF;
}
.greytop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
}
.grey {color: #555555}
.whitedot {color: #FFFFFF;}
.yellow {color: #FFcc00;}
.darkred {color: #660000;}
.dashed{
	border-top: #555555;
	border-top-width: 1px;
	border-top-style:dashed;
}
