#content .motto
{
    PADDING-LEFT: 48px;
    PADDING-TOP: 5px;
}
#content .motto EM
{
    LINE-HEIGHT: 18px;
    font-size: x-small;
}
#content H3
{
	padding: 0 0 0 0;
	margin: 0px 0px 5px;
	color: #3366cc;
	font-size:large;
    font-weight: bold;
}
#content H4
{
	margin: 5px 0px 2px;
	padding: 0 0 0 0;
    font-weight: bold;
	font-size: medium;
}
#content H5
{
	padding: 0 0 0 0;
    margin: 0px 0px 3px;
    font-weight: bold;
	font-size: medium;
}
#content H6
{
	padding: 0 0 0 0;
    font-weight: bold;
    font-size: small;
    margin: 2px 0px;
}
#content P
{
    padding: 1px 5px 1px 4px;
}
SUP
{
    font-size: 60%;
}
#content .streakNote
{
    font-size: 77%;
}
/* Home Page */
#homeContent
{
    text-align: center;
}
#homeContent TABLE
{
    width: 100%;
}
#homeContent .contentSpacer
{
    BACKGROUND-POSITION: right center;
    BACKGROUND-IMAGE: url(/graphics/contentSpacer.gif);
    WIDTH: 3px;
    BACKGROUND-REPEAT: repeat-y
}
#homeContent .contentImage
{
    WIDTH: 140px;
    HEIGHT: 253px;
    TEXT-ALIGN: center
}


/* Venues */
.directions
{
}
.address
{
    padding: 3px 0px 2px 3px;
    font-size: 92%;
    font-style:italic;
}
.source
{
    padding: 3px 0px 1px 3px;
    font-weight: bolder;
    font-size: 100%;
}
.text
{
    font-size: 92%;
    padding: 1px 0px 5px 8px;
}

/* Juniors */
.juniorTeamRoles
{
    border: solid 1px #3366cc;
    width: 60%;
    padding: 0;
}
.juniorTeamRoles TH 
{ 
    text-align: left; 
    background-color: #3D378F;
    color: White;
    padding: 0;
    margin: 0;
}
.juniorTeamRoles .age
{
    width:20%;
    padding: 0;
    margin: 0;
}
.juniorTeamRoles .details
{
    width:40%;
    text-align: left;
    padding: 0;
    margin: 0;
}
.juniorPlayerProfile
{
    border: solid 1px #3366cc;
    margin-left: 15px;
    width: 90%;
}
.juniorPlayerProfile TD
{
    border-bottom: solid 1px #3366cc;
    width:auto;
    padding: 2px 3px 2px 5px;
    vertical-align: top;
}
.juniorPlayerProfile TD.first
{
    background: #e5ecf9;
    color: #3366cc;
    border-bottom: solid 1px #3366cc;
    width: 35%;
}
.juniorPlayerProfile TD.last
{
    border-bottom: none;
}


