/* ************************************* GENERIC STYLES ***************************** */
body{
font:0.7em/1.2 Verdana, Arial, Helvetica, sans-serif;
}

/* ************************************** MASTHEAD ********************************** */
#masthead{
float:left;
clear:both;
}
/* ************************************** LEFT COLUMN - SUB NAVIGATION ********************************** */
#subnavigation  {
margin-right:0;
}
/* ************************************** MAIN CONTENT ********************************** */
#content{
margin-left:34px;
width:491px;
padding:0 60px 0 20px;
color:#595959;
border-left:2px dotted #a1c7e7;
padding-bottom:100px;
}
#content p{
margin-top:4px;
}
#content h2{
margin-top:4px;
color:#0c1c5d;
font-size:1.4em;
}
#content h3{
margin-bottom:0;
font-size:1.2em;
}
#content h4{
margin-bottom:0;
margin-top:4px;
font-size:1em;
}
#content ul{
margin-top:4px;
}
#content li{
margin-bottom:4px;
}
div#content a{
color:#595959;
text-decoration:underline;
}
div#content a:hover{
color:#c39;
}
