
#navbarwrapper, #navbar, #sidebar, #sidebarcontent, #masthead, h1.replace, #pagetitle
{
display: none;
visibility: hidden;
}

#masthead img.replace
{
margin: 10px 20px;
}

.left { float: left; }

body
{
background: none;
color: #000;
font-family: "Times New Roman", Times, serif;
}

#content
{
margin-left: 20px;
}

h1, h2, h3
{
font-family: Arial, Helvetica, sans-serif;
}

#pagetitle h1
{
font: 18pt Arial, Helvetica, sans-serif;
}

#pagetitle
{
border: #ffffff;
border-left: #ffffff;
border-right: #ffffff;
}

img
{
border: none;
}

#content
{
margin: 0;
padding: 0 20px;
font-size: 1em;
}

#content table, tr, td
{
border: solid #666 1px;
padding: 0 10px;
}

#content table.smallfont
{
font-size: .8em;
}

/* floats images left */
#content img.left
{
float: left;
margin: 10px 30px 10px 10px;
}

/* floats images left smaller margins */
#content img.leftsmaller
{
float: left;
margin: 10px;
}

.clearboth
{
clear: both;
}

.clearleft
{
clear: left;
}

.clearright
{
clear: right;
}



