﻿
*
{
    margin: 0;
    padding: 0;
}
a
{
    color: #ffffff;
    text-decoration: none;
}
.pinkBold
{
    color: #9B005E;
    font-weight: bold;
}
body
{
    margin: 0px;
    background: #C0C0C0;
    text-align: justify;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 13px;
    color: #7D807A;    
}
h2
{
    color: #C34178;
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 19px;
    font-style: italic;
    text-decoration: underline;
    margin-bottom: 10px;
}
h1
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-size: 26px;
    font-style: italic;
}
p, blockquote, ul, ol
{
    margin-bottom: 20px;
    line-height: 1.5em;
}
p
{
}
blockquote
{
}
ul, ol, li
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
/* Wrapper */#wrapper
{
    margin-top: 8px;    
}
/* Page */#page
{
    width: 1025px;    
    margin: 0 auto;
    padding: 0px;
    background: url(banner.gif) no-repeat left top;
}
/* Content */#content
{
    float: left;
    width: 750px;
    min-height: 700px;
    padding-top: 30px;
    margin-left: 150px;
    margin-top: 130px;
    background: url(banner_2.jpg) no-repeat left top;
}
/* Footer */#footer
{
    width: 960px;
    height: 50px;
    margin: 0 auto;
    padding: 14px 0px 0px 0px;
    background: url(images/img04.jpg) no-repeat left top;
    color: #9C9C9C;
}
#footer p
{
    margin: 0;
    text-align: center;
    font-size: 11px;
}
#footer a
{
    text-decoration: underline;
    color: #808080;
}
#footer a:hover
{
    text-decoration: none;
}
#leftBar ul
{
    width: 174px;
    margin-left: 3px;
    text-align: center;
}
#leftBar li
{
    background: url(menuLight.png);
    height: 26px;
    padding-top: 10px;
    margin-top: 2px;
    color: #ffffff;
    font-weight: bold;
    font-family: Arial, Times New Roman, Verdana;
}
#leftBar li:hover
{
    background: url(menuHover.png);
}
#leftBar li.selected
{
    background: url(menuDark.png);
}
#leftBar
{
    float: left;
    height: 583px;
    width: 180px;
    background: url(Untitled-1.jpg);
    background-repeat: no-repeat;
    margin-top: 210px;
    padding-top: 250px;
}

