html, body 
{
    width:900px;
    background-color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    padding: 0;     
}

DIV.content
{
    float: right;
    text-align: left;
    padding-top: 20px;
    padding-left: 23px;       
    padding-bottom: 100px;    font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;    
    background-color: #fdf5e6;
}

DIV.content h1
{    font-size: 9pt;   
    font-weight: bold;     
    line-height: 22px;
    font-style: normal;    
}
DIV.content h2, li
{    font-size: 9pt;       font-weight: normal;    line-height: 18px;    font-style: normal; 
}
DIV.newsbox
{
    display: inline;
    float: left;
    width: 180px;
    height: 1000px;
    padding-top: 10px;
    margin-left: 5px;
    border-left: 1px solid #003300;  
    border-right: 1px solid #003300;      
    background-color: #fdf5e6;    
}

DIV.newsbox hr
{
    color: #003300;
}

DIV.newsbox img
{
    display: inline;
    float: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
DIV.newsbox h1
{
    display: inline;    font-size: 10pt;      
    font-family: Verdana, sans-serif;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
DIV.newsbox h2
{    font-size: 10pt; 
    font-family: Verdana, sans-serif;    font-weight: normal;    
    text-align: left;    line-height: 20px;    
    margin-left: 10px;
    margin-right: 10px;
}