﻿*
{
margin: 0px;
padding: 0px;
}

body
{
    background: #004000;
    font-size: 12px;
    font-family: "trebuchet ms" , helvetica, sans-serif;
}
p
{
display: block;
text-align: justify;
}

#Menu a
{
color: #ffffff;
text-decoration: underline;
}

#Menu a:hover
{
    text-decoration: none;
    background-color: #006400;
}

#Calendar a
{
    color: #000000;
}

#Calendar a:hover
{
    text-decoration: none;
    background-color: #ffffff;
}

#Calendar ul
{
    list-style-type: circle;
}

#Calendar li
{
list-style-type: circle;
}

em
{
font-style: italic;
}

.aspControls
{
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: BLACK;
}

.date
{
font-family: georgia, "times new roman", serif;
font-size: 10px;
}

h2
{
    
font-family: "trebuchet ms", georgia, "times new roman", serif;
font-weight: normal;
    }

h1,h3,h4,h5,h6,th
{
font-family: georgia, "times new roman", serif;
font-weight: normal;
}

.foot
{
height: 1px;
line-height: 1px;
clear: both;
}

.divider
{
border-bottom: solid 1px #F6F3F1;
}

th strong
{
color: #fff;
}

table
{

}

th
{
background: #824900 url('images/thbg.gif') repeat-x;
height: 29px;
padding-left: 5px;
padding-right: 5px;
color: #fff;
text-align: left;
}

tr
{
height: 25px;
}

td
{
padding-left: 5px;
padding-right: 5px;
}

td.first,th.first
{
border-left: 0px;
}

tr.rowA
{
background: #FFF0DE url('images/trbg1.gif') repeat-x;
}

tr.rowB
{
background: #FFFAF4 url('images/trbg2.gif') repeat-x;
}

#outer
{
width: 698px;
background: #fff url('images/mainbg.gif');
margin: 20px auto 0px auto;
padding: 10px 13px 0px 13px;
}

#header
{
position: relative;
height: 80px;
background-image: url('images/headbg.gif');
}

#header h1
{
position: absolute;
bottom: 10px;
font-size: 26px;
padding-left: 26px;
color: #fff;
}

#header h1 strong
{
color: #fff;
}

#header h1 span
{
color: #D97900;
}




#menu
{
position: absolute;
right: 0px;
padding-right: 26px;
bottom: 14px;
color: #A75300;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
border-left: solid 1px #ffffff;
padding-left: 8px;
margin-left: 8px;
}

#menu li.first
{
margin-left: 0px;
padding-left: 0px;
border-left: 0px;
}

#menu a
{
color: #fff;
}



#footer
{
width: 698px;
margin: 12px auto 0px auto;
padding-bottom: 24px;
text-align: center;
color: #6495A3;
font-size: 14px;
}

#footer a
{
color: #ffffff;
}


