﻿body {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	background-color: #fff;
	color: #000;
}
#container {
	width: auto;
	margin: 10px;
}

.imgleft
{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	padding: 2px;
}

.imgright
{
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	padding: 2px;
}

#masthead {
	background-color: #fff;
	color: #000;
}

#masthead h1 {
	font-size: 2.0em;
	line-height: 20px;
}
#masthead h2 {
	font-size: 1.2em;
	line-height: 15px;
}

#navigation {
	display: none;}
#innernavi {
	display: none;}
#content {
	background-color: #fff;
	color: #000;
}
#footer {
	font-weight: normal;
	}


