@import 'reset.css';
@import 'typography.css';
@import 'forms.css';
@import 'color.css';

body {
	background-color: #fff;
	background-image: none;
	border-style: none;
}

#container {
	width: 100%;
	overflow: auto;
	float: none;
}

#header {
	width: 100%;
	height: auto;
	position: static;
	float: none;
}

#headerprint {
	width: 100%;
	border-bottom: #ccc solid 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	float: none;
}

#navcontainer{
	display: none;
}

#contentcontainer {
	width: 100%;
	height: auto;
	overflow: auto; 
	border: none;
	float: none;
}

#content {
	width: 100%;
	height: auto;
	float: none;
	overflow: auto;
	padding-bottom: 10px;
	border-right: none;
	position: static;
}

#content #documents {	
	width: 150px;
	float: none;
	overflow: auto;
	padding: 20px 5px 25px 20px;}
	
#content #promo{	
	display: none;
	width: 260px;
	float: none;
	overflow: auto;
	padding: 20px 5px 5px 15px;}
	
#content #door {	
	width: auto;
	float: none;
	overflow: auto;
	padding: 5px;
	border:  none;
}
	

#sponsors {
	width: 100%;
	height: auto;
	float: none;
	overflow: auto;
	position: static;
}

#sidebar {
	width: 100%;
	height: auto;
	float: none;
	position: static;
}

#sponsors img, #sidebar img {
	padding: 10px;
}

#footer{
	width: 100%;
	height: auto;
	float: none;
 	border: none;
 	position: static;
}

#presentedby {
 	width: 100%;
	height:auto;
	float: none;
	border-top: #ccc solid 1px; 
	padding-top: 20px;	
}

#sswba{
	width: auto;
	float: none;
}

#bacc{
	width: auto;
	float: none;
}

#copyright {
	width: 100%;
	float: none;
	overflow: auto;
	border-top: #ccc solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sitedesign{
	float: none;
	width: 100%;
	border-top: #ccc solid 1px;	
	padding-top: 10px;
	padding-bottom: 10px;
	}	

#sitedesign h3, #sitedesign h3 a, #copyright h3, #copyright h3 a{
	color: #333;
}

table {
	/*page-break-before: always;   page-break-before: auto;    */ 
	 height: 100%;
	 page-break-inside: avoid;
	
}

td {
	 height: 100%;
}



	