/* CSS Document */
html, body {
     width:100%;
	 margin: 0;
}

body{font-family: Georgia, "Times New Roman", Times, serif; color:#000;}

table, td{
	overflow: visible;
	width: auto;
	}
	
fieldset{
	border: none;
	margin: 0;
	}

legend {
	padding: 0;
}

#mainContent{	
	padding: 0;
}

td, th
{
padding: 2px;
}

#mast, 
#topNav, 
#leftContent, 
#leftNav {
	visibility: hidden; 
	display: none; 
	width: 0;
	}
#mast{}
	
#container, 
#content,
#mainContent{ 
	overflow: visible;		
	float: none;
	position:absolute;
	padding: 0; 
	margin: 0;
	border: none;
	width: auto;
	}
	
#footer, #footer ul, #footer li, #footer p{
	display: inline; border: none; width: 80%;
	}

.nowrap {white-space:normal}