.center 
{
 font-family:Verdana;
 font-weight:normal;
 font-size:10pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:underline; text-transform:none;
 color:#440E61; 
}

td.center 
{
 font-family:Verdana;
 font-weight:normal;
 font-size:10pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:none; text-transform:none;
 color:#440E61; 
}

a.center:hover 
{
 font-weight:normal;
 text-decoration:none;
 color:#FFB310; 
}

.left 
{
 font-family:Verdana;
 font-weight:bold;
 font-size:10pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:none; text-transform:none;
 color:#ffffff; 
}

a.left 
{
 font-family:Verdana;
 font-weight:bold;
 font-size:10pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:underline; text-transform:none;
 color:#ffffff; 
}

a.left:hover 
{
 font-weight:bold;
 text-decoration:underline;
 color:#440E61; 
}

a.small 
{
 font-family:Verdana;
 font-weight:bold;
 font-size:7pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:underline; text-transform:none;
 color:#440E61; 
}

a.small:hover 
{
 font-weight:bold;
 text-decoration:underline;
 color:#FFB310; 
}


.link 
{
 font-family:Verdana;
 font-weight:bold;
 font-size:9pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:underline; text-transform:none;
 color:#440E61;
}

a.link:hover 
{
 font-weight:bold;
 text-decoration:none;
 color:#ffffff; 
}

.topmenu
{
 font-family:Verdana;
 font-weight:bold;
 font-size:9pt;
 font-style:normal;
 letter-spacing:normal;
 text-decoration:none; text-transform:none;
 color:#440E61;
}

a.topmenu:hover 
{
 font-weight:bold;
 text-decoration:none;
 color:#FFB310; 
}

b
{
 font-weight:bold;
 text-decoration:none;
 color:#440E61; 
}

td
{
 font-family:Verdana;
 font-size:10pt;
 font-style:normal;
 letter-spacing:normal;
 font-weight:normal;
 text-decoration:none;
 color:#440E61; 
}

.small
{
 font-size:7pt;
}

.title
{
 font-size:18pt;
 font-weight:bold;
}

.red
{
 color:#ff0000;
}

.yellow
{
 color:#ffb310;
}

.quote
{
 padding-left: 25pt;
 padding-right: 25pt;
}

BODY { SCROLLBAR-FACE-COLOR: #440E61; SCROLLBAR-HIGHLIGHT-COLOR: #440E61; SCROLLBAR-SHADOW-COLOR: #440E61; 
SCROLLBAR-3DLIGHT-COLOR: #003399; SCROLLBAR-ARROW-COLOR:#FFB310; SCROLLBAR-TRACK-COLOR: 
#FFB310; SCROLLBAR-DARKSHADOW-COLOR: #FFB310; font-family:Verdana;  font-size:10pt; font-style:normal; letter-spacing:normal; font-weight:normal }

.buttonscontainer {width: 100px;}

.buttons a {color: #330066;
background-color: #FFB310;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #330066;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #330066;
color: #FFFFFF;
text-decoration: none;}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

div#byitem ul.vert {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 540px;
	}
div#byitem ul.vert li {
	padding: 4px 0;
	margin: 0;
	height: 12px;
	}
div#byitem ul.vert li.odd {
	background-color: #eee;
	}
div#byitem ul.horz {
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
div#byitem ul.horz li {
	float: left;
	width: 80px;
	padding: 0 20px 0 0;
	margin: 0;
	}
div#byitem ul.horz li.name {
	width: 130px;
	}
div#byitem ul.horz li.season {
	text-align: left;
	padding-right: 0;
	}
div#byitem ul.horz li.email {
	text-align: left;
	padding-right: 0;
        width: 190px;
	}
div#byitem ul.horz li.team {
	text-align: left;
	padding-right: 0;
        width: 160px;
	}
div#byitem ul.horz li.coach {
	text-align: left;
	padding-right: 0;
        width: 130px;
	}
div#byitem ul.horz li.year {
	text-align: left;
	padding-right: 0;
        width: 140px;
	}