body
{
    margin: 0; /* without margins the page would be stuck to the sides*/
    font-family: verdana, arial, sans-serif; /* base font is defined in the page */
    font-size: 12px; /* size font is defined in the page */
    background-image: url(images/orangebk.gif);
}
#head1 
{
    
    width: 770px;
    height: 91px;
}
#head2
{
    width: 770px;
    height: 36px;
} 
#logo {
    float: right; /* to align the logo to the right */
    margin-right: 10px;  /* place the logo within its container, head1 */
    margin-top: 3px;
    border: 0;
}
#centre
{
    background-image: url(images/orangebk.gif);
    margin: 10px;
    color: white;
    font-family: Verdana;
}
#mainTitle
{
    background-image: url(images/orangebk.gif);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
#benefitTitle
{
    background-image: url(images/orangebk.gif);
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 10pt; 
    font-style: normal;
}
.wizard
{
    border: solid 1px black;
    width: 400px;
    font-family: Arial;
    height: 300px;
}
.header
{
    font-family: Arial;
    background-color: #fffacd;
}
.sidebar
{
    background-color: #ffcc00;
    padding: 10px;
    width: 100px;
    background-image: url(images/orangebk.gif);
}
.sidebar a
{
    text-decoration:none;
}
.step
{
    padding:10px
}
.standard_text {  font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #333333; font-weight: normal}
.Headers {  font-family: Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; color: #333333}
.standard_text_small { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #333333; font-weight: normal }
.standard_text_tiny { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #3333FF; font-weight: normal }
.Headers_small { font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #FF0000}
.banner_headers { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #efe0c3; font-weight: bold}
.standard_text_tiny_ads { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; font-weight: normal }