body,	html 
{
	margin:0;
	padding:0;
	color:#000;
	background: none;
	font-family: Times, "Times New Roman", serif;
	font-size: 11pt;
}
h1, h2, h3 
{
  font-family: Verdana, Helvetica, Arial, san-serif;
  color: #fff;
}
h1 
{
  margin: 0;
  font-size: 1.4em;  
  text-align: center;
}
h2 
{
	margin: 0;
	font-size: 0.9em;
	text-align: center;
	font-style: italic;
}
#wrap 
{
	width: 100%;
	margin: 0;
	background: white;
}
#header 
{
 	padding: 0;
	background: none;
	color: #fff;
	text-align: center;
	height: 40px;
}
#subheader 
{
 	padding:0;
	background:none;
	color: black;
	text-align: center;
	height: 30px;
	border-bottom: 4px solid #fff;
}
#nav 
{
  display: none;
}
#main 
{
	float:left;
	width:100%;
	padding: 0px;
	background: white;
	border: none;
}
#main a {
	text-decoration: underline;
}

#sidebar 
{
  display: none;
}
.push 
{
	padding-left: 220px;
}
#footer 
{
	clear:both;
	float:left;
	width:100%;
	padding: 0px;
	background: white;
	border: none;
	border-top: 1px solid black;
	font-size: 0.8em;
}
#footer p 
{
	margin:0;  
}
#footer a 
{
  text-decoration: underline;
}

* html #footer 
{
	height:1px;
}
