
#header
{
 background: #fff;
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 16pt;
 font-weight: bold;
 color: gray;
 background: #fff;
 
}

#content
{
 margin-left: 185px;
 margin-right: 20px;
 max-width: 550px;
 width:expression(document.body.clientWidth > 550? "550px": "auto" ); /* this fixes IE's inability to follow standards - basically sets max-width. credit goes to: http://www.svendtofte.com/code/max_width_in_ie/ */
 padding: 5px;
 width: auto;
 font-family: "Verdana", "Arial", sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: #000;
 background-color: #fff;

 /* border: solid 1px #f00; */
}

.paragraph
{
 padding: 1em 0 2em 0;
}

.lessspace
{
 padding: 0em 0 1em 0;
}
.big
{
 font-size: larger;
 font-weight: 600;
}
.centerimage
{
 align: center;
}

.list1 li
{
 padding-bottom: 1em;
}

#footer
{
 border-top: 1px solid #595959;
 background-color: #e6e6e6;
 /* border: solid 1px #f00; */
}

#footer a
{
 font-size: 7pt;
 background-color: #e6e6e6;
}
