html, body { 
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color:black;
	line-height:normal;
	font-size:8px;
	text-align:center;/* IE hack to center page contents */
}

#logoframe {
	margin:0 auto;
	width:800px;
	text-align:left;
        color: rgb(0,0,0);
}

#nav { background: rgb(255, 255, 255) none repeat scroll 0% 50%;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    background: rgb(160,160,160); 
    text-align: left;
    opacity: 1;
    color: rgb(0, 0, 0);
    width: 120px;
    height: 82%;

    float: left;
    margin-right: 5px; 
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    border-style: none;
    border-color: rgb(255, 255, 255);
    border-width: 1pt 1pt 1pt 1pt;

    }

  #nav ul { margin: 2px;
    padding: 2px 5px;
    list-style-type: none;
    }

  #nav li a { text-decoration: none;
     margin-bottom: 160%; 
     line-height:150%;

     color: rgb(255,255,255)            
    }

 #content{
    PADDING-RIGHT: 5px; 
    PADDING-LEFT: 2px; 
    PADDING-BOTTOM: 5px; 
    MARGIN-LEFT: 5px; 
    width: 100%; 
    background: rgb(255, 255, 255);    
    border-style: none;
    border-color: rgb(0, 0, 153);
    border-width: 1pt 1pt 1pt 1pt;
    color: rgb(70,70,70);
    text-align: left; 
    font-size: 13px;
}

      

 #copyrights {
    PADDING-RIGHT: 5px; PADDING-LEFT: 2px; PADDING-BOTTOM: 5px; MARGIN-LEFT: 130px;     
    border-style: none;
    border-color: rgb(0, 0, 153);
    border-width: 1pt 1pt 1pt 1pt;

}
