﻿a:link.menuLink
{
    font-size: 12px;
    color: White;
    font-family: Myriad Pro;
    text-decoration: none;
    text-transform: uppercase;
}
a:visited.menuLink 
{
    font-size: 12px;
    color:White;
    font-family:Myriad Pro;
    text-decoration: none;
    text-transform: uppercase;
}
a:hover.menuLink 
{
    font-size: 12px;
    color:White;
    font-family:Myriad Pro;
    text-decoration: none;
    text-decoration:underline;
    text-transform: uppercase;
}
a:active.menuLink 
{
    font-size: 12px;
    color:White;
    font-family:Myriad Pro;
    text-decoration:underline;
    text-transform: uppercase;
}


.leftGradient
{
    width: 112px;
    background-image: url('./images/leftGradient.jpg');
    background-repeat: repeat-y;
}

.rightGradient
{
    width: 112px;
    background-image: url('./images/rightGradient.jpg');
    background-repeat: repeat-y;
}

.leftGradientMenu
{
    width: 112px;
    background-image: url('./images/leftGradientMenu.jpg');
    background-repeat: repeat-y;
}

.rightGradientMenu
{
    width: 112px;
    background-image: url('./images/rightGradientMenu.jpg');
    background-repeat: repeat-y;
}

.topLogo
{
    width: 800px;
    height: 130px;
    background-image: url('./images/topLogo.gif');
    background-repeat:no-repeat;
}

.bottomReflection
{
    width: 800px;
    height: 141px;
    background-image: url('./images/bottomReflection.jpg');
    background-repeat:no-repeat;
}

.menuCell
{
    width:112px;
    height: 92px;
    background-image: url('./images/MenuBackground.jpg');
    background-repeat:repeat-x;
    text-align:center;
    vertical-align:bottom;
}
.menuCellLogin
{
    width:230px;
    height: 92px;
    background-image: url('./images/MenuBackground.jpg');
    background-repeat:repeat-x;
    text-align:left;
    vertical-align:top;
}


.menuDivider
{
    width:2px;
    height: 92px;
    background-image: url('./images/MenuSpacer.jpg');
    background-repeat:no-repeat;
}

.loginButton
{
    background-color: #003878;
    color:White;
    border-width:1px;
    border-color:White;
    border-style:solid;
}

.graySideMenuHeader
{
    color: #666666;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding:0px;
}

.sideMenuList
{
    color:#003878;
    font-weight:bold;
}

.sideMenuLinkSectionHeader
{
    font-size: 8pt;
    color:#666666;
    font-weight:bold;
    font-family: Arial;
    text-decoration: none;
    text-transform: none;
}

a:link.sideMenuLink
{
    font-size: 8pt;
    color:#666666;
    font-weight:normal;
    font-family: Arial;
    text-decoration: none;
    text-transform: none;
}
a:visited.sideMenuLink 
{
    font-size: 8pt;
    color:#666666;
    font-weight:normal;
    font-family: Arial;
    text-decoration: none;
    text-transform: none;
}
a:hover.sideMenuLink 
{
    font-size: 8pt;
    color:#666666;
    font-weight:normal;
    font-family: Arial;
    text-decoration: underline;
    text-transform: none;
}
a:active.sideMenuLink 
{
    font-size: 8pt;
    color:#666666;
    font-weight:normal;
    font-family: Arial;
    text-decoration: underline;
    text-transform: none;
}

.mainContent
{
    background-color:#e6e6da;
    padding:5px;
}

.mainContentBody
{
    width:555px;
}

.mainContentSideMenu
{
    background-position: center bottom;
    background-image: url( './images/mainContentSideMenuBackground.jpg' );
    background-repeat:no-repeat;
    width: 205px;
    height:473px;
    background-color:#e6e6da;
    text-align:left;
    vertical-align:top;
}

.mainContentBodyDivision
{
    width: 559px;
    height: 55px;
    background-color: #f0f0e4;
    border-color: #d9d9cd;
    border-width: 1px;
    border-style:solid;
    margin: 2px 0px 2px 0px;
    padding:2px;
    color:#003878;
    text-transform:capitalize;
    font-family:Myriad Pro;
    font-size:12px;
    vertical-align:bottom;
    text-align:left;
}

.mainContentText
{
    font-family:Arial;
    font-size:12px;
    color:#666666;
}

.mainContentTextSmall
{
    font-family:Arial;
    font-size:10px;
    color:#666666;
}

a:link.mainContentTextSmallLink
{
    font-size: 10px;
    color:#666666;
    font-weight:normal;
    font-family: Arial;
    text-decoration: none;
    text-transform: none;
}
a:visited.mainContentTextSmallLink
{
    font-size: 10px;
    color:#666666;
    font-weight:normal;
    font-family:Arial;
    text-decoration: none;
    text-transform: none;
}
a:hover.mainContentTextSmallLink
{
    font-size: 10px;
    color:#666666;
    font-weight:normal;
    font-family:Arial;
    text-decoration: none;
    text-decoration:underline;
    text-transform: none;
}
a:active.mainContentTextSmallLink
{
    font-size: 10px;
    color:#666666;
    font-weight:normal;
    font-family:Arial;
    text-decoration:underline;
    text-transform:none;
}


.ConceptSectionHeaderMajor
{
    font-weight: bold;
    font-size: 14px;
}
.ConceptSectionHeader
{
    font-size: 12px;
    font-weight: bold;
}
