#outsidetheboxLogo {
	display: none;
}
#topHeader {
	color: #CCC;
	height: 85px;
	width: 100%;
}
#headerLogo {
	float: left;
	padding: 2px 12px 2px 2px;
	background-color: #CCC;
	margin-right: 20px;
}
#headerText {
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 0px;
}
#topHeader #headerText a {/* for Map It! */
	color: #FE7112;
}
#headerNav{
	display:none;
}
#marquee{
	display:none;
}
video {
	display:none;}
a {
	text-decoration: none;
	color: maroon;
}
a:hover {
	text-decoration: underline;
}
body {
	margin: 0 0 0 0px;
	position: relative;
	background: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
/*main container styles SMALL______________________*/
#wrapper {
	border: thin solid #8F4625;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}
.cf {
	clear: both;
	line-height: 1px;
}
#leftCol {
	width: 100%;
}
#rightCol {
	width: 100%;
}
#bottomCol {
	clear: both;
	width: 100%;
}