body.main { 
	background-color: #FFFFFF;
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:0px 90px;
    text-decoration: none; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
}

#logo { position:fixed; top:0px; left:100px; width:780px; height:90px; z-index:3; 
	background-image: url(/logo.gif); 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-color: none; 
	background-position:100px 0px;
    }
#leftnav { position:fixed; top:100px; left:10px; width:60px; height:350px; z-index:2; }
#maincontent { position:absolute; top:100px; left:100px; width:70%; z-index:2; }
#bottomcontent { position:fixed; bottom:0px; right:0px; width:680px; z-index:3; text-align: right;}

a {  
    text-decoration: none; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: bolder; 
    color: #000066; 
    line-height: normal
}                        
a:visited {  
	color: #000066
}
a:hover {  
    font-style: normal; 
	color: #FF0000
}
a:focus {  
	color: #FF0000
}
a:active { 
	color: #FF0000; 
        text-decoration: underline overline
}


tr.trheadlight {
	background-color: #DCDCDC;
}
    
td {
    text-decoration: none; 
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 10px; 
    font-style: normal; 
    font-weight: normal; 
    color: #000000; 
/*	-moz-opacity:0.5;*/
}

textarea.light {
    background-color: #FFFFDD;
}
input.light {
    background-color: #DDFFFF;
}