
    * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-color: #888888;
	border-width: 0px;
	border-style: solid;
	padding: 0px;
	border-spacing:0px;
	line-height: 16px;
       
    }

    /*

    Trebuchet MS,Arial,Verdana, 

    */
    ul{
        padding-left: 25px;

    }

    .bold{
        font-weight: bold;
    }

    .underline{
        text-decoration: underline;
    }

    td.spacertd{
        border-width: 0px;
        width: 0px;
        background-color: transparent;
    }

    body{
            background-color: #FF0000;
            margin-top: 11px;
            background-image: url("/images/2tone.gif");
    }


    b{
        font-weight: bold;
    }


    p{
        padding-top: 5px;
        text-align: justify;
    }

    /*
        padding-left: 5px;
        padding-right: 5px;

    */


    table{
        width: 100%;
        }


    table.bigbodytable
    {
        width: auto;
    }


    table.header{
        height: 154px;
        width: 760px;
        border: 0px;
        border-color: #FFFFFF;
        border-style: solid;
        background-image:url("/images/zheader-shade50_2.jpg");
        background-repeat: no-repeat;
        }

    table.navbar  {
        text-align: left;
        height: 300px;
        width: 140px;
        background-color: #000000;
        
        }


    td {
        background-color: #660000;        
        background-color: transparent;        
       }

    td.header{
        background-color: transparent;        
        border: 0px;
        border-color: #FFFFFF;
        border-style: solid;
        width: 760px;
        vertical-align: top;
        text-align: right;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
    }
    
    /* headertop headertest and headerbottom heights should add up to 156, the size of table.header */
    td.headertop{
        height: 115px;
        }

    td.headertext{
        height: 18px;
        padding-right: 12px;
        }

    td.headerbottom{
        height: 2px;
        }


/*

  This is the class of td which surrounds the table which makes up the navbar
*/
    td.navbar{
        background-color: #660000;
        vertical-align: top;
    }


        
    td.navbarbutton{
        background-color: #660000;
        padding-left: 5px;
        height: 20px;
        width: 140px;
        font-weight: 900;
    }


        
/*        
CURRENT COLORS

        background-color: #660000;  -- Marroon, proper color for page       
        background-color: #FFFDDD;  -- Pale white/yellow. Right nav bodies and PageBody

        background-color: #FF9900;  -- Orange used for 'more' links on right nav and subnav links on left nav. Works best on light backgrounds
        background-color: #FFCC33;  -- Gold used for hover on links on left nav. Best gold on dark backgrounds

        background-color: #CCCCCC;  -- Old Grey for footer 
*/

/*
OLD COLORS
        background-color: #F9F1D5;  -- pale beige, formerly used for pagebody
        background-color: #FFFFCC;  -- Bright white yellow, too bright for the right nav

        background-color: #FFFFFF;  -- White
        background-color: #BBBBBB;  -- Test Grey
        background-color: #FF9999;  -- Rose, not good
        background-color: #FF0000;  -- Bright Red (Background test color) 
*/

    .rightnav{        
        background-color: #660000;
        color: #FFFFFF;
        text-align: left;
        width: 150px;
        vertical-align: top;
        font: 10px verdana,arial,helvetica; 
        font-weight: bold; 
        }

    td.rightnav{
        height: 100%;
    }

    .pagebody{        
        padding: 5px;
        padding-left:13px;
        padding-right:13px;
        background-color: #FFFDDD;
        vertical-align: top;
        text-align: left;
    }
        
    .pagebody *{
        font-family: san-serif;
        font-family: Trebuchet MS,Arial,Verdana;
        font-size: 12px;
    }
        
    td.rightnavhead
    {
        background-color: #660000;
        padding-left: 5px;
        font-weight: normal;
        font-size: 12px;
        height: 20px;
    }

    td.rightnavbody
    {
        background-color: #FFFDDD;
        color: #000000;
        padding-left: 5px;
        padding-bottom: 5px;

        font-size: 11px;
    }
    td.rightnavfiller
    {
        background-color: transparent;
        height:100%;
    }

    td.footer
    {
        background-color: #660000;
        text-align: center;
        color: #CCCCCC;
        font-weight: bold;
        height: 20px;
    }

    td.navbar  {
        background-color: #660000;
        text-align: left;
        height: 22px;
        width: 140px;
       }

    td.navbarbottom  {
        background-color: #660000;
        margin-top: 20px;
        padding-top: 20px;
        vertical-align: top;
        text-align: center;
        width: 140px;
        height: 250px;
       }

    
    td.horizontalspacer {
        padding: 0px;
        background-color: transparent;
        height: 1px;
    }

    td.verticalspacer {
        padding: 0px;
        background-color: transparent;
        width: 1px;
    }

        

    .center { 
    text-align: center;
    }
    

    div.benefits{
        border-width:1px;
        border-style:solid;
        border-color:#000000;
        margin-top:4px;
        margin-bottom:4px;
        padding:2px;
    }

    /*
    margin-left: auto;
    margin-right: auto;
    */
    .center table { 
        text-align: left;
    }


    a.bodylink:link {
        color: #000000;
        text-decoration: underline;
    }
    
    a.bodylink:visited {
            color: #000000;
        }
    a.bodylink:hover {
            color: #BBBBBB;
        }
    a.bodylink:active {
            color: #000000;
        }

    a:link {
        color: #FFFFFF;
    }
    
    a:visited {
            color: #FFFFFF;
        }
    a:hover {
            color: #BBBBBB;
        }
    a:active {
            color: #000000;
        }

    a.navlink{
        font-weight: bold;
        }
    

    a.headlink:link {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
    }

    a.headlink:visited{
        color: #FFFFFF;
        font-size: 14px;
        font-weight: bold;
    }


    a:hover {
            color: #FFCC33;
        }
    a:active {
            color: #000000;
        }


    a.morelink:active{
        color: #FF9900;
        text-decoration: underline; 
    }

    a.morelink:visited{
        color: #FF9900;
        text-decoration: underline; 
        }

    a.morelink:link{
        color: #FF9900;
        text-decoration: underline; 
        }

    a.morelink:hover{
        color: #FF9900;
        text-decoration: underline; 
        }


    A.rightnav:LINK, A.nav:VISITED {
        font: 10px verdana,arial,helvetica; 
        font-weight: bold; 
        text-decoration: underline; 
        color: #FFFFFF;
        }

    A.rightnav:HOVER {
        font: 10px verdana,arial,helvetica; 
        font-weight: bold; 
        text-decoration: underline; 
        color: #990033;
        }

                                          


    .subnav, .subnav A:LINK, .subnav A:VISITED,  .subnav A:HOVER, .subnav A:active{
        width: 120px;
        text-align: right;
        background-color: #FFFDDD;
        color: #000000;
        padding-right: 2px;
       }


    .subnav A{
        text-decoration: underline;
    }
        
    .subnav A:HOVER{
        color: #FF9900;
    }

    .bodytitle{
        font-weight: bold;
        font-size:14px;
    }

/*
Featured Event Section 
*/
    .feature{
        text-align:right;
        font-weight: normal;
    }

    .title{
        font-weight: bold;
        font-size:13px;
    }

    .subtitle{
    }

    .info{
        margin-top:10px;
    }

    .date{
        font-weight: bold;
        font-size:12px;
    }

/*
Featured Event Section 
*/

    .floatright{
        float:right;
    }


    .marginbottom{
        padding-bottom: 5px;
    }

    .margintop{
        padding-top: 5px;
    }

.PhoneInfo
{
	font-family:verdana,arial,helvetica;
	font-size:10px;
}




H1.welcome{
    color:#000000;
}





hr{
    height: 1px;
    background-color: #000000;
    width: 98%;
}

.secondarytitle{
    font-size: 13px;
    color: #000088;
    font-weight: bold;
}

img.withpadding{
    padding-right: 5px;
}
