/* CSS Document */
/* These styles define the columns that appear within the body of the page */
body
{	
background:#fff;
}

div#content {
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	width: 100%;
}
div#footer {
	position:absolute;
	
	bottom:0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: block;
	width: 100%;
}
div#subnav, div#banner h2,div.rightbox, div#breadcrumbs, div#myaccount, div#websiter, .topofpage {
	display: none;
}

#banner
{
background: #fff;
height: 60px;
border:0;
padding:0;
}

div#banner h1 {
	background: transparent;
	color: #12553e;
	 color: silver;
 	margin: 2px 0;
	padding: 0px;
	font-family : 'times new roman',times,sans; 
	font-size:32px;
	border: 0px solid #fff;
	font-weight:400;
	letter-spacing: 2px;
	text-align:left;
}

div#logo {
	display: none;
}

div#footerlinks {
	display: none;
}

.topofpage {display: none;}