/* Common */
body {
	font: 8pt/16pt georgia, serif;
	color: #782724;
	position:absolute;
	background: #782724 url(logo.gif) no-repeat right top;
	background-position: 650px 0px;
	text-align:left;
}
div#header {
	width: 700px;
	background: #fff;
	margin: 5px;
}
div#logstat {
	width: 700px;
	background: #fff;
	margin: 5px;
}
div#footer {
	width: 700px;
	background: #fff;
	margin: 5px;
	text-align: center;
}
div#content {
	width: 700px;
	margin: 5px;
	background: #fff;
}
div#content h1 { 
	font: 14pt/16pt georgia,serif;
	text-align:center;
}
div#content h2 { 
	text-align: left;
	font: italic normal 12pt/18pt georgia,serif; 
	margin: 2px;
	padding: 2px 20px 0 0;
}
div#content h3 { 
	text-align: left;
	font: italic normal 12pt/18pt georgia,serif; 
	margin: 2px;
	padding: 0 0 0 20px;
}
div#content ul {
	text-align: left;
	font: bold 8pt/14pt georgia,serif;
}
/* new navigation */
#navcontainer
{
margin: 0;
padding: 0;
height: 22px;
width: 100%;
list-style-type: none;
background: #fff;
}
#navlist li
{
font: italic 10pt/10pt georgia,serif; 
}
#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}
#navlist li a, #navlist li a:link
{
background: #fff;
color: #782724;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}
#navlist li a:hover
{
color: #782724;
/*border-bottom: 3px solid #e3e3a2;*/
cursor: pointer;
background: #e3e3a2;
}
#navlist li#current
{
text-decoration: none;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #782724;
}
#navlist li a#current, #navlist li a#current:link
{
background: #000;
color: #782724;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}
#navlist li a#current:hover
{
border-bottom: 3px solid #782724;
background: #e3e3a2;
}
#content a:link { 
	text-decoration: none;
	color: #009966;
}
#content a:hover { 
	text-decoration: underline;
	color: #009966;
}
#content a:visited {
	text-decoration: none;
	color: #782724;
/*	color: #B3AE94;*/
}
/* classes */
.floatright { 
	float: right; 
	margin: 10px 20px 10px 10px;
}
.floatleft { 
	float: left; 
	padding: 5px 5px 0px 0px;
}
.clear_nomargins {
	clear:both;
}
.tightline {
	font: normal 8pt georgia,serif; 
	line-height: 1.5;
}
.about {
	text-align: justify;
	font: bold normal 9pt/12pt georgia,serif; 
	padding: 0px 15px;
}
.pushrightdown {
	padding: 30px 0 0 0;
	text-align: right;
}
.shenstone {
  text-align: right;
  font: bold normal 9pt/12pt georgia,serif; 
}
.linkit {
  font: normal .1pt serif; 
}
.pushright {
       position:relative;
       left: 400px;
}
