#mainbox  {
position: absolute;
border: 1px;
border-color: black;
border-style:solid;
top:200px;
right:35px;
left:35px;
bottom:50px;
font-family: Verdana;
}

#mainbox2  {
position: absolute;
border: 1px;
border-color: black;
border-style:solid;
top:300px;
right:15px;
left:15px;
bottom:5px;
font-family: Verdana;
}

#tophalfboxleft {
position: absolute;
top: 40px;
height: 380px;
width: 50%;
font-size: 16px; 
font-weight: 800;
font-family: Veranda;
border-right: 1px;
border-right-color: black;
border-right-style:solid;
}


#tophalfboxright {
position: absolute;
left: 450;
top: 40px;
left: 603px;
width: 50%;
height: 380px;
font-size: 16px; 
font-weight: 800;
font-family: Verdana;
}

#bottomleftbox {
position: absolute;
top:480px;
width: 100%;
font-size: 16px; 
font-family: Veranda;
}


#cell {
font-family: Times;
font-size: 14px; 

}

h1 {
font-size: 18px;
font-family: Times;
}

p {
font-size: 14px;
font-family: Times;
}

h3 {
font-size: 16px;
font-family: Times;
font-weight: 550;
}

h4 {
color: red;
font-size: 16px;
font-family: Times;
font-weight: 550;
}

h5 {
font-size: 14px;
font-family: Times;
font-weight: 550;
}

table.main
{
    border-right-color: black;
    border-right-width: 0 0 .5px .5px;
    border-right-style: solid;

}

td.main
{
    border-right: black;
    border-right-width: 0 0 1px 0;
    border-right-style: solid;
 
 
}

td.header
{
    border-color: #0066CC;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 4px;
    background-color: white;
    font-size: 14px;
    font-weight: 600;
 
    
}