﻿#Header
{
    background-color: #C0C0C0;
    font-family: 'Century Gothic';
    font-size: 35px;
    border-style: groove;
    border-width: thick;
    color: #0000FF;
    position: relative;
    float: none;
    background-repeat: repeat-x;
    background-image: url('/../Images/Psi2.png');
}
#cpPrimaryContent
{
    border: medium groove #000000;
    background-color: #FFFFCC;
    font-size: x-large;
    width: 180px;
}
#cpMainContent
{font-size: x-large;
    padding: 25px;
    border: medium groove #000000;
    background-color: #FFFFCC;
    text-indent: 20px;
}
#SidebarR
{
    float: right;
    font-size: x-large;
}
#SidebarL
{
    background-color: #C0C0C0;
    font-family: 'Century Gothic';
    font-size: 30px;
    border-style: groove;
    border-width: thick;
    color: #000000;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 350px;
}
    

  #LeftSideContent
{
    background-color: #C0C0C0;
    font-family: 'Century Gothic';
    font-size: 10px;
    border-style: groove;
    border-width: medium;
    color: #000000;
    position: relative;
    visibility: visible;
    z-index: auto;
    line-height: 16px;
    text-align: left;
    clear: both;
    float: left;
    top: 0px;
    left: 0px;
    width: 350px;
}  

#Footer
{
    background-color: #C0C0C0;
    font-family: 'Century Gothic';
    font-size: 20px;
    border-style: groove;
    border-width: medium;
    color: #000000;
    position: relative;
}
#PageWrapper
{
    border: medium groove #000000;
    background-color: #CCCCCC;
}
.adjustedZIndex {
    z-index: 1;
}