/* a:link {color: darkblue}     unvisited link */
/* a:visited {color: darkblue}  /* visited link */
/* a:hover {color: #FF8040}   /* mouse over link */
/* a:active {color: darkblue}   /* selected link */

h1 {margin-top: 0}
h1 {text-align: center}
h1 {font-family: "Arial, Helvetica, sans-serif"}
h1 {font-size: 24px}
h1 {color: #FFFFFF}
h1 {font-style: bold}


#primary-content
{
    float:left;
    background:url('/images/primary-content-header-w-grad.gif') no-repeat 0 12px ;
    width:480px;    
    min-height:150px; padding-left:25px; padding-right:25px; padding-top:25px; padding-bottom:20px
}


#secondary-content
{
    float:left;
    padding:0 0 2em 0;
    width:228px;
}