#container
{
    width : 820px;
    margin-right : auto;
    margin-left : auto;
    background-color : rgb(255 , 255 , 255);
}
#header
{
    height : 160px;
    width : 820px;
    background-image : url("images/header.jpg");
}
#content
{
    top: 20px;
    padding-left : 50px;
    position : relative;
    font-family : Arial , Helvetica , sans-serif;
}
#navcontainer
{
background: #ffcc99;
width: 160px;
margin-left: 0;
padding: 1em 0;
font-family: georgia, serif;
font-size: 13px;
text-align: left;
text-transform: lowercase;
}

ul#navlist
{
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 130px;
}

ul#navlist li
{
   display: block;
   margin: 0;
   padding: 0;
}

ul#navlist li a
{
display: block;
width: 80%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: 170px; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #800000;
}

ul#navlist li a:hover,
ul#navlist li#active a:hover
{
    color: #800000;
    background: transparent;
    border-color: #aaab9c #fff #fff #ccc;
}
#sidebar
{
    padding : 10px;
    float : right;
    width : 130px;
    background-color : rgb(255 , 255 , 255);
}
#footer
{
    padding-top : 0px;
    clear : both;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    font-weight : bold;
    background: white;
    Font-style : normal;
    Text-align : center;
}
h1
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 22px;
    font-weight : bold;
    color : rgb(26 , 35 , 115);
    line-height : 24px;
    padding-left :0px;
}
h2
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 17px;
    font-weight : bold;
    line-height : 40px;
    color : #1B1D2B;
}
h3
{
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 14px;
    font-weight : bolder;
    color : rgb(0 , 0 , 0);
    line-height : 20px;
}
p
{
    margin : 3px 0;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 12px;
    line-height : 11pt;
    padding-bottom : 9px;
}

.box1
{
    border : 1px solid #ffcc99;
    background : rgb(255 , 255 , 204) none repeat scroll 0% 50%;
    color : rgb(0 , 0 , 0);
    width : 550px;
    height : 180px;
    padding-right : 4px;
    padding-bottom : 0;
    padding-left : 6px;
    margin-right : 10px;
    line-height : 16px;
}
.smalltext
{
    margin : 3px 0;
    padding : 3px 0;
    font-family : Verdana , Arial , Helvetica , sans-serif;
    font-size : 10px;
    line-height : 12pt;
}
.p1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left : 40px;
    padding-right : 30px;
    }
a
{
    font-weight : bold;
    text-decoration : underline;
    color : rgb(153 , 0 , 0);
}
a:visited
{
    text-decoration : underline;
    font-weight : bold;
    color : rgb(102 , 0 , 0);
}
a:hover
{
    text-decoration : none;
    color : rgb(102 , 102 , 204);
}