﻿body
{
    background-image: url(../../Images/background.gif);
    background-repeat: repeat-x;
    background-attachment:scroll;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 9pt;
    text-align: center;
    margin: auto 0px;
}
h1, h2, h3, h4, h5
{
    color: #666699;
}

h5 {margin: 0 0 5px 0; }

td
{
    vertical-align: top;
    padding-top: 0px;
}
ol li 
{
    list-style-type:decimal;
    padding:5px;
}

#SiteContent li
{
    list-style-image: url(../../Images/ArrowBullet_small.jpg);
    padding:2px;
}



p{ text-align:justify; }

#Site
{
    width:1000px;
    height: 750px;
    margin: 0px auto;
    text-align: left;
}

#SiteHeader
{
    width: 1000px;
    margin: 0px auto;
}

#SiteMenu
{
    width: 200px;
    height: 500px;
}

#SiteContent
{
    width: 600px;
    height: 700px;
}

#SiteRightPanel
{
    width: 200px;
    height: 500px;
    padding: 5px;
    text-align: center;
}

div.RightBox
{
    border: gainsboro thin solid;
    width: 199px;
    height: 110px;
    background-color: #ffffcc;
    padding: 2px 5px;
    vertical-align: middle;
}

div.RightBoxMedia
{
    border: gainsboro thin solid;
    width: 199px;
    height: 160px;
    background-color: #ffffcc;
    padding: 2px 5px;
    vertical-align: middle;
}

#SiteFooter
{
    width: 100%;
    height: 110px;
    margin: 0px auto;
    margin-top: 3200px;
}
