body{
    font-family:Arial,san-serif;
    font-size:13px;
    }

#container{
    position:relative;
    margin:auto;
    border:solid 1px #316CCA;
    width:800px;
    }
#masthead{
    height:200px;
    background-color:#316CCA;

    }
#topmenu{
    background-color:#9AA5B4;
    text-align:left;
    width:800px;
    height:24px;

    }
#topmenu a{
    text-decoration:none;
    font-family:Times New Roman,serif;
    font-weight:bold;
    font-size:20px;
    color:#316CCA;
    padding-left:10px;
    padding-right:40px;
}
#topmenu a:hover{
    text-decoration:none;
    font-family:Times New Roman,serif;
    font-weight:bold;
    font-size:20px;
    color:#66144B;
    padding-left:10px;
    padding-right:40px;
}

#content{
    position:relative;
    width:800px;

    }
#leftmenu{
    position:absolute;
    top:12px;
    left:12px;
    width:160px;
    }
#center{
    position:relative;
    top:12px;
    left:160px;
    width:440px;
    padding-right:12px;
}
#rightcol{
    position:absolute;
    top:12px;
    left:600px;
    width:200px;
    text-align:center;

}


#leftmenu a{
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    color:maroon;
}
#leftmenu a:hover{
    text-decoration:underline;
    font-weight:bold;
    font-size:14px;
    color:maroon;
}

#footer{
    text-align:center;
    font-size:10px;
    padding:16px;

}
#logo{
    margin-bottom:60px;
    }
h1, h2, h3{
    font-weight:bold;
    margin:0px;
    }

h1{
    font-size:18px;
}
h2{
    font-size:16px;
    color:gray;
}

h3{
    font-size:14px;
    color:maroon;
    margin:0px;
    }

form td{
    vertical-align:top;
}

p.info{
    font-weight:bold;
    font-size:12px;
    color:gray;
    margin-top:0px;
    }
a.info_email{
    font-size:9px;
    color:maroon;
    text-decoration:none;
    }
a.info_email:hover{
    font-size:9px;
    color:maroon;
    text-decoration:underline;
    }
a.getquote{
    font-size:14px;
    font-weight:bold;
    color:navy;
    text-decoration:none;
    }
a.getquote:hover{
    font-size:14px;
    font-weight:bold;
    color:navy;
    text-decoration:underline;
    }

