﻿body
{
    background-color: #E5E3E3;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    margin-top: 0px;
    margin-bottom: 0px;
}
.left-side
{
    background-image: url(images/left-shadow.jpg);
    background-repeat: repeat-y;
    border-right: solid 1px black;
    width: 20px;
    
}
.right-side
{
    background-image: url(images/right-shadow.jpg);
    background-repeat: repeat-y;
    border-left: solid 1px black;
    width: 20px;
}
.header
{
    background-color: #858585;
    border-top: solid 1px black;
    width: 475px;
    height: 153px;
}
.side-bar
{
    background-color: #535353;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    width: 196px;
    background-repeat: repeat-y;
    color: #CCCCCC;
    background-image: url(images/background.jpg);
    text-align: left;
    font-size: 10px;
}
.menu
{
    background-color: #858585;
    height: 25px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}
.menu-item
{
    color: #ffffff;
    text-transform: lowercase;
    text-decoration: none;
}
.menu-item:hover
{
    text-decoration: underline;
}
.submenu-item
{
    color: #CCCCCC;
    text-decoration: none;
}
.submenu-item:hover
{
    text-decoration: underline;
}

.content
{
    background-color: #FFFFFF;
    width: 455px;
    padding: 10px 10px 10px 10px;
    text-align: left;
    height: 480px;
       color: #333333;
}

.footer
{
    background-color: #FFFFFF;
    border-bottom: solid 1px black;
    color: #999999;
    font-size: 9px;
    height: 20px;
    text-align: center;
}
h1
{
    font-weight: bold;
    font-size: 12px;
    text-align: center;
     line-height: 150%;
}
h3
{
    font-weight: bold;
    font-size: 11px;
    text-align: center;
     line-height: 150%;
     text-transform: lowercase;
     color: #ffffff;
}
h2
{
    font-size: 12px;
    font-weight: normal;
    padding-left: 45px;
    padding-right: 45px;
    text-align: justify;
     line-height: 150%;
     color: #333333;
}

p
{
    text-align: justify;
    line-height: 150%;
 
}

li
{
    text-align: left;
    line-height: 150%;
    color: #333333;
}
.picture-frame
{
    border: solid 1px black;
    padding: 2px;
    margin: 2px;
}
.content img
{
    border: solid 1px black;
    padding: 1px;
    margin: 1px;
}
