body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana;
    background: black;
    color: #ffffff;
}

a
{
    text-decoration: none;
    color: #ffffff;
    background: none;
}
a:visited
{
    color: #553346;
}
a:hover
{
    color: #61b11a;
}
a img
{
    border: none;
}

#bodyContainer
{
    height: 980px;
    width: 900px;
    font-family: Arial, Verdana;
    background: transparent url('images/mainBG.jpg') repeat-y top left;
}
#header
{
    height: 165px;
}
#logo
{
    margin-top: 15px;
    margin-right: 30px;
    float: right;
    text-align: left;
}
#logo p
{
    margin-top: 2px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: white;
}

#leftPanel
{
    float: left;
    text-align: left;
}
#leftPanel ul
{
    list-style: none;
    padding-left: 15px;
    margin-left: 0px;
    margin-bottom: 80px;
}
#leftPanel ul li
{
    margin-top: 15px;
    margin-bottom: 15px;
}
#leftPanel ul li a
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: white;
}
div.leftDiv
{
    text-align: left;
    margin-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
div.leftDiv p
{
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: white;
}
div.leftDiv p a
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#mainContent
{
    margin-top: 20px;
    margin-left: 0px;
    width: 650px;
    float: right;
    padding-right: 20px;
}

#mainContentInner
{
    border: 2px solid #FFFFFF;
    min-height: 650px;
    _height: 650px;
}

#textContent
{
    margin-top: 30px;
    margin-left: 10px;
    text-align: left;
}
#textContent p
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: white;
}
#textContent p a
{
    font-weight: bold;
    color: white;
    text-decoration: none;
}
#footer
{
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 20px;
    width: 880px;
}
#footerMenu
{
    height: 20px;
    width: 400px;
    border: 1px solid white;
}
#footer ul
{
    list-style: none;
    height: 20px;
    margin-left: 600px;
}
#footer ul li
{
    float: right;
    margin-left: 2px;
    margin-right: 2px;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: white;
}
#footer ul li a
{
    text-align: right;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: white;
}
#footer p
{
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: white;
}
p
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal; /*border:1px solid #000000;*/
}
p.member
{
    float: right;
    margin: 0px;
    margin-top: 10px;
    margin-right: 40px;
    padding: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #888888; /*border:1px solid #000000;*/
}
p.member a
{
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    color: #277086;
    text-decoration: underline;
}

p.member a:active
{
    text-decoration: underline;
    color: #277086;
    background: none;
}
p.member a:visited
{
    color: #277086;
}
p.member a:hover
{
    color: #277086;
}

h1, h2, h3, h4
{
    padding: 0px;
    margin: 0px;
}

h1
{
    padding-top: 10px;
    padding-bottom: 5px;
    margin-left: 5px;
    font-family: Arial;
    font-size: 24px;
    font-weight: bolder;
    color: white;
}
h1 a
{
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    color: #277086;
}

h1 a:active
{
    text-decoration: none;
    color: #277086;
    background: none;
}
h1 a:visited
{
    color: #277086;
}
h1 a:hover
{
    color: #277086;
}

h2
{
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #616161;
}

h3
{
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    margin-bottom: 5px;
    font-family: Arial;
    font-size: 17px;
    font-weight: bold;
    color: #616161;
}

h4
{
    padding-top: 25px;
    padding-bottom: 0px;
    height: 16px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #616161;
}
