﻿.body 
{
    margin-top: 0px;
    margin-left: 0 auto;
    background-color: black;
}

.header
{
    margin: 0 auto;
    width: 965px;
    height: 194px;
    background-image: url(/images/header.jpg); 
}

.navbar
{
    margin: 0 auto;
    width: 965px;
    height: 30px;
    background-image: url('/images/navbar.jpg');
}
.undernav
{
    margin-top: 0px;
    margin-left: 178px;
    position: absolute;
    width: 616px;
    height: 45px;
    background-image: url(/images/undernav2.jpg);  
    z-index: 5;
}
.bodycontainer
{
    margin: 0 auto;
    width: 965px;
    height: 600px;
    z-index: 2;
} 

.lane
{
    margin-top: 0 auto;
    margin-left: 0 auto;
    width: 179px;
    height: 520px;
    background-image: url(/images/lane.jpg);
    background-repeat: no-repeat;
    background-color: White;
    position: absolute;
    z-index: 10;
}
.sidenav
{
    width: 169px;
    margin-top: 100px;
    margin-left: 10px;
    vertical-align: middle;
}

.corner
{
    margin-top: 44px;
    margin-left: 179px;
    position: absolute;
    background-image: url(/images/corner.jpg);
    background-repeat: no-repeat;
    height: 67px;
    width: 27px;
    z-index: 10;
}      

.content
{
    width: 650px;
    position: absolute;
    margin-left: 245px;
    padding-top: 25px;
    margin-top: 0px;
    min-height: 520px;
    z-index: 10;
    font-family: Arial;
    font-size: 10pt;
    color: Black;
    background: white url(/images/bg_image.jpg) no-repeat top center;
}
    
a.nav
{
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    text-decoration: none;
}
a.nav:hover
{
    font-family: Tahoma;
    font-size: 11pt;
    color: Black;
    text-decoration: underline;
}
.footer
{
    width: 965px;
    height: 30px;
    background-color: Black;
    font: arial;
    font-size: 7pt;
    color: White;
    text-align: center;
    z-index: 3;
}
.RSS
{
    margin-top: 0px;
    margin-left: 805px;
    height:600px;
    width: 100px;
    border-left: solid 1px black;
    position: absolute;
    padding-left: 5px;
}
.newstable
{
    width: 144px;
    font-family: Arial;
    font-size: small;
    color: White;
}
.rsscontent
{
    width: 500px;
    position: absolute;
    margin-left: 240px;
    margin-top: 0px;
    padding-top: 25px;
    min-height: 520px;
    font-family: Arial;
    font-size: 9pt;
    color: Black;
    z-index: 10;
}
/*START CALENDAR STYLES*/
.DayHeaderStyle
{

}
.DayStyle
{
    height: 70px;
    border: solid 1px #787878;
    vertical-align: top;
    text-align: left;
}
.NextPrevStyle
{
    text-decoration: none;
    font-size: 12pt;
    font-weight: bold;
    color: White;
}
.OtherMonthDayStyle
{
    height: 70px;
    border: solid 1px #DDDDDD;
    vertical-align: top;
    text-align: left;
    background: #DDDDDD;
    color: Aqua;
}
.SelectedDayStyle
{
    height: 70px;
    border: solid 1px #F26607;
    vertical-align: top;
    text-align: left;
    color: #ffffff;
    background-color: Green;
}
.SelectorStyle
{
}
.TitleStyle
{
   background: #F26607;
   border: 0;
}
.TodayDayStyle
{
    height: 70px;
    border: solid 1px #787878;
    vertical-align: top;
    text-align: left;
    color: #000000;
    background: #F26607;
}
.WeekendDayStyle
{
    height: 70px;
    border: solid 1px #787878;
    vertical-align: top;
    text-align: left;
    background: #DAE8F2;
}
/*END CALENDAR STYLES*/
/* Navigation START */
.navigation
{
    width: 236px;
    z-index: 5;
    position: absolute;
    margin-left: 0;
}
.navTBL
{
    width: 100%;
    background: #d1242a url(/images/S_02.jpg) repeat-y left;  
}
.navTD
{
    height: 32px;
    vertical-align: middle;
    padding: 0px 5px 0px 10px;
    cursor: pointer;
    font: bold 10pt Arial;
    color: #FFFFFF;
    text-decoration: none;
}
.navTD_white
{
    height: 32px;
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 0px 5px 0px 10px;
    cursor: pointer;
    font: bold 10pt Arial;
    color: #d1242a;
    text-decoration: none;
}
#dropdown
{
    padding: 10px;
    border: solid 1px #e67d00;
	text-align:center;
    background: #FFFFFF;
    position: absolute;
    z-index: 20;
    display: none;
}
#contact_Drop
{
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: -4px;
    margin-left: 300px;
    z-index: 20;
    display: none;
}
.Navigation_Links
{
    font: bold 10pt Arial;
    color: #FFFFFF;
    text-decoration: none;
}
.Navigation_Links_Over
{
    font: bold 10pt Arial;
    color: #e67d00;
    text-decoration: none;
}
a.Navigation_Links_Over:hover
{
    text-decoration: underline;
	font: bold 10pt Arial;
    color: #000000;
    text-decoration: none;
}
#Drop
{
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: 210px;
    margin-left: 85px;
    z-index: 20;
    display: none;
}

#Drop2
{
    width: 100px;
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: 20px;
    margin-left: 550px;
    z-index: 100;
    display: none;
}
#Drop3
{
	width: 100px;
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: 270px;
    margin-left: 110px;
    z-index: 100;
    display: none;
}
#Drop4
{
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: 185px;
    margin-left: 70px;
    z-index: 5;
    display: none;
}
#Drop5
{
    width: 100px;
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: 20px;
    margin-left: 400px;
    z-index: 100;
    display: none;
}

#Drop6
{
    padding: 10px;
    border: solid 1px #e67d00;
    background: #FFFFFF;
    position: absolute;
    margin-top: -910px;
    margin-left: 550px;
    z-index: 8;
    display: none;
}
.private
 {   
    font-family: Times New Roman;
    font-size: 10pt;
    color: #ffe4c4;
    text-decoration: none;
    text-align: right;
}
.boxes
{
	font-family: Arial, Helvetica, sans-serif; color: #d1242a;
	font-size: 11px;
	line-height: 11px;
	font-weight: normal;
    background-color: #ffffff;
    border-right: #eaa813 1px solid;
    border-top: #eaa813 1px solid;
    border-left: #eaa813 1px solid;
    border-bottom: #eaa813  1px solid;

    }
.footertext{font-family: Arial, Helvetica, sans-serif;font-size: 11px;line-height: 12px;color: #000000; width:100%; text-align:center;}
.footertext a:link{text-decoration: none;color: #000000;}
.footertext a:visited {text-decoration: none; color: #000000;}
.footertext a:active{text-decoration: none; color: #000000;}
.footertext a:hover{text-decoration: underline; color: #A0460A;}
.date{font-family: Arial, Helvetica, sans-serif;font-size: 10px;line-height: 12px;color: #000000; width:100%; text-align:center;}