
/* print only style sheet */

body {
	margin: 0; 
	padding: 0; 
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	width: 100%;
	background-color: #fff;
	}

#container {
	position: relative;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	border: 0px;
	background-color: #fff;
	}
	
#header {
	position: relative;
	width: 100%;
	background-color: #fff;
	}
	
#logo {
	position: relative;
	float: left;
	width: 250px;
	}

#navigation {
	display: none;
	visibility: hidden;
	}
		
#content,
#contentwide {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	border-right: 0px;
	overflow: visible;
	}
		
#leftCol,
#rightCol {
	position: relative;
	float: left;
	width: 50%;
	}


#footer {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	}



