html { background: #FFF; }
body { 
	background: #fff; 
	text-align: left; 
	padding: 0;
	font: 11pt/1.4em Arial, Helvetica, sans-serif;
	}
#wrapper {
	width: auto;
	margin: 0;
	background: #FFF;
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	}
#masthead {
	background: #FFF; 
	height: 150px;
	text-align: right;
	border-bottom: 1px solid #000;
	padding-bottom: .15in;
	margin-bottom: 1em;
	}
#masthead #logo {
	top: 0;
	left: 0;
	width: 2in;
	}
#masthead h1, #masthead h2, #masthead h3, #countdown {
	margin: 0;
	}
#masthead h1 { 
	padding-top: 28px; 
	margin-bottom: 14px; 
	}
#masthead h1 span { display: inline; }
#masthead h1 img { display: none; }
#masthead h2, #masthead h3 { font-size: 18px; line-height: 25px; font-weight: bold; }
#masthead h2 { color: #363434; }
#masthead h3 { color: #000; }
#countdown {
	font-size: 15px;
	line-height: 25px;
	color: #363434;
	}
#slideshow {
	display: none;
	}
#nav {
	display: none;
	}
#main {
	padding: 0;
	border-top: none;
	}
#col-a {
	display: none;
	}
#col-b {
	width: auto;
	float: none;
	margin-right: 0px;
	}
.clr { clear: both; }
.section {
	border: none;
	margin: 0 0 10px 0;
	padding: 0px;
	}
#bot-nav  {
	display: none;
	}
#credits {
	text-align: center;
	border-top: 1px solid #000;
	padding-top: .25in;
	margin-top: 1.5em;
	font-size: 9pt;
	line-height: 1.3em;
	}
.hide { display: inline; }
