html, body, p, h1, h2, h3, ul, ol, form, div {
    margin: 0 0 0 0;
    padding: 0;
    }
p {
    margin-bottom: 1em;
    }
img {
    border: 0;
    }
html {
    height: 100.1%;
    }
    
/* ------------------------------------------------------------------------------------------------------------------ */   
    
body {
    background-color: #FFFFFF;
    background-image: url('../img/bg.gif');
    }
body, td, input, .textfield, .large_text, .button, .button_warning {
    font-family: verdana, arial, sans-serif;
    font-size: 13px;
    color: #333333;
    }
    
/* ------------------------------------------------------------------------------------------------------------------ */     
    
#outer {
    background-image: url('../img/bg_line.gif');
    background-repeat: repeat-x;
    }    
#center {
    width: 695px;
    /*;width: 900px; */
    margin: auto;
    }
#left {
    float: left;
    display: inline;
    width: 695px;
    }  
#right {

    margin: 0 0 0 715px;
    padding: 57px 0 0 0;
    width: 182px;
    } 
#logo {
    display: block;
    width: 695px;
    margin: 0 0 6px 0;
    text-align: center;
    }
#slogan {
    display: block;
    padding: 6px 0 6px 0;
    text-align: center;
    }
#content {
    background-color: #FFFFFF;
    border-left: 1px solid #5C4955;
    border-right: 1px solid #5C4955;
    border-bottom: 1px solid #5C4955;  
    }
#footer {
    width: 695px;
    text-align: center;
    line-height: 2em;
    }
#db {
    padding: 20px 50px 20px 50px;
    background-image: url('../img/bg_db.gif');
    background-repeat: no-repeat;
    }
    
/* ------------------------------------------------------------------------------------------------------------------ */     

.nav {
    background-color: #5C4955;
    }
.nav td {
    height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    font-weight: bold;
    }
.nav a {
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    }
.nav a:hover {
    color: #FFDF0C;
    text-decoration: none;
    }
.nav td.line {
    border-left: 1px solid #A4B085;
    }
    
/* ------------------------------------------------------------------------------------------------------------------ */  
    
h1.std {
    padding: 10px 20px 10px 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 25px;
    font-family: 'times new roman', times, serif;
    font-weight: normal;
    color: #A4B085;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-image: url('../img/dotted.gif');
    }    
h1.slogan {
    padding: 5px 0 5px 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
    font-family: 'times new roman', times, serif;
    font-weight: normal;
    color: #5C4955;
    }
#content h2, #content h3, #content p, #content ul {
    margin-bottom: 1em;
    }
#content h2 {
    padding: 5px 10px 5px 10px;
    background-color: #5C4955;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    }
#content h3 {
    padding: 0 0 5px 0;
    color: #A4B085;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-bottom: 1px solid #A4B085;
    }
a {
    color: #0000CC;
    text-decoration: none;
    }
a:hover {
    text-decoration: underline;
    }
    
    
    
#db ul, ul {
    list-style: none;
    }
#db li {
    padding-bottom: 0.5em;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('../img/bullet_clover.gif');
    }
#db .resource li {
    padding-bottom: 0.5em;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('../img/page_white_stack.gif');
    }
#db ul li a {
    color: #333333;
    text-decoration: none;
    }
#db ul li a:hover {
    text-decoration: underline;
    }
.clovers {
    padding-bottom: 0.5em;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-image: url('../img/bullet_clover.gif');
    }    
.checks {
    padding-bottom: 0.5em;
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 1px;
    background-image: url('../img/accept.gif');
    }
    
    
    
form {
    display: inline;
    margin: 0;
    padding: 0;
    }
.label {
    padding: 5px 5px 5px 5px;
    text-align: center;
    background-color: #DADDCB;
    vertical-align: middle;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #5C4955;
    }
.errors {
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    background-color: #CD293A;
    line-height: 1.6em;
    }
.confirm {
    margin: 0;
    padding: 10px 10px 10px 10px;
    color: #FFFFFF;
    background-color: #009048;
    }
.confirm a, .confirm a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
.textfield {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 180px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFEF;
    }
.large_text {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 180px;
    height: 180px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFEF;
    }
.choices {
    padding: 5px;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    background-color: #FFFFEF;
    }
.choices td {
    vertical-align: middle;
    }
.button {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 100px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    letter-spacing: 1px;
    background-color: #D4D4CB;
    }
.button_warning {
    margin: 0;
    padding: 3px 6px 3px 6px;
    width: 100px;
    border-left: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
    letter-spacing: 1px;
    background-color: #CC0000;
    color: #FFFFFF;
    }
#footer{
    font-size: 11px;
    }
#footer a {
    color: #333333;
    text-decoration: none;
    }
#footer a:hover {
    text-decoration: underline;
    }
    
    
    
.illness-home a {
    color: #FFFFFF;
    text-decoration: none;
    }
.illness-home a:hover {
    color: #FFDF0C;
    text-decoration: none;
    }
