#leftnav, #catholder {
	display: none;
}

#data
{
	background: #666666 url('http://www.public.iastate.edu/~saff/recreation/images/test.jpg') top right no-repeat;
	margin: 0;
	width: 750px;
}

#data h1
{
	font-size: 17pt;
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

#data h2
{
	border-bottom: 1px solid #CCCCCC;
	color:#404040;
	font-family:arial,sans-serif;
	font-size:12pt;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#data h3
{
	color: #990000;
	font-size: 10pt;
	padding: 5px 0px 5px 0px;
}

#data p
{
	margin: 0px 0px 10px 0px;
}

#data ul, #data li
{
	margin: 0px 0px 3px 8px;
}

.maintitle
{
	visibility: hidden;
}

#content #tab_browser
{	
	margin: 5px 0px 10px 0px;
	text-align: left;
	width: 100%;
}

#content #tab_browser td
{
	background: transparent url('http://www.public.iastate.edu/~saff/images/tab_first.gif') bottom center no-repeat;
	color: white;
	cursor: pointer;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	text-align: center;
	vertical-align: bottom;
	width: 20%;
}

#content #tab_browser td:hover
{
	background: url('http://www.public.iastate.edu/~saff/images/tab_second.gif') bottom center no-repeat;
	color: black;
}

#content #tab_browser td.highlite
{
	background: url('http://www.public.iastate.edu/~saff/images/tab_second.gif') bottom center no-repeat;
	color: black;
}

#content #tab_browser td.spacer
{
	background: transparent;
	cursor: default;
	width: 40%;
}

#content #tab_browser td.viewer
{
	background: url('http://www.public.iastate.edu/~saff/images/recback.png') top left repeat;
	border-top: 1px solid #CCCC99;
	color: black;
	cursor: default;
	font-size: 9pt;
	font-weight: normal;
	height: 100%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

#content #tab_browser td.viewer a:link
{
	color: #006;
}

#content #tab_browser td.viewer a:hover
{
	color: #CC0000;
}

#content #tab_browser td.viewer a:visited
{
	color: #006;
}

#content #tab_browser td.viewer a:visited:hover
{
	color: #CC0000;
}

a.tablink, a.tablink:visited
{
	color: #fff;
	display: block;
	padding: 10px 0px 10px 0px;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}

a.tablink:hover, a.tablink:visited:hover, #tab_browser td.highlite a.tablink
{
	color: #000;
}

#content #tab_browser td.highlite a.tablink
{
	cursor: default;
}