html {
	height: 100%;
}



BODY {
background-color: #282828; 
text-align: center;
height: 140%;
FONT-FAMILY: Arial;
FONT-SIZE: 12pt; 
} 



a:link {color: #0000ff;}
a:visited {color: #0000ff;}
a:active {color: #00FF00;}
a:hover {color: #ff0000;}
a {text-decoration: none;}





#container {
        position:static;
        margin-left: auto;
	margin-right: auto;
	width: 999px;
        height: 100%;
        text-align: left;
        background-color: #282828;
        z-index:1;
        }




#banner {
        float:center;
        position:relative; 
        width:980px;
        height:229px;        
        left: 10px;
        top:10px;   
        background-color: #282828;
        padding: 0px 0px 0px 0px;
        z-index:2;
        }





#leftcolumn {
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 10pt; 
        COLOR: #ffffff; 
        float:left;
        position:relative; 
        width:348px; 
        height: 90%;       
        left: 10px;
        top:15px;   
        background-color: #101010;
        padding: 2px 4px 2px 4px;
        border:1px dotted #686868;
        border-radius: 10px;
        z-index:2;
        }


#pagebody {
        FONT-FAMILY: Arial;
        FONT-SIZE: 10pt; 
        float:left;
        position:relative; 
        width:604px;        
        height: 90%;
        left: 20px;
        top:15px;   
        background-color: #FFFFFF;
        padding: 2px 4px 2px 4px;
        border-radius: 10px;
        z-index:2;
        }


#copyright {
        FONT-FAMILY: Arial, Verdana;
        FONT-SIZE: 8pt; 
        text-align: center;
        COLOR: #fff000; 
        float:left;
        position:relative; 
        width:978px;
        left: 10px;
        top:20px;   
        background-color: #202020;
        padding: 2px 0px 2px 0px;
        z-index:2;
        border-radius: 10px;
        border:1px dotted #686868;
        }








