﻿body
{
    font-family: Tahoma, Bookman Old Style;
    font-size:16px;
    background-color: #FFFFFF;
    margin-top:30px;
    margin-left:20px;
    margin-right:0px;
    color: #000000;    
}

a:link
{
    color:#B8860B;
    font-weight: bold;
    text-decoration:none;
    font-variant:small-caps;
    font-size: 14px;
    font-family:Tahoma, Calibri;
}

a:hover
{
    color: #FFD700;    
    text-decoration: underline;
}

a:visited
{
    color:#B8860B;
    font-weight: bold;
    text-decoration: none;
    font-variant:small-caps;
    font-size: 14px;
    font-family:Tahoma, Calibri;
}

.ActivePageLink
{
    color:Red;
    font-weight: bold;
    text-decoration:underline;
    font-variant:small-caps;
    font-size: 14px;
    font-family:Tahoma, Calibri;
}

.MainAccent
{
    font-weight: bold;
    text-decoration:underline;    
    font-size: 14px;
    font-family:Tahoma, Calibri;
}



.ResourceLinks
{
    font-weight: bold;
    text-decoration:underline;    
    font-size: 14px;
    font-family:Tahoma, Calibri;
    color:#696969;
}

.ResourceText
{
    font-weight: bold;
    text-decoration:none;    
    font-size: 14px;
    font-family:Tahoma, Calibri;
    color:#000000;
}

.YouthSubText
{
    font-weight: bold;
    text-decoration:underline;    
    font-size: 10px;
    font-family:Tahoma, Calibri;
    color:#696969;
}


.ContentTextInfo
{
    font-family: Tahoma, Bookman Old Style;
    font-size: 18px;
    color:#000000;
    font-style:normal;
    font-weight:normal;    
}



.bannertext
{
    font-family: Tahoma, Franklin Gothic Book, Bookman Old Style;
    font-size: 25px;
    color:#000000;
    font-style: italic;
    font-weight:bolder;
    
}

.footertext
{
    font-family: Tahoma, Calibri, Georgia;
    font-size: 12px;
    font-variant:small-caps;    
    color: #B8860B;
    text-decoration: none;
}

.smalltext
{
    font-family: Tahoma, Calibri, Georgia;
    font-size: 12px;
    font-variant:small-caps;    
    color: #B8860B;
    text-decoration: none;
}

.maintable
{
    width:65%; 
    background-color:#FFFFFF;   
    text-align:center;
}

.contenttable
{
    width:auto;    
    background-color:#FFFFFF;
}

.linktable
{
    width:25%;
    text-align:left;  
    background-color:#FFFFFF;  
}


.EventTable
{
    width:100%;
    text-align:left;  
    line-height:25px;
    background-color: #F5F5F5;
    font-family: Tahoma, Bookman Old Style;
    font-size: 15px;
    font-weight:normal;
    color: #000000;
    font-style:normal;
    text-decoration:none;
    margin-top:25px;
    border-bottom-style: solid;
    border-bottom-color:#FFD700;
    border-top-color:#FFD700;
    border-top-style:solid; 
    
}

.SiteBannerText
{
    font-family: Franklin Gothic Book, Tahoma, Bookman Old Style;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-style: italic;
    text-decoration: underline;
}

.SiteText{
    font-family: Franklin Gothic Book, Tahoma, Bookman Old Style;
    font-size:12px;
    font-weight:normal;
    color: #000000;
}

.SiteSubText{
    font-family: Tahoma, Bookman Old Style;
    font-size:12px;
    font-weight:normal;
    color: #000000;
}


.hidediv{
    display:none;
}

.showdiv
{    
    display:block;
}


.showdivORIGINAL
{
    overflow:auto;
    width:200px;
    left:25px;
    top:150px;
}


.currentpagetitle{
    color:Red;
    font-weight: bold;
    text-decoration:none;
    font-variant:small-caps;
    font-size: 14px;
    font-family:Tahoma, Calibri;
}

.currentpagesubtitle{
    color:Red;
    font-weight: bold;
    text-decoration:none;
    font-variant:small-caps;
    font-size: 14px;
    font-family:Tahoma, Calibri;
    text-align:right;
}

.HideEvent{
    display:none;
}

.ShowEvent{
    display: block;
}

