body { 
	padding: 0; margin: 0; 
	font-family: "Arial CE", "Helvetica CE", Arial, lucida, sans-serif;
}


#header {
    position: fixed;
    width: 100%;
    height: 78px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}

#sidebar {
	width: 162px;
    height: auto;
    float: left;
}

#main {    
	padding: 20px 10px;
    float: left;
}

#footer {
    position: fixed;
    width: 100%;
    height: 100px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}



.text { color: #AEAEC1; font-size: 10pt; }
p { text-align: justify; }

a:hover { color: #FFFFFF; }
.boder { border: 1px #336699 solid; }

TD {  color: #AEAEC1; font-size: 10pt; }
TD a:hover { color: #FFFFFF}

ul.large { font-size: 15px; }
ul.large li { margin-top: 5px; }

