/* CSS Document */

body{
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

ol, ul, li{
float: none;
display: block;
}

#side_nav, #info{
	width: 0;
	float: none;
	display: none;
	
}

#column_1{
	float: none;
	width: 0;
}

#mast #right{
	float: none;
	width: 0;
	display: none;
	
}

#mast #center{
	
}

#column_2, #main{
	float: none;
	width: auto;
	
}

.scroll{
	overflow: visible;
	height: auto;
	}

#inner{
	float: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.infoTable{
	width: 95%;
	float: none;
}

#footer{
	float: none;
	/*width: 0;
	display: none;
	overflow:hidden;*/
}

#mast #center h1, #mast #center h2{
color: #000;
width: 400px;
float: none;
}