body 
        { 
        background-color: #fff;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 50px;
        }

#container
        {
        width: 700px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        }

#main
        {
        padding: 0;
        background-color: #fff;
        text-align: center;
        border: none;
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 11px;
        line-height: 20px;
        }

#headerleft
        {
        padding: 0px 0px 10px 0px;
        background-color: #fff;
        text-align: left;
        border-bottom: 1px solid #ccc;
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 11px;
        margin-bottom: 20px;
        }

#headerright 
        {
        padding: 0px 0px 20px 0px;
        background-color: #fff;
        text-align: right;
        border-bottom: 1px solid #ccc;
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 11px;
        margin-bottom: 20px;
        }

#footer 
        {
        padding: 10px 0px 0px 0px;
        background-color: #fff;
        text-align: right;
        border-top: 1px solid #ccc;
        font-family: verdana, sans-serif;
        color: #999;
        font-size: 9px;
        margin-top: 20px;
        }

#sidetitle 
        {
        padding: 10px;
        background-color: #f90;
        text-align: left;
        border: 1px solid #f90;
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 11px;
        font-weight: bold;
        margin: 5px 0px 0px 0px;
        }

#sidebar 
        {
        padding: 10px;
        background-color: #eee;
        text-align: left;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 10px;
        line-height: 14px;
        }

strong 
        {
        font-weight: bold;
        }

.largehead 
        {
        font-family: verdana, sans-serif;
        color: #000;
        font-size: 18px;
        line-height: 20px;
        font-weight: none;
        }

.subhead 
        {
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
        }

.small
        {
        font-family: verdana, sans-serif;
        color: #000;
        font-size: 10px;
        line-height: 14px;
        font-weight: none;
        }

.sideheader 
        {
        font-family: verdana, sans-serif;
        color: #333;
        font-size: 11px;
        line-height: 14px;
        font-weight: bold;
        font-style: italic;
        }

a:link 
        {
        color: #f90;
        text-decoration: none;
        font-weight: none;
        }

a:visited 
        {
        color: #f90;
        text-decoration: none;
        font-weight: none;
        }

a:active 
        {
        color: #f90;
        text-decoration: none;
        font-weight: none;
        }

a:hover 
        {
        color: #000;
        text-decoration: none;
        font-weight: none;
        }

h1
        {
        font-family: Georgia, serif;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 20px;
        letter-spacing: 2px;
        }

h3
        {
        font-size: 14px;
        padding: 2px;
        margin: 5px auto 15px auto;
        background-color: #f90;
        width: 600px;
        }

h4 
        {
        font-size: 12px;
        font-weight: normal;
        padding: 10px;
        margin: 10px auto 15px auto;
        background-color: #333;
        color: #fff;
        width: 600px;
        text-align: left;
        }

.note
        {
        font-size: 11px;
        font-style: italic;
        border: 1px solid #999;
        background-color: #eee;
        color: #000;
        padding: 5px;
        margin: 0px auto 35px auto;
        text-align: center;
        width: 500px;
        line-height: 14px;
        }

table
        {
        margin: 0 auto 0 auto;
        }

td.text
        {
        vertical-align: middle;
        text-align: left;
        padding: 5px;
        line-height: 16px;
        }

td.image
        {
        vertical-align: middle;
        text-align: center;
        padding: 5px;
        }

img
        {
        border: none;
        }