﻿body
{
    background-color: #000000;
    font-family: Helvetica, Calibri , Courier, monospace;
    color: #FFFFFF;
    width: 950px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    font-size: small;
    text-decoration: none;
}
body a
{
    color: #FFFFFF;
    text-decoration: none;
}
body a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
body a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    color: white;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    font-weight: bolder;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
text-decoration: none;
}
.arrowlistmenu .menuheader a:visted{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
text-decoration: none;
}
.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    
    color: #FFFFFF;
   
    display: block;
    padding: 2px 0;
    padding-left: 30px; /*link text is indented 19px*/
    text-decoration: none;
    font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #000000;
text-decoration: none;
}
.spacing
{
    width: 50px;
    
}
.header
{
    position: absolute;
    top: 0px;
    right: 0px;
}
.footerright
{
    font-style: italic;
    font-size: 100%;
    font-weight: bold;
    position: absolute;
    left: 10px;
    bottom: -125px;
    text-decoration: none;
    vertical-align: middle;
}
.footer
{
    font-style: italic;
    font-size: 70%;
    font-weight: bold;
    position: absolute;
    right: 10px;
    bottom: -100px;
    text-decoration: none;
}
.footer a
{
 color: #FFFFFF;
text-decoration: none;   
}
.footer a:visted
{
 color: #FFFFFF;
text-decoration: none;   
}
.footer a:hover
{
 color: #FFFFFF;
text-decoration: none;   
}
.menu
{
    vertical-align: top;
}
.table
{
    
    vertical-align: top;
    font-size: 90%;
    border-spacing: 5px;
    
    float: left;
}
.imgpadding
{
    border: 0px none #000000;
    margin: 5px 10px 10px 0px;
}
.main
{
    clear: both;
    float: right;
    position: relative;
    top: 50px;
    vertical-align: top;
}
.news
{
    color: #C0C0C0;
    font-weight: bold;
    border-spacing: 10px;
}
