﻿body 
{
    background-image:url('../Images/bkgd.jpg');
}
.subMenu
{
    background-color:#eeeeee;
}
.unselectedMenu
{
    cursor:pointer;
    font-family:Arial Narrow;
    font-size:16px;
    color:#000000;
}
.selectedMenu
{
    cursor:pointer;
    font-family:Arial Narrow;
    font-size:16px;
    color:#777777;
}
.loginButton
{
    color:#ffffff;
    font-family:Arial Narrow;
    font-size:18px;
    text-decoration:none;
}
.pageTitle
{
    font-family:Arial Narrow;
    font-size:18px;
    font-weight:bold;
    color:#79683d;
}
.hostTitle
{
    font-family:Arial Narrow;
    font-size:18px;
    font-weight:bold;
    color:#ffffff;
}
.hostText
{
    font-family:Arial Narrow;
    font-size:16px;
    color:#ffffff;
}
.hostLink
{
    font-family:Arial Narrow;
    font-size:18px;
    color:#c2ad70;
}
.hostDownload
{
    font-family:Arial Narrow;
    font-size:18px;
    color:#c2ad70;
    font-weight:bold;
}
.mainText
{
    font-family:Arial Narrow;
    font-size:16px;
}
.boldText
{
    font-family:Arial Narrow;
    font-size:16px;
    font-weight:bold;
    color:#F8F3E7;
    background-color:#D0AE5E;
}
.formText
{
    background-color:#F8F3E7;
}
.boldHostText
{
    font-family:Arial Narrow;
    font-size:16px;
    font-weight:bold;
    color:#F8F3E7;
    background-color:#aaaaaa;
}
.formHostText
{
    background-color:#cccccc;
}
.boldItalicText
{
    font-family:Arial Narrow;
    font-size:16px;
    font-weight:bold;
    font-style:italic;
}
.underlineText
{
    font-family:Arial Narrow;
    font-size:16px;
    text-decoration:underline;
    color:Black;
}
.clubLink
{
    font-family:Arial Narrow;
    font-size:16px;
    text-decoration:underline;
    color:#A01C34;
}
.validatorCalloutHighlight
{
    background-color: #fffacd;
}
.taglinefont
{
    font-family:Arial Narrow;
    font-size:14px;
    color:Black;
}

/*Menu*/
.item1
{
    background-image:url('../Images/NAV2_01.png');
    width:212px;
    height:45px;
}
.item1:hover
{
    background-image:url('../Images/NAV-2-R_01.png');
    width:212px;
    height:45px;
}
.item2
{
    background-image:url('../Images/NAV2_02.png');
    width:219px;
    height:45px;
}
.item2:hover
{
    background-image:url('../Images/NAV-2-R_02.png');
    width:219px;
    height:45px;
}
.item3
{
    background-image:url('../Images/NAV2_03.png');
    width:193px;
    height:45px;
}
.item3:hover
{
    background-image:url('../Images/NAV-2-R_03.png');
    width:193px;
    height:45px;
}
.itemSubMenu
{
    font-family:Arial Narrow;
    font-size:18px;
    margin-left:30px;
    padding:10px 10px 0px 10px;
}