a:link,
a:visited,
a:hover,
a:active
{
	color: #000;
}

body
{
	background-color: #fff;
	background-image: none;
	padding: 0;
	font-family: "Lucida Grande",Verdana,Arial,sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 17px;
}

#primary
{
	width: 100%;
	margin: 0 auto;
	overflow: visible ! important;
	float: none ! important;
}

#masthead
{
	position: relative;
	width: 100%;
	height: 149px;
	margin: 0 0 2em;
	background: none ! important;
}

#logo
{
	display: none;
}

#logo_print
{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 154px;
	height: 149px;
}

#tagline,
#countdown
{
	display: none;
}

#columns
{
	width: 100%;
	background: none;
}

#column_l,
#column_r
{
	display: none;
}

#column_m
{
	margin: 0;
	background: none;
	padding: 0;
}

#section_title
{
	margin: 0 0 1em;
	font-size: 20px;
	line-height: 24px;
}

#page_title
{
	color: #000;
}

#page_footer_links
{
	display: none;
}

#sponsors
{
	display: none;
}

#contact_info
{
	width: 100%;
	background: none;
	border: 0;
	padding: 0;
	font-size: 10px;
	line-height: 14px;
	color: #000;
}

	#contact_info p
	{
		margin: 1em 0 0;
		font-size: 10px;
		line-height: 14px;
	}

#contact_info_bot
{
	display: none;
}

strong
{
	font-weight: bold;
	color: #000;
}

	strong.red
	{
		color: #f00;
	}
	
	strong.red.caps
	{
		text-transform: uppercase;
		color: #f00;
	}
	
	strong.white.caps
	{
		text-transform: uppercase;
		color: #000;
	}
	
	strong.caps
	{
		text-transform: uppercase;
	}

em
{
	font-style: italics;
	color: #000;
}

em.red
{
	font-weight: normal;
	font-style: normal;
	color: #f00;
}

	em.red.caps
	{
		text-transform: uppercase;
		color: #f00;
	}

ul li
{
	margin: 0 20px;
	background: none;
	padding: 0;
	list-style: disc;
}