/* Main Style Sheet for Site */
body {
	background-color: #336633;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;

}
p {
	font-size: .8em;
	text-align: justify;
	line-height: 1.5em;
}

h1 {
	font-size: 1em;
	text-align: center;
}

h2 {
	font-size: 0.9em;
	text-align: left;
	color: #336633;

}

a:link {
	color: #0033CC;
	text-decoration: none;
}

a:visited {
	color: #0033CC;
	text-decoration: none;
}

a:hover,a:active {
	color: #244747;
}

#header {
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

#header p {
	font-size: .6em;
}


#main-content {
	position: realative;
	background-color: #FFFFFF;
	padding-left: 175px;
	padding-top: 50px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#left-content {
	position: absolute;
	padding: 10px;
	top: 140px;
	width: 140px;
	left: 0px;
	border-right: 1px dashed #666666;
}

#footer{
	position: relative;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	height: 40px;
	bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}

#footer p {
	padding: 10px;
	text-align: center;
	font-size: 0.6em;
}

#navlist {
	position: absolute;
	top: 112px;
	right: 0px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DFFFDF;
	z-index: 100;
}
#navlist li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 1px;
	white-space: nowrap;
	font-size: 1em;
}
#navlist ul {
	margin: 0px;
	padding: 0px;
}
#navlist a {
	display: block;
	text-align: center;
	padding: 2px 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
}

#navlist a:link, #navlist a:visited {

	color: #FFFFFF;
	background-color: #336633;
}

#navlist a:hover, #navlist a:active {
	color: #666666;
	background-color: #DFFFFF;
}

#breadcrumbs {
	position: absolute;
	top: 112px;
	left: 1px;
	width: 100%;
	padding: 5px 5px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 0.65em;
	background-color: #EEEEEE;
	z-index: 99;
}