
#body_table
{
 width: 100%;
 height: 240px;
 background-color: white;
}

#body_cell
{
 height: 240px;
 border: solid;
 border-width: 0px 0px 20px 0px;
 border-color: rgb(0,51,51);
}

#partial_logo
{
 margin: 12px 0 0 40px;
}

#partial_logo_cell
{
 vertical-align: top;
 height: 240px;
 width: 306px;
 background-color: rgb(255,255,255);
 border: solid 0px rgb(0,50,50);
 border-width: 0 3px 0 0;
}

#text_cell
{
 background-color: rgb(255,255,255);
 color: rgb(40,22,111);
 font-family: arial, sans-serif;
 font-size: 100%;
 vertical-align: middle;
}

#homepage_text
{
 width: 80%; 
 text-align:left; 
 margin: 2em 0;
 padding: 0;
}