/* CSS Document */

/* Main Tags -------------------------------------------- */

body, td, th
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
}

body
{
    background-image: url(images/background.jpg);
    background-repeat: repeat;
}

h1
{
    margin-top: 0px;
    margin-left: 25px;
    margin-right: 70px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}

h2
{
    margin-top: 10px;
    margin-left: 25px;
    margin-right: 70px;
    font-size: 30px;
    font-weight: bold;
    color: #666266;
}

p
{
    margin-left: 0px;
    margin-right: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 1.25em;
}

/* Classes -------------------------------------------- */

.stage
{
    background-color: #FFFFFF;
    width: 900px;
}

.secondary
{
    margin-left: 25px;
    margin-right: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 1.5em;
}

.section
{
    background-image: url(images/background.gif);
    background-repeat: repeat-y;
}

.callout
{
    background-image: url(images/calloutBox.gif);
    background-repeat: none;
    margin-top: 12px;
    height: 140px;
    width: 293px;
    text-align: left;
}

.rightSide
{
    background-image: url(images/secondary/calloutBackground.gif);
    background-repeat: repeat-y;
    margin-top: 0px;
    width: 222px;
    text-align: left;
}

.leftSide
{
    margin-left: 20px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 1.25em;
}
.fbContainer
{
    text-align:right;
    
}

.quicklink
{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.footerText
{
    margin-left: 10px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    line-height: 1.5em;
}

.footerNav
{
    font-size: 10px;
    color: #000000;
}

/* IDs -------------------------------------------- */

#stageLayout
{
    background-image: url(images/contentBackground.gif);
    background-repeat: repeat-y;
    background-position: center;
}

/* Links -------------------------------------------- */

a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #000000;
}
a:hover
{
    text-decoration: underline;
    color: #000000;
}
a:active
{
    text-decoration: none;
    color: #000000;
}

a.footerBTN:link
{
    color: #000000;
    text-decoration: none;
}
a.footerBTN:visited
{
    text-decoration: none;
    color: #000000;
}
a.footerBTN:hover190
{
    text-decoration: underline;
    color: #990000;
}
a.footerBTN:active
{
    text-decoration: none;
    color: #000000;
}

#dayclass
{
    float: left;
    width: 185px;
    padding: 5px;
    margin-top: 50px;
    border: solid 2px #ff5833;
    text-align: center;
    background-color: #f5f5f5;
}

#dayclass table td
{
}

#dayclass table th
{
    font-weight: bold;
    color: #693D18;
    letter-spacing: 3px;
}
.scheduleInfo
{
    color: #ff5833;
    font-size: 14px;
}
.scheduleInfo a
{
    color: #D40B0B;
    background-color: #f5f5f5;
    border: solid 1px black;
    text-decoration: none;
    padding: 2px;
}
.scheduleInfo a:hover
{
    background-color: #ff5833;
    color: black;
}
.imageText
{
    padding-left: 5px;
}
