html, body {
height: 100%;
margin:0px;
padding:0px;
} 

BODY {
	
    font-size:12px;
    background-color:#B20000;
    background-image:url(images/bgwide.jpg);
    background-position: center;
    background-repeat: repeat-y;
    font-family: Verdana, Arial;
    color: white;
    text-decoration: none;
    
}

a:link, a:active, a:visited, a:hover{
	
    color: white;
    text-decoration: none;
    
}

TD {
    font-size:12px;
}

.header {
    font-weight: bold;
}

.text, A.text:link, A.text:active, A.text:visited, A.text:hover {

    text-decoration: none;
    color: #d2d2d2;
    font-weight: normal;
    
}
    
A.text:hover {

    color: white;
    
}

.textSmall, A.textSmall:link, A.textSmall:active, A.textSmall:visited, A.textSmall:hover {

    font-size:10px;
    text-decoration: none;
    color: #d2d2d2;
    font-weight: normal;
    
}
    
A.textSmall:hover {

    color: white;
    
}



#container {
    width:100%;
    text-align:center;
}

#main {
    position:relative;
    margin: 0 auto;
    width:888; 
    text-align:left;
}


#head_logo {
	position: relative;
	top: 0;
	left: 27;
       
}

#head_login {
	position: absolute;
	top: 30px;
	left: 535px;
	width: 300px;
	text-align: right;
}

#head_menu {
    position: relative;
    top: 0px;
    left: 40;
    height: 28px;
    font-family: Arial, Helvetica;
    font-size:18px;
    color:White;
}


.on,.off,.hover {
    font-size:17px;
    text-decoration:none;
}


.on {
    font-weight:bold;
    color: White;
}
.off {
    font-weight: normal;
    color: #d2d2d2;
}
.hover {
    font-weight:normal;
    color: White;
}


#content {
    position: relative;
    top: 0px;
    left: 40px;
    width: 802;
    height:auto;
    background-image : url(images/bgcontent.gif);
    background-repeat: repeat;    
    border: 3px solid Gray; 
    margin-bottom: 20px; 
}

#spacerbottom {
    position:relative;   
    height:5px;
}

#spacer {
    position:relative;
}
        
.input {
    font-family: Verdana,Arial;
    font-size: 11px;
    color: #535353;
}

       