body {
    background-color: #543e38;
    color: #53443e;
}

#centerdiv {
width: 100%;
text-align: center;
}

#container
{
width: 967px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#top
{
background-color: #e8e3df;
border-bottom: 2px solid #ed1c24;
height: 150px;
background-image: url('../gfx/bg_top.gif');
}

#middle
{
border-top: 1px solid #64574f;
border-bottom: 0px;
}


#leftnav
{
width: 162px;
border-right: 1px solid #64574f;
background-color: #907869;
Vertical-align: top;
}

#content
{
width: 641px;
background-color: #ffffff;
vertical-align: top;
}

#rightnav
{
border-left: 1px solid #64574f;
width: 162px;
background-color: #907869;
vertical-align: top;

}


#footer
{

border-top: 1px solid #323131;
background-color: #907869;
color: #FFF;
font-size: 11px;
text-align: center;
background-image: url('../gfx/bg_footer.gif');
height: 34px;

}

#srch_box
{
    border: 1px solid #92877d;
    height: 18px;
    font-size: 11px;
    background-color: #f2ede5;
    width: 100px;

}
#srch_btn
{
    border: 1px solid #92877d;
    height: 19px;
    font-size: 11px;
    
}


a.menu0            { color: #FFF; text-decoration: none;}
a.menu0:visited    { color: #FFF; }
a.menu0:hover      { color: #FFF; }
a.menu1            { color: #FFF; text-decoration: Underline;}
a.menu1:visited    { color: #FFF; }
a.menu1:hover      { color: #FFF; }

.submenu0           {font-size: 11px; margin-left: 18px; margin-top: 0px; margin-bottom: 1px;}
.submenu1           {font-size: 11px; margin-left: 18px; margin-top: 0px; margin-bottom: 1px;}
a.submenu0            { color: #EEE; text-decoration: none; margin-left: 0px; }
a.submenu0:visited    { color: #EEE; }
a.submenu0:hover      { color: #591500; }
a.submenu1            { color: #591500; text-decoration: none;margin-left: 0px; }
a.submenu1:visited    { color: #591500; }
a.submenu1:hover      { color: #591500; }

a.path            { color: #FFF; text-decoration: none;}
a.path:visited    { color: #FFF; }
a.path:hover      { color: #FFF; }

.subheading             { color: #543e38; font-size: 12px; font-weight: bold; text-decoration: none; margin-bottom: 6px;}
a.subheading            { color: #543e38; font-size: 12px; font-weight: bold; text-decoration: none; margin-bottom: 6px;}
a.subheading:visited    { color: #543e38; font-size: 12px; }
a.subheading:hover      { color: #e40811; font-size: 12px; }

.newsbox_heading             { color: #e40811; font-size: 12px; font-weight: bold; text-decoration: none;text-transform: uppercase;}
a.newsbox_heading            { color: #e40811; font-size: 12px; font-weight: bold; text-decoration: none;}
a.newsbox_heading:visited    { color: #e40811; font-size: 12px; }
a.newsbox_heading:hover      { color: #e40811; font-size: 12px; }

.newsbox             { color: #543e38; font-size: 11px; text-decoration: none;}
a.newsbox            { color: #543e38; font-size: 11px; font-weight: bold; text-decoration: none;}
a.newsbox:visited    { color: #543e38; font-size: 11px; }
a.newsbox:hover      { color: #e40811; font-size: 11px; }



.section_heading {
    color: #e40811;
    font-size: 13px;
    font-weight: bold;
    margin-top: 12px;
}

.section_content {
    color: #53443e;
    text-align: justify;
    font-size: 12px;
    margin-top: 8px;
    width: 590px;
    margin-left: 10px;
    line-height: 16px;
}

.cat             { color: #53443e; font-size: 11px; }
a.cat            { color: #53443e; font-size: 11px; font-weight: bold; text-decoration: none;}
a.cat:visited    { color: #53443e; font-size: 11px; }
a.cat:hover      { color: #e40811; font-size: 11px; }

.errormsg {
    color: #C00;
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 20px;
}