/* PAGE LAYOUT */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #808080;
}
#wrapper {
	background-color: #ffffff;
	width: 800px;
	margin: 0px auto;
	border: 0px solid red; 
}
#header {
	background-color: #ffffff;	
	height: 90px;
}
#content {
	background-color: #ffffff;
	width: 740px;
	text-align: left;
	padding: 20px 30px;
	clear: both;
	}
#copy {
	width: 480px;
}
#colCopy {
	column-count: 2;
	column-gap: 40px;
	column-rule: 0px dotted #eeeeee;
	text-align: justify;
	width: 480px;
}
#footer {
	background-color: #003b7d;
	clear: both;
	height: 55px;
}

#factoid {
	background-image: url('../images/elements/factbox_bg.gif');
	background-position: top right;
	float: right;
	width: 230px;
}
/* Drop Down Box */
.boxhead {
	padding: 5px 8px;
	height: 25px;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	line-height: 25px;
	text-transform: uppercase;
}
.box_visible {
	padding: 8px 35px 8px 8px;
	color: #ffffff;	
	text-transform: uppercase;
	}
.box_visible p {
	color: #ffffff;	
	text-transform: uppercase;
}
.box_hidden {
	display: none;
	}


#printHeader, #printSplash, #printFooter, #printFactoid {
	display: none;
}