
body {
        background: #000000;
        font-family: "Times New Roman", Times, serif;
        font-size: 0.8em;
        color: #D4D8D3;
}

h1, h2, h3 {
        font-weight: normal;
        color:#F2DB9B;
        
        font-family: "Times New Roman", Times, serif;
}

h1 {
        letter-spacing: 1px;
        font-size: 120%;
        color: #000;
}

h2 {
        letter-spacing: -1px;
        font-size: 152%;
}

h3 {
        font-size: 100%;
        font-weight: bold;
}

p, blockquote, ul, ol {
        margin-bottom: 1.6em;
        line-height: 120%;
}

p {
}

blockquote {
        margin-left: 3em;
        font-style: italic;
}

ul {
        margin-left: 3em;
}

ol {
        margin-left: 3em;
}

a {
color: #D4D8D3;
}

a:hover {
        text-decoration: none;
        color: #D4D8D3;
}

small {
}

hr {
        display: none;
}

img {
        border: none;
}

img.left {
        float: left;
        margin: 0 15px 0 0;
}

img.right {
        float: right;
        margin: 0 0 0 15px;
}


.clear {
clear:both;
}





/* Page */












#content_sub  {
        position:absolute;
        left: 0px;
        top: 0px;
        margin: 0px;
}


.menu  {
        display: none;
}

#sub_sidebar  {
        display: none;
}


/* Footer */

#footer {
        display: none;
}

#footer p {
        margin: 0;
        line-height: normal;
}

#footer a {
        color: #B2B2B2;
}

#footer .left{
float:left;

}

#footer .right{
float:right;

}


/* original styles */

.caution {
        background-color: #FCF9E6;
        border: thin dotted #C13301;

}
.padded {
        padding: 5px;
        margin: 5px;
}
.leftpadded {
        padding: 5px 5px 0px 5px;
        margin: 5px;
}
.copysmall {
        font-size: 75%;
}

.managementheader {
        width: 100%;
        height: 75px;
        background-image: url(images/management/header.jpg);
        background-color: #FFF;
        background-repeat: repeat-x;
}
.managementsubtitle {
        margin: 0px;
        padding: 10px;
        color: #FFF;
        font-size: 120%;
}

.articletable {
        background-color: #FCF9E6;
        border: thin dotted #7F7C77;
        padding: 5px;

}

