﻿body 
{
    background: #1b1b1b;
    padding: 0px 10px 0px 10px;
    margin: auto;
    font-family: Calibri, Arial;
    color: #efefef;
}

a 
{
    color: #efefef;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

div#topElm 
{
    text-align: center;   
}

#mainPage 
{
    background: #333333 url('/Images/bg_leftc.gif') repeat-y;
    background-position: 20px 0px;
    border-left: solid 1px #666666;
    border-right: solid 1px #666666;
    width: 760px;  
    min-height: 800px;
    _height: 800px;
    padding-top: 20px;
    text-align: left;
    margin: auto;
}

#leftCol 
{
    float: left; 
    width: 150px;
}

#mainCol 
{
    background: url('/Images/bg_col.gif') repeat-y;
    background-position: 458px 0px; 
    %background-position: 305px 0px;
    min-height: 800px;
    padding-bottom: 30px;
}

#foo 
{
    padding: 5px 3px 20px 0px;
    background: #333333;
    text-align:right;
    color: #efefef;
    font-weight: bold;
    font-size: 0.7em;
    border-top: solid 1px #fb1d6b; 
}

.menu 
{
    background: #333333;
    background-position: 20px 0px;
    height: 250px;
    font-family: Cordel, Verdana;
    font-size: 0.8em;
    
    margin-top: 84px;
    %margin-top: 74px;
    
}

.menu li
{
    list-style-type: none;
    height: 38px;
    width: 111px;
    background: #3c3c3c;
    margin-top: 8px;
    %margin-top: 5px;
    margin-left: 20px;
    %margin-left: 4px;
}

.menu li a
{
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 38px;
    padding-left: 5px;
}

.menu li a:hover
{
    color: #fd1b6d;
}

#header 
{
    text-align: right;
    padding-bottom: 30px;
  

}

table 
{
    width:100%;
}

td 
{
    vertical-align:top;   
}

h3 
{
    font-size: 1.4em;
    color:#fd1b6d;  
    margin-top: 30px; 
}

ul 
{
    margin-left: 0px;   
}

li 
{
    list-style-position: inside;   
}

strong 
{
    color: #ffffff;   
}

img 
{
    border: solid 1px #888888;   
}
