﻿body 
{
    background-color:#DFDFDF;
    margin:0px auto;
    font-size: 15px;
    font-weight: normal;
    font-family: Arial;
}


.clearbr { clear: both; }

/* Master Page Layout */
#divpage
{
    margin:0 auto;
    border:none;
    min-width:950px;
    width:950px;
    text-align:center;
    background-color:#FFFFFF;
}

#divlogo{
margin:0 auto;
margin-right:30px;
border:none;
text-align:right;
}

#divmenubar
{
    text-align: center;
    background-image: url('../Images/menubar.gif');
    height: 30px;
}

#divMainContent{
}

#divContent
{
    padding:30px;
    text-align:left;
}

#divFooter
{
    clear:both;
    padding-top:15px;
    text-align:center;
}

#divCopyRight
{
    font-family: Arial;
    font-size: 10px;
    color: #002D62;
    text-align:center;
}

#divCopyRight a
{
    font-size: 10px;
    color: #002D62; 
}
    
#divLeftSideLinks
{
    margin-top: 60px;
    margin-left:12px;
    width:130px;
    max-width: 130px;
    text-align:center;
}

#divLeftSideBar
{
    float:left;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #002D62;
    padding-right: 15px;
    min-width:130px;
    max-width:130px;
    height:100%;
}

#divAOMainContent
{
    position:relative;
    float:left;
    margin-left:10px;
    max-width:650px;
    width:650px;
    min-width:650px;
    padding:5px;
    text-align:left;
    height:100%;
}

#divSideBarMainContent
{
    position:relative;
    float:left;
    max-width:550px;
    width:550px;
    min-width:550px;
    padding:5px;
    padding-left:15px;
    text-align:left;
    height:100%;
}

#divSideBarMainContentWORightSide
{
    position:relative;
    float:left;
    max-width:750px;
    padding:15px;
    text-align:left;
    height:100%;
}

#divRightSideBar
{
    float:left;
}

#divRightSideContent
{
    float:left;
    margin:20px;
    margin-top:5px;
    min-height:400px;
    padding:5px;
    width:180px;
}

#divAORightSide
{
    margin-left:10px;
}

/* Header Menu */

.mainmenuitem
{ 
    color: White;
    background-color:Transparent;
    font-size:15px;
    font-weight:bold;
    font-family:Arial;
    height:23px; 
}

.popupmenu
{ 
    z-index:1500;
}

.mainmenuitem A:visited
{
    color: White;
}

.submenuitem
{
    color: #000000;
    background-color: #DFDFDF;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial;
    height: 20px;
    border: 1px solid #002654;
    border-top: none;
    text-align: left;
}

.submenuitem A:visited
{
    color: #000000;
}

.hovermenuitem
{
    background-color: #898E8C;
}

h1
{
    font-size: 18px;
    font-weight: bolder;
    color: #000000;
    margin-top: 5px;
    margin-bottom:5px;
}

h2
{
    font-size: 16px;
    font-weight: bolder;
    color: #000000;
    margin-top: 5px;
    margin-bottom:5px;
}

h3
{
    font-size: 15px;
    font-weight: bolder;
    color: #000000;
    margin-top: 5px;
    margin-bottom:5px;
}

a
{
    font-size: 15px;
    color: #002D62; 
}

a:visited
{
    color: #002D62;
}

/* Side Menu */
.sidemenuitem
{ 
    color: #002D62;
    background-color:Transparent;
    font-size:15px;
    font-weight:normal;
    font-family:Arial;
    height:40px; 
    min-width:120px;
    width:120px;
    max-width:120px;
    overflow:hidden;
    white-space:normal;
    text-align:right;
}

.sidemenuitemselected
{ 
    font-weight:900;
}

p
{
    margin-top:15px;
    margin-bottom:15px;
}

.athletecards
{
    padding-left:20px;
    padding-top:15px;
}


