body
{
	background:#66cccc;
	font-family:arial,helvetica;
}

.jsenabled
{
	
	overflow:hidden;
	width:100%;

}

#top
{
	
	height:294px;
	
}

#top a.info-link
{
	background:url(../images/plus.gif) no-repeat left;
	padding-left:20px;
	outline:none;
}

#infotext
{
	display:none;
}

.infodivs
{
	padding:20px;
	margin:10px 0;
	line-height:1.3em;
	font-size:1em;
	border-top:1px #66cccc solid;
}

#infotabs {
	display: block;
	width: 400px;
	overflow: hidden;
	padding:0;

}
#infotabs li {
	display: inline;
	float: left;
	background: #66cccc;
	margin-left: 2px;
}
#infotabs li a {
	display: block;
	font-size:12px;
	padding: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #fff;
	background: #66cccc;
}
#infotabs li a.selected
{
	color: #000;
	cursor: default;
}
#infotabs li.selected a:hover,
#infotabs li.selected a:focus {
	text-decoration: none;
}


.edit-link
{

	width:60px;
	height:20px;
	background:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;
	color:#000;

}

#topcorner
{

	float:right;
	color:#fff;
	font-size:16px;
	text-align:right;
	font-weight:bold;

}

#topcorner p
{
	margin:10px 0;
	padding:0;

}

#topcorner a
{

	color:#fff;
	text-decoration:none;
	font-size:14px;

}

#topcorner a:hover
{
	
	text-decoration:underline;
	
}

#scrollcontrols
{
	overflow:hidden;
	margin:0;
	padding:0;
}

#leftscroller
{

	float:left;
	text-align:right;
	width:50%;
	height:30px;
	padding:0;
	margin:0;
	
}

#rightscroller
{

	float:right;
	text-align:left;
	width:50%;
	height:30px;
	padding:0;
	margin:0;
	
}

.navholder
{
	width:700px;
	margin:0 auto;
	padding:0 20px;
}