body {
    margin: 0px 0px 0px 0px;  /*auto*/; /* Need to set body margin and padding to get consistency between browsers. */
    padding: 0px 0px 0px 0px;
    text-align: center;
    background-color: #D3E0ED;
    color: #254667;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1 {
    color: #446280;
    font-weight: bold;
    font-size: 14pt;
    display:inline;
}
h2 {
    color: #799949;
    font-weight: bold;
    font-size: 12pt;
    display:inline;
}
h3 {
    color: #446280;
    font-weight: bold;
    font-size: 10pt;
    display:inline;
}

h5 {
    color: #799949;
    font-weight: bold;
    font-size: 9pt;
    display:inline;
}

ul li {
    list-style:circle;
}

#Header {
    width: 800px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    vertical-align: top;
}

#MenuAndContent {
    width: 800px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    padding: 0px 0px 0px 0px;
    text-align: left; /* Counteract to IE5/Win Hack */
}

#Menu {
    vertical-align:top;	
    width: 175px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #A9BCCF;    
}

#ContentContainer {
    width: 615px;
    padding: 25px 5px 5px 5px;
    background-color: #FFFFFF;
}

#Content {
    padding: 0px 0px 0px 30px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
}

#Footer {
    width: 800px;
    margin: 0px auto; /* Right and left margin widths set to "auto" */
    padding: 0px 0px 0px 0px;
    text-align: left; /* Counteract to IE5/Win Hack */
}

.heading {
    color: #446280;
    font-weight: bold;
    font-size: 14pt;
}

.heading2 {
    color: #446280;
    font-weight: bold;
    font-size: 10pt;
}

.heading3 {
    color: #799949;
    font-weight: bold;
    font-size: 11pt;
}

.footertext {
    background-color: #C3DF9A;
    padding: 5px 0px 10px 0px;
    color: #446280;
    text-align:center;
    font-size: 9pt;
    font-weight: bold;
}

.averagebold {
    color: #000000;
    font-weight: bold;
}

a:link {
    color: #446280;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}
a:link img {
    border: none;
}
a:hover {
    color: #446280;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: underline;
} 
a:visited {
    color: #446280;
    font-style: normal;
    font-weight: normal;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}
a:visited img {
    border: none;
}
a:active {} /* style visible only at moment of click */ 

a.ServiceLinks:link {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}
a.ServiceLinks:visited {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}
a.ServiceLinks:visited img {
    border: none;
}
a.ServiceLinks:hover {
    color: #799949;
    font-style: normal;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: underline;
} 
a.ServiceLinks:active {} /* style visible only at moment of click */ 

a.ServiceSubLinks:link {
    color: #799949;
    font-style: normal;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;
}
a.ServiceSubLinks:link img {
    border: none;
}
a.ServiceSubLinks:visited {
    color: #799949;
    font-style: normal;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-decoration: none;
}
a.ServiceSubLinks:visited img {
    border: none;
}
a.ServiceSubLinks:hover {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 8pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: underline;
} 
a.ServiceSubLinks:active {} /* style visible only at moment of click */

a.FooterSubLinks:link {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;    
}
a.FooterSubLinks:visited {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: none;    
}
a.FooterSubLinks:hover {
    color: #446280;
    font-style: normal;
    font-weight: bold;
    font-size: 7pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    text-decoration: underline;    
}