html   
{   
    overflow: -moz-scrollbars-vertical;     /* Forces vertical scrollbar in Firefox.  */
    -ms-overflow-y: scroll;                 /* Forces vertical scrollbar in  IE.  */
    min-height:100%; margin-bottom:1px;     /* Forces vertical scrollbar in Opera */
}
body
{
    text-align: center; /* this is for IE5 */
    background-color: #E6EBF2;
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
}
#wrapper    /* This is a centering wrapper. */
{
    margin: 0 auto; /* This works in most browsers. */
    text-align: left;  /* The previous <body> cenering rule needs to be negated. */
    width: 750px;
    border: 2px solid #6F8CB5;
    background-color: #FFFFFF;
    overflow: hidden;
}
#header1    /* This holds the logo. */
{
    height: 50px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6F8CB5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
}
#header2 div  
{
    float: left;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #6F8CB5;
    padding-top: 5px;
    padding-bottom: 5px;
}
#header2left    /* This holds the word graphic identifying the page category and used to anchor the menu bar. */
{
    width: 220px;
    height: 20px;
    padding-left: 5px;
}
#header2right   /* This holds the word identifying the specific sub page. */
{
    text-align: center;
    width: 525px;
    height: 30px;
    margin-top:-10px; 
}
#content div
{
    text-align: center;
    float: left;
}
#content-left
{
    width: 225px;
    min-height: 200px;
}
#content-main
{
    padding: 10px 10px 520px 10px;
    margin-bottom: -500px; /* This negative margin offset by the padding ensures the columns are the same length. */
    width: 504px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #6F8CB5;
}
#content-middle            /* This holds the middle column in the 3 column layout. */
{
    width:160px;
    padding-top: 10px;
    padding-bottom: 500px;       /* This negative margin offset by the padding ensures the columns are the same length. */
    margin-bottom: -500px;       /* The difference is the effective padding. */
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #6F8CB5;
}
#content-right          /* This holds the right column in the 3 column layout. */
{
    width:344px;
    padding:10px;
    }

a
{
    font-size: 8pt;
    color: #0099FF;
}
a:link
{
    color: #0099FF;
}
a:visited
{
    color: #008000;
}
a:active
{
    color: #FF9933;
}
a:hover
{
    color: #0033CC;
}
table
{
    border-collapse: collapse;
}
#column1
{
    width: 64px;
}
#column2
{
    width: 350px;
}
#column3
{
    width: 90px;
}
p
{
    font-size: 10pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
}
h1
{
    font-size: 12pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 2px;
}
h2
{
    font-size: 10pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
}
h3
{
    font-size: 10pt;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}
h4
{
    color: rgb(153,153,0);
}
h5
{
    color: rgb(255,153,0);
}
h6
{
    font-size: 8pt;
    margin-top: 2px;
    margin-bottom: 2px;
}
ul
{
    font-size: 12px;
    margin-left: -15px;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: left;
}
li
{
}
dt
{
    font-size: 10px;
    text-align: Right;
    margin-right: 5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
dd
{
    text-align: Left;
    font-size: 8pt;
    margin-left: 5pt;
    margin-right: 5pt;
    margin-top: 2pt;
    margin-bottom: 2pt;
}
dl
{
    margin-top: 0pt;
    margin-bottom: 0pt;
}
