body {
   margin: 0;
   padding: 0;
   border: 0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: medium;
   color: black;
   letter-spacing: 0.03em;
}
form { display: none )
#wrap{
   background: White;
   width: 760px;
   margin: 5px 20px 10px 20px;
}
#content {
   float: left;
   width: 100%;
   font-size: 100%;
   line-height: 1.5em;
   }
#sidebar {
   display: none;
   }
/* optional message appearing under banner */
#message{
   display: none;
}
#footer {
   display: none;
}
/* gutters */
#content .gutter {
   padding: 5px;
   }
#header {
   display: none;
}
strong, b {
   font-weight: bold;
   }
br {
   line-height: 1em;
} 
/* standard fonts */
ol {
   font-size: 100%;
   padding: 0;
   list-style: decimal;
   line-height: 155%;
   margin: 0.2em 0 0.2em 1.9em;
}
ol li {
   padding-left: 0.0em;
   margin: 0 0 0.3em -0.1em;
}
ul {
   font-size: 100%;
   padding: 0;
   list-style: none;
   line-height: 155%;
   margin: 0.3em 0 0.3em 0;
}
ul li {
   background: url(/site/graphics/bullet_arrow.gif) no-repeat 0 0.6em;
   padding-left: 1.5em;
   margin-bottom: 0.0em;
}
/* custom fonts */
.bold_statement {
   font-style: italic;
   font-weight: bold;
   text-align: center;
   line-height: 150%;
   font-size: 90%;
   margin: 0.3em 0 -0.3em 0;
}
p {
   font-size: 100%;
   line-height: 140%;
   margin-top: 0px;
   margin-bottom: 0; 
   }
.privacy{
   font-size: 85%;
   text-align: center;
   line-height: 120%;
}
/* heading fonts */
h1 {
   font-size: 135%;
   line-height: 140%;
   font-weight: bold;
   margin-top: 0.0em;
   margin-bottom: 0.4em;
   }
h2 {
   font-size: 120%;
   line-height: 120%;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0.4em;
   }
h3 {
   font-size: 110%;
   line-height: 140%;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0.0em;
   }
h4 {
   font-size: 100%;
   line-height: 140%;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: -0.0em;
   text-decoration: underline;
   }
h5 {
   font-size: 100%;
   line-height: 125%;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: -0.0em;
   }
h6 {
   font-size: 90%;
   line-height: 120%;
   font-weight: bold;
   margin-top: 0;
   margin-bottom: 0.0em;
   }
img {
   border: 0;
   }
table {
   border-collapse: collapse; /* important otherwise a border appears!!! */
}
.nowrap {
   white-space: nowrap;
   font-size: 100%;
/* must be combined with nobr in html for ie5win */
   }