body {
	font: 100%/1.5 Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #6E7063;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #000000;
}

a:focus, a:hover, a:active {
	color: #FFFFFF;
}

h5.NavMenu {
	color: #E9E6E6;
	font-weight: normal;
	text-transform: none;
	padding: 0 0 0 20px;
	background: url(../i/hdbg.gif) no-repeat left center;
	margin: 0 0 10px 15px;
	border-bottom: 1px solid #EEEEEE;
}

h1, h2, h3, h4 {
	color: #E9E6E6;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0 0 0 20px;
	background: url(../i/hdbg.gif) no-repeat left center;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #EEEEEE;
}

ul{
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
}

ul li.NavMenu{
	padding: 0 0 0 18px;
	margin: 0 0 3px 32px;
	background: url(../i/libul.gif) no-repeat left center;
}
ul li{
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
	background: url(../i/libul.gif) no-repeat left center;
}
ul li.content{
	padding: 0 0 0 18px;
	text-align: left;
	margin: 0 0 5px 0;
	background:none;
}
blockquote {
	font-size: 100%;
	font-style: italic;
	color: #D2CFCC;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 1px dotted #EEEEEE;
}

cite {
	text-transform: uppercase;
	color: #CC9999;
}

div.holdcode {
	width: auto;
	height: auto;
	overflow: auto;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #EEEEEE;
}

code {
	color: #99B3CC;
	font: 100% monospace;
}

input {
	background: #EEE1E1;
	border: 1px solid #EEEEEE;
}

input:focus {
	background: #FFE6CC;
}

fieldset {
	padding: 6px;
	border: 1px solid #EEEEEE;
}

legend {
	color: #EEEEEE;
	text-transform: uppercase;
}

.formbutz {
	color: #FFFFFF;
	background: #99B3CC;
	margin: 10px 0 0 0;
}

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background: url(../i/wrapbg.jpg) repeat-y;
	border-bottom: 10px solid #7D7E73;
}

#header {
	position: relative;
	margin: 0;
	padding: 0;
}

#skipnav {
	position: absolute;
	top: 160px;
	right: 20px;
}

#skipnav a {
	font-size: 11px;
}

#contentwrapper {
	padding: 0 50px 0 10px;
}

#contentleft {
	width: 150px;
	float: left;
	padding: 0 0 10px 0;
}

#contentright {
	width: 450px;
	float: right;
	padding: 0 0 10px 0;
}

#footer {
	clear: both;
	padding: 0 20px 0 0;
	text-align: center;
	border-top: 10px solid #7D7E73;
}

#footer p {
	margin: 6px 0 6px 0;
	line-height: normal;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 7px;
}

#breadcrumbs{
	text-align: left;
	margin: 12px 15px 20px 20px;
	line-height: 175%;
	letter-spacing: normal;	
	font: menu;
	font-size: 13.5px;
	border-bottom: 1px dotted;
	border-top: 1px solid;
}

p.Headline{
   text-align: left;
	font-weight: bolder;
	color: #ffffff;
	}
	