html, body
{ 
	margin:0; 
	padding:0;	
} 

p
{
	padding: 0px;
	margin-top: 0px;
} 
 
#outer
{		
	width:100%;
	text-align:center;	
	margin-top: 75px;
}
 
#inner
{	
	margin: 0 auto;
	position:relative;
} 

#back-button
{
	position:absolute;
}

#maincol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	position:absolute;
	overflow: auto;
	
	/*scrollbar-face-color: white;
	scrollbar-arrow-color: black;
	scrollbar-base-color: black;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3d-light-color: white;*/
}

#maincol h1
{
	display:none;
} 
 
#maincol a
{		
	font-weight:bold;	
	color: Black;
}
 
#maincol a:hover
{
	background-color: #CBD959;
}

.clr{clear:both;}
 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{border-left:0;} 

/*hide the right column when printing*/
#rightcol{display:none;} 
#outer{border-right:0;} 
}