body
{
	background: #46317f;
}

body, table, tr, td, th
{
	color: #222;
	font-family: Helvetica;
	font-size: 12px;
	margin:0px;	
}

th
{
	background:#5d3da0;
	font-weight:bold;
	color:#fff;
	text-align: center;
	
}
iframe
{
	border:none;
	width:100%;
	height:100%;
}


.logo
{
	position:relative; 
	float:left;
	top:0px; 
	left:0px;
	z-index:10;
}

.statbar
{
	position:absolute; 
	right:0px; 
	bottom:0px;
}




.banner
{
	position:relative;
	top: 5px;
	left: 0px;
	float:left;
}


ul
{
 	
	list-style-type:none;	
	padding:0;
	margin:0;
	text-align:center;

	z-index:100px;
	font-size: 13px;
	
}

li
{
	float: left;
	position:relative;
	left:-1px;

	height:25px; 
	width: 137px;

	background: #46317f;
	padding:4px 0 0px 0;
	border-left:1px dotted #fff;
		
	color: #efd;
	font-weight:bold;
	z-index:100px;
	vertical-align:10;


}



ul li ul
{

	display: none;
	position:absolute;
	top:26px;
	left:0px;

	width:136px;
	border-bottom:1px dotted #fff;

}


ul li:hover ul
{	
	display:block;	
}

li.tdsmenu:hover
{
	background: #92ce3b;	
	cursor:pointer;
}

/* link things */

a img
{
	border:0px;
	color: #fff;
}

a
{
	color: #444;
	font-size:13px;
	font-family: Verdana;
	text-decoration: none;
	font-weight:bold;
	
}

a:hover
{
	background-color: #BFBCFE; /*bbd57f*/;
}


a.tdsmenu:hover
{
	background:none;
}

a.tdsmenu
{
	width:137px;
	height:25px;
	display:block;

}

#hiding
{
	display: none;
	position:absolute; 
	top: -1px; 
	left: 0px; 
	background: #46317f; 
	font-size: 13px; 
	width:137px;
}




/*headshot */

a.headshot
{
	color: #5a5a5a;
	text-decoration: none;
}

a.headshot span
{
	text-align:center;
	font-weight: bold;
	display:none;
	position:absolute;
	top: 175px;
	left: 22px;
}

a.headshot:hover span
{
	display:block;
}


a.headshot img
{
	border: 0px;
}


#misc
{
	font-size:9px; 
	color: #ccc; 
	border-top:1px #ddd solid;
	border-bottom:1px #ddd solid;
}


/* gallery */
.gallery
{
	position:relative; 
	left:30px; 
	display:none;
	z-index: 100;

}


/* miscellaneous elements */

marquee 
{
}

div#scroller marquee img
{
	visibility: visible;
	margin: 0 20px;
}

marquee a img
{
	border:none;
}

div#scroller
{
	vertical-align: middle;
	height: 65px;
	max-height: 65px;
}

div#scroller img
{
	visibility: hidden;
}