img {
    border: 0;
}

body {
    padding:0;
    margin:0;
    background-color: black;
    font-family: arial;
    font-size: 12px;
    color: white;
}
#bodycenter {
	 position: absolute;
	background-image: url("/sites/templates/images/backgroundIndexRepeat.jpg");
    background-repeat: repeat-x;
    height:576px;
    
    
    padding: 0px;
   
    width: 100%;
    top: 50%;
    margin-top: -288px;
    
  
	}
#page {
	
    position: absolute;
    left: 50%;
    margin-left: -446px;
   
    padding: 0px;
   
    width: 891px;
   
    height:900px;
}

a, #content a {
    text-decoration: underline;
    color: #336193;
}

LABEL, tr, td  {
    color: black;
    font-size: 12px;
	}


#index {
	position:absolute;
	width: 891px;
	height: 576px;
	background-image: url("/sites/templates/images/backgroundIndex.jpg");
    background-repeat: no-repeat;
     
	}
	
#slogan {
	position: absolute;
    top:55px;
    font-family: century gothic;
    font-size: 17px;
    font-weight: bold;
    left:0px;
    text-align: center;
    width:310px;
    letter-spacing: 4px;
    /*color: #b51f22;*/
    
    color: #e6e6e6;
	}	
	

.topnav_top {
    padding:0;
    margin:0;
    position:absolute;
    width: 300px;
    height: 200px;
    top:110px;
    left:6px;
    
    
    }
    
.topnav_top li a {   
    padding:0;
    margin:0;
    color:#555555;
    font-size: 26px;
    font-family: century gothic, arial;   
    line-height: 27px;
    text-align: right;
    text-decoration: none;
    
    /*letter-spacing: 2px;*/
    
    /*font-weight: bold;*/
    
}

.topnav_top li a:hover {
    color:black;
    } 
	

.topnav {
	padding:0;
    margin:0;
	position:absolute;
	width: 280px;
	height: 200px;
	top:144px;
	left:26px;
	
	
	}
	
	
.topnav li, .topnav_top li {
	padding:0;
    margin:0;
	list-style-type: none;
	height:29px;
	text-align: right;
	}	
	
.topnav li a {	
	padding:0;
    margin:0;
    color:#555555;
    font-size: 24px;
    font-family: century gothic, arial;   
    line-height: 27px;
    text-align: right;
    text-decoration: none;
    
    
}

.topnav li a:hover {
	color:black;
	} 
