/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: white;
	color: black;
	margin: 5;
	background-color: #333333;
}


/* Style for all table cells. */
td {
	font-size: 10px;
}

#leftinfodiv{
    position:absolute;
    left:10px;
    top:110px;
    width: 200px;
    font-size:10px;    
    border: 3px;    
    border-color: #000000;
    background-color: #EEEEEE;
}
#header{ 
    position:absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height:100px;
    background-color: #EEEEEE;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-bottom: 3px solid #DD0000;
    
}
#right_header{
    float:right;    
}
#right_header a, a:hover, a:link, a:visited, a:active {
    font-size:14px;
    font-weight: bold;    
    
}
#right_header a{
   color: #FF0000;
   
}
#right_header a:hover{
   background-color: #BBBBBB;
}


#content{
    position:absolute;
    left: 220px;
    top: 110px;
}
