/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.Window
{
    background-image: url('images/topmenu_bg.gif');
}

body 
{
	background-color: #ffffff;
	background-image: url("images_tile.giff");
}

.body{
font-size: 75%;
font-weight:normal;
font-family: Helvetica, arial, Verdana, sans-serif;
color: #000000;
padding: 0px 0;
text-decoration:none;
margin-top:5px;
margin-left:5px;
margin-right:5px;
line-height:150%;
}

.body a{
color: #000099;
padding: 0px 0;
text-decoration:none;
margin-left:0px;
margin-right:0px;
line-height:160%;
}

.body a:visited{
color: #000099;
text-decoration:none;
}

.body a:hover{
color: #000099;
text-decoration:underline;
}

.body li{
color: #000000;
padding: 0px 0;
text-decoration:none;
margin-left:20px;
margin-right:0px;
line-height:180%;
}

.top
{
    font-size: 80%;
    font-weight: normal;
    font-family: Trebuchet MS, arial, Verdana, Helvetica, sans-serif;
    color: #ffffff;
    padding-right: 0px;
}

.top a{
    color: #000000;
    display: block;
    text-decoration: none;
}

.top a:visited
{
    text-decoration: none;
}

.top a:hover
{
    text-decoration: underline;
}

.copy
{
    font-size: 8pt;
    font-weight: normal;
    font-family: sans-serif;
    color: #ffffff;
    padding-right: 0px;
    line-height: 180%;
}

.copy a
{
    color: #ffffff;
    margin-right: 5px;
    margin-left: 5px;
    text-decoration: none;
}

.copy a:visited
{
    text-decoration: none;
}

.copy a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

.homeheader
{
    font-size: 80%;
    font-weight:normal;
    font-family: Trebuchet MS, arial, Verdana, Helvetica, sans-serif;
    color: #ffffff;
    
}

.topmenu
{
    font-size: 80%;
    font-weight:normal;
    font-family: Trebuchet MS, arial, Verdana, Helvetica, sans-serif;
    color: #ffffff;
    
}

.topmenu a{
    color: #000000;
    display: block;
    padding-bottom:5px;
    padding-top:5px;
    text-decoration: none;
}

.topmenu a:visited
{
    text-decoration: none;
}

.topmenu a:hover
{
    color: #ffffff;
    background-color: #507091;
}

.accordionHeader 
{   
    color: white;  
    background-color: #716e87;   
    font-size: 16px;  
    font-weight: bold;  
    padding: 3px;  
    cursor: pointer; 
    text-align: right;
}  
          
.accordionHeaderSelected
{
    color: blue;
    background-color: #5078B3;
    font-size: 2px;
    font-weight: bold;
    padding: 3px;
    cursor: pointer;
}  
          
.accordionContent 
{  
    background-color: #ffffff; 
    border-top: none;  
    padding: 5px;  
    padding-top: 10px;  
}  

.accordionMenuHeader 
{   
    color: #3366CC; 
    background-color: #dfe4ee;   
    cursor: pointer; 
    text-align: left;
    text-indent: 5px;
    font-size: 8.5pt;
    padding: 2px;
    text-decoration: none;
    font-weight: bold;
    display: block;
}  

.border img{border: 1px solid #ffffff;}

.border:hover img{border: 1px solid #ffffff;}

.border:hover{color: red; /* irrelevant definition to overcome IE bug */}
 
