﻿body 
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background-color:#b9bbd0;
    font-family:Tahoma, Verdana, Arial, Times;
    font-size:13px;
    line-height:120%;
}
#header
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
}
#background
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/background.jpg);
    background-repeat:repeat-y;
}
#menubar
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/menubar.jpg);
    background-repeat:no-repeat;
    text-align:center;
    height:31px;
    padding-top:7px;
}
#menubar a
{
    text-decoration:none;
    color:Black;
}
#menubar a:hover
{
    text-decoration:none;
    color:Gray;
}


#leftnav
{
    float:left;
    padding-left:40px;
    margin-top:20px;
    text-align:right;
    width:155px;
    color:White;
    line-height:150%;
}
#leftnav a
{
    text-decoration:none;
    color:White;
}
#leftnav a:hover
{
    text-decoration:none;
    color:#378ee6;
}


#maincontent
{
    margin-left:260px;
    width:300px;
    margin-top:20px;
}
#maincontent a
{
    text-decoration:none;
    color:Black;
}
#maincontent a:hover
{
    text-decoration:none;
    color:#1c4cad;
}


h1
{
    font-size:18px;
    color:#22275b;
    margin-bottom:10px;
}
h2
{
    font-size:16px;
    color:#22275b;
    margin-top:0px;
    margin-bottom:10px;
}

#footer
{
    width:900px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(images/footer.jpg);
    background-repeat:no-repeat;
    text-align:center;
    padding-top:18px;
}
#footer a
{
    text-decoration:none;
    color:Black;
}
#footer a:hover
{
    text-decoration:none;
    color:#333333;
}
