body {
	background-color: #eeeeee;
	/*background-image: url('img/whitenoise.png');*/
	background-repeat: repeat-xy;
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;
}

#site {
	width: 800px;
	opacity: 1;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 0px;
	border: none;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
	background-color: #ffffff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,.2);
}

#text {
	margin-top: 0px;
	padding: 3em;
	color: #888888;
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	text-align: left;
	/*text-justify: newspaper;*/
	line-height: 150%;
}

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

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

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

#navlist ul {
	padding: .2em 0;
	margin-bottom: 3em;
	margin-left: 2em;
	list-style-type: none;
	color: #888888;
	width: 100%;
	font-size: 11pt;
	text-transform: none;
	text-align: left;
}

li {
	display: inline;
	}

li a {
	text-decoration: none;
	color: #888888;
	background-color: #ffffff;
	padding: .1em .5em;
	margin-right: 1em;
	border-left: 3px solid #cccccc;
	border-radius: 0.5em;
}

li a:link {
	color: #000000;
	text-decoration: none;
	border-left: 3px solid #cccccc;
	border-radius: 0.5em;
}

li a:visited {
	color: #000000;
	text-decoration: none;
	border-left: 3px solid #cccccc;
	border-radius: 0.5em;
}

li a:hover {
	color: #888888;
	text-decoration: none;
	border-left: 3px solid #000000;
	border-radius: 0.5em;
}

hr {
	height: 1px;
	border: 0;
	color: #222222;
	background-color: #222222;
	margin-top: 2em;
	margin-bottom: 2em;
}

h1 {
	text-align: left;
	text-transform: none;
	font-size: 24pt;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: .5em;
	color:#888888;
	/*text-shadow:rgba(0,0,0,.1) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;*/
}
	
h2 {
	text-align: left;
	text-transform: none;
	font-size: 16pt;
	font-weight: normal;
	text-decoration: none;
	color: #888888;
	margin-top: 1em;
	margin-bottom: 1em;
}
	
h3 {
	font-size: 3em;
	color: #ffffff;
	margin: 0em;
}

h4	{
	font-size: 10pt;
	font-weight: normal;
	color: #888888;
	margin: 0em 0em 0em 0em;
	padding: 0;
	line-height: 0;
	/*text-shadow:rgba(0,0,0,.1) 2px 6px 5px,rgba(255,255,255,.4) 0 -4px 30px;*/
}

img {
	margin: 0px;
	padding: 0px;
	}