/* Ensure the content spans the full width */
body, #container, #header, #keymessage, #colwrapper, #leftcol, #rightcol, #footer
{
width: 100%; margin: 0; float: none; padding: 0px;
}

body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
}

h1,h2 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}
h1 { 
font-size: 200%;
text-indent: 0px;
letter-spacing: 0px;
font-weight: bold;
line-height: 120%; 
}

.headerimage  {
  float: none;

}

h2 { font-size: 175%; }

a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline; }
#content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
}


.imagefloatleft {
    display: none;
}
.imagefloatright {
    display: none;
}