/** color:#666; background:#f0f0f0; background:#ddd; **/

body {
font-size: 12px;
font-family: Helvetica;
color: #000000;
margin: 5px;
background-color: #cacdad;
}

* 
{
color: Black;
}

h1 {}
h2 {}
h3 {}
a  
{
   color:black;
}
a:visited {}
a:hover 
{
   background-color:red;
   font-size:large;   
    }
p {}

#container {
width: 100%;
margin-left:0;padding: 5px;
}

#header {
height: 130px;
text-align: left;
background-color: #003366;
}

#left_sidebar
{
    padding: 3px;
    float: left;
    width: 180px;
    height: 800px;
    font-size: 12px;
    text-align: left;
    background-color: #A8A8A8;
}

#right_sidebar
{
    float: right;
    width: 180px;
    height: 800px;
    font-size: 12px;
    text-align: left;
    background-color: #A8A8A8;
    padding: 3px;
}

#main_content
{
    font-size: 12px;
    text-align: left;
    background-color: #CFCFCF;
    z-index: 100;
    height: 800px;
}

#footer1 {

text-align: left;
background-color: #A8A8A8;
bottom:0px;
top:100%;

}

.login1
{
    margin: 8px;
    padding: 5px;
    background-color: #003366;
    position: absolute;
    width: 100px;
    top: 0px;
    right: 0px;
    height: 123px;
    font-size: xx-small;
    text-align: left;
    color: #FFFFFF;
}
.accordionHeader
{
    border-style: none none solid none;
    padding: 2px;
    margin: 2px;
    background-position: white;
    font-size: 12px;
    background: #5D7B9D;
    font-weight: bold;
    text-decoration: underline;
    width: 500px;
    text-align: left;
    font-family: Verdana;
    border-bottom-width: thin;
    border-bottom-color: #5D7B9D;
    color: #A89366;
}

.accordionHeaderSelected
{
    border-style: none none solid none;
    padding: 2px;
    margin: 2px;
    background-position: white;
    font-size: 12px;
    background: #5D7B9D;
    font-weight: bold;
    text-decoration: underline;
    width: 500px;
    text-align: left;
    font-family: Verdana;
    border-bottom-width: thin;
    border-bottom-color: #5D7B9D;
    color: #97D0F3;
}

.accordionContent 
{
     font-size:small;
     background: white;
     text-align:left;
     width: 500px;
}

