BODY,  td, #NormalText{
    background-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: justify;
   
}    

body img{
    border: 0px solid blue;
}

body a{
    color:#690;
}

body a:hover{
   text-decoration: none;
}

#frame{ 
		border: 0px solid green;
		/*/*/ 
        border-left-width: 145px ;  /* left column width. NN4 hack to hide borders */ 
		border-left-color: #fff;   /* left column colour */ 
		border-left-style: solid; 
		background-color: #fff; /* center column colour */ 
		width: auto; 
	} 
#inner{
    margin:0; 
    width:100%;
}


#header-logo{
    width: 100%;    
    border: 0px solid yellow;
    clear: both;
    height: 130px;
    
}

#header-logo img{    
 
}

#side-left{  
    border: 0px solid blue;     
    width: 145px;
    float:left; 
    position:relative; 
    margin-left:-145px; 
    margin-right:1px; 

}	

#side-left-nav{   
	
}

#side-left-nav ul{
	/*this seems to have to be here, even though I am not using it..? */
	
}
#side-left-nav li {		
	list-style-type:none;
    margin-left: 1px;   
}

#content{ 
    float: left;
    border: 0px solid red;  
    padding: 2px;   
    width: 100%; 
    position: relative; 
    margin: 0 -8px 0 -2px; 
}

#content li{
    padding: 6px;
    list-style-type: circle;    
}




#copyright{
    width: 100%;   
    text-align: center;   
    font-size: 80%;    
    border: 0px solid pink;    
    margin: 0px;
    padding: 0px;
    
      
 }
 
#date{    
    color: green;
    float: right;
    vertical-align: baseline;
 }
 
 
#highlight {
    font-weight: 600; 
    color: #006600
}


.clr{clear:both;}


#textbox {
    font-weight: 500; 
    font-size: 90%; 
    background-color: #FFCC66;   
    text-align: justify;
    padding: 10px;
   
}

.PageHeader{
    font-size: 130%;
    color: #060;
    font-weight: bold;
}