html, body{ 
	margin:0; 
	padding:0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif; color: #333;
	font-size:small;		
}

.strong {font-weight:bold;} 

a:link
{
	color: #333;
	text-decoration: underline;
}

a:visited
{
	color: #333;
	text-decoration: underline;
}

a:active
{
	color: #333;
	text-decoration: underline;
}

a:hover
{
	color: #111;
	text-decoration: underline;
}
 
#outer
{		
	width:100%;
	text-align:center;		
}
 
#inner
{	
	width:980px; 
	min-width: 980px;
	height: 710px;
	min-height: 710px;		
	background-repeat: no-repeat;
	margin: 0 auto;
} 
 
#maincol
{
	width:980px;
	min-width: 980px;
	height: 710px;
	min-height: 710px;	
	text-align:left;
}

#top-nav
{
	width: 742px;
	min-width: 742px;
	height: 54px;
	min-height: 54px;
	margin-top: 118px;
	margin-left: 118px;
	text-align: left;
	padding: 0px 0px 0px 0px;	
}

#top-nav img
{
	border: 0px;
	float:left;
}
 
#maincontent
{
	width: 290px;
	min-width: 290px;
	margin-left: 529px;
	margin-top: 75px;
	height:265px;
	min-height: 265px;	
	overflow:auto;	
} 
 
.clr{clear:both;}

.content {float:left;}
 
 /*printer styles*/ 
@media print{ 
#outer{border-left:0;} 
#outer{border-right:0;}
#top-nav{display:none;} 
}
