﻿* 
{
    margin: 0;
	padding: 0;
}

h1, h2, h3, h4 
{
}


img { border: 0; }

body 
{
	/*font: 13px "Corbel", "Trebuchet MS", "Tahoma", "Arial", sans-serif; */
	font-family: helvetica,arial,freesans,clean,sans-serif;
	font-size: 13px;
	background-color: #ffffff;
	color: #333333;
	line-height: 1.5;
}

a:link 
{
	color: #bc1123;
	text-decoration: none;
}

a:visited 
{
	color: #bc1123;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

#page 
{
	background: #fbfbfb;
	width: 960px;
	margin: 0 auto 0 auto;
	min-height: 680px;
}

#header
{
    height: 20px;
    background-color: #d7d7d7;
    width: 960px;
    margin: 0 auto;
}

#leftbox
{
    width: 156px;
    background-color: #d7d7d7;
    padding: 0px 6px 0 6px;
    margin: 0;
    float: left;
}

#leftbox  ul {
	margin: 0;
	padding: 0;
}
#leftbox  ul li {
	list-style: none;
	margin: 0;
	display: block;
	margin-bottom: 3px;
}

#leftbox  ul li h3 {
	margin-top: 20px;
}

#content
{
    padding: 10px;
    margin: 0;
	float: left;
	width: 770px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

#content-header
{
	width: 100%;
	margin: 0 auto;
}

#content #nav
{
	padding: 0px;
	width: 100%;
	height: 30px;
	text-transform: uppercase;
}

#content #nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style: none;	
	float: left;
}

#content #nav li {
	margin: 0px;
	list-style: none;
	display: inline;
	float: left;
	padding: 3px 8px;
}
#content #nav a {
	margin: 0px 1px;	
	display: block;
	clear: none;
	float: left;
	text-align: center;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
}
#content #nav a:hover {	
    text-decoration: none;
}

#content #nav .current_page_item {
	font-weight: bold;
}

#content #titlebar
{
    height: 25px;
    background-color: #a6a6a6;
    padding: 6px 0 0 10px;
}

#content #titlebar a
{
    color: #000000;
    width: 60px;
    margin-right: 20px;
}

#content p
{
    text-align: justify;
}

#footer 
{
	margin: 0px auto;
	padding: 0px;
	padding-top: 5px;
	height: 25px;
	clear: both;
	width: 846px;
	text-align: center;
	border-top: 1px solid #383838;
}

fieldset
{
    padding: 3px;
    margin-bottom: 10px;
    padding-right: 8px;
    border: none;
}

legend
{
    padding: 0px 3px;
    font-weight: bold;
}

fieldset label
{
    width: 130px;
    float: left;
    margin-right: 0.5em;
    display: block;
    border-bottom: solid 2px #222222;
}

fieldset 
{
    margin: 1em 0;
    padding: 1em;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label.inline 
{
    display: inline;
}

.inline 
{
    padding: 2px;
}

ul.inline
{
    
}

.inline li
{
    list-style: none;
	display: inline;
    padding: 2px;
    text-align: center;
}

table
{ 
    width: 95%;
}

td
{
    padding: 2px 0 2px 0;
}

.jersey-thumb
{
     height:25px;
     width: 25px;
     display: block;
}

.clear
{
    clear: both;
}
