/*
 * top-level graphics stylesheet
 */

html, body 
{
   margin: 0;
   padding: 0;
}
html
{
   position: relative;
}
body
{
   font-family: Georgia, Palatino, "Times New Roman", serif;
   font-size: small;
   line-height: 1.3;
   background: rgb( 255, 255, 255 );
}
q
{
   quotes: "\201C" "\201D";
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * masthead
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#masthead
{
   background: rgb( 255, 255, 255 ) url( images/MRG.gif ) 5% 0 no-repeat;
   height: 250px;
}
#masthead h1
{
   margin: 0;
   padding: 0;
   text-indent: -5000px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * content area
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#content
{
   margin: 4em 30px 0 40px;
}

h2 
{
   margin-top: 1.5em;
   font: 140% Optima, "Gill Sans", Verdana, sans-serif;
   border-bottom: 1px dotted #999;
   paddingÐbottom: 0.5em;
   margin-bottom: 1em;
}

#content a:link, #content a:visited, #content a:hover
{
   text-decoration: none;
   border-bottom: 1px dotted #999;
   color: inherit;
}

#content a:hover
{
   color: #999;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 * footer area
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#legal
{
   position: fixed;
   bottom: 0;
   left: 0;
   right: 0;
   padding-top: 1em;
   background-color: transparent;
}
#legal p
{
   font-size: smaller;
   margin: 0;
   border-top: 3px double #999;
   background-color: #ddd;
   padding: 0.5em 0 0.5em 1em;
}
