
body
{ 

	font-size:8pt; 
	font-family:tahoma;
	margin:0 0 0 0;
	padding:0;
}
#top
{
	top:0;
	left:-2px;
	width:100%;
	height:20px;
	border-bottom:1px solid gainsboro;

	background:url(/userfiles/image/grad20.jpg) repeat-x top;
	font-family:georgia;
	font-size:8pt;
	line-height:20px;
	vertical-align:middle;
	
	color:white;
}

#top a
{
	color:white;
}

#home
{
	margin-left:10px;
	float:left;
}

#nav
{
	margin-right:10px;
	float:right;
}

#editContent
{
	display:none;
	width:100%;
}

#displayContent
{
	display:block;
	padding-left:5px;
	padding-right:5px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}