h1 
{
    font-size: 18px;
    color: rgb(1,70,135);
    font-family: Arial;
}
h2 
{
    font-size: 12px;
    color: rgb(108,49,0);
    font-family: Arial;
    line-height: 17px;
    font-weight: 500;
}
h3 
{
    font-size: 11px;
    color: rgb(108,49,0);
    font-family: Arial;
}
h4 
{
    font-size: 12px;
    color: rgb(108,49,0);
    font-family: Arial;
    line-height: 17px;
    font-weight: 700;
}
p
{
    font-size: 11px;
    color: rgb(93,93,93);
    line-height: 16px;
    font-family: Arial;
}
ul
{
	font-size:11px;
	color: rgb(93,93,93);
    line-height: 16px;
    font-family: Arial;
}

li
{
	font-size:11px;
	color: rgb(93,93,93);
    line-height: 16px;
    font-family: Arial;
}
/*****Use this for Two Column Area*****/

div#content_right_area
{
    text-align: center;
}
div#content_left_area
{
    width: 400px;
    float: left;
}