html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#8c969b;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}
#header  a   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	background: #8c969b;
	color: #FFFFFF;

}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 1em 3em; /* bottom padding for footer */
	background-color: #FFFFFF;
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}

div#footer {
	position:relative;
	width:100%;
	bottom:0px; /* stick to bottom */
	background:#8c969b;
	color: #FFFFFF;
}
#footer p  {
	padding:2em;
	margin:0;
	color: #FFFFFF;
	background-color: #8c969b;
	}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.PageTitles {
	color: #8c969b;
	font-size: 150%;
	font-weight: bolder;
	text-transform: lowercase;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-position: left;
}
.style6 {
	color: #8c969b;
	font-size: 90%;
}
