html
{
}

body
{
	background: #ccc;
	margin: 0px;
	padding: 10px 0px;
	border: 0px;
} 
 
.container
{
	position:relative;
	left:5%;
	width:90%;
	min-width:850px;
	padding:0px;
}

#basefade1
{
	height:2px;
	font-size:1px;
	overflow:hidden;
	display:block;
	background:#fff;
	border-right:1px solid #aaa;
	border-left:1px solid #aaa;
	margin:0 1px;
}
#basefade2
{
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #fff;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 2px;
}
#basefade3
{
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #fff;
	border-right: 2px solid #aaa;
	border-left: 2px solid #aaa;
	margin: 0 3px;
}
#basefade4
{
	height: 1px;
	font-size: 1px;
	overflow: hidden;
	display: block;
	background: #aaa;
	margin: 0 5px;
}
.bodycontainer
{
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	background: #fff;
}
* html .spacerimage
{
	width:850px;
	height:1px;
	border:1px black solid;
}
#content
{
	padding: 0 15%;
	clear: both;
}

.top
{
	width: 100%;
	min-height: 145px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(../images/logomiddle.png) 0px 75px repeat-x;
	text-align: center;
	overflow: hidden;
}

.top img#masthead
{
	margin:0;
	padding:0;
	width: 344px;
	height: 70px;
	display: inline;
	position: relative;
}

.top img#leftimage
{
	margin:0 0 18px 0;
	padding:0;
	float: left;
	width: 245px;
	height: 75px;
	display: block;
	position: relative;
}

.top img#rightimage
{
	margin:0;
	padding:0;
	float: right;
	width: 246px;
	height: 145px;
	top: 1px;
	display: block;
	position: relative;
}

.top ul
{ 
	clear: left;
	margin: 0; 
	padding: 0; 
	background: none; 
	float: left;
	list-style-type: none;
} 
 
.top ul li
{ 
	display: inline; 
	padding: 0; 
	margin: 0; 
}

.top ul li a
{
	color: #069;
	background: #fff; 
	padding: 4px 10px 4px 10px; 
	float: left; 
	width: 65px;
	text-decoration: none; 
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	border: 0px #aaa solid;
	margin: 0;
	text-align: center;
}

.top ul li a:link, 
.top ul li a:visited,
.top ul li a:active
{ 
}
 
.top ul li a:hover
{ 
	color: #fff; 
	background: #f60; 
	text-decoration: underline;
}

.bodycontainer p#copyright
{
	font: 10px verdana, helvetica, arial, sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	font-style: italic;
	text-align: center;
	margin-bottom:0;
	padding-bottom:1em;
}