/* ************ */
/* *** body *** */
/* ************ */

body {
    background: #ffffff url(background.gif) repeat scroll top left;
    margin: 0px;
    padding: 10px;
}

img {
    border: 1px solid #666666;
    margin: 5px 0px 5px 10px;
    padding: 0px;
}

.noline {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.hidden {
   height: 0px;
   width: 0px;
   overflow: hidden;
}

/* *************** */
/* *** content *** */
/* *************** */

#content {
    position: absolute;
    top: 0;
    left: 50%;
    width: 550px;
    margin-left: -275px;
    margin-top: 0px;
    padding: 10px;
    color: #000000;
    font: 14px verdana, arial, helvetica, sans-serif;
}

table {
    border: 1px solid #666666;
    background: #ffffff;
    margin-top: 20px;
}

#content .temp  {
    border: 6px solid #999999;
    background: #990000;
    width: 550px;
    height: 75px;
    padding: 0px;
    margin: 0px 0px -10px 0px;
    font: 36px georgia, palatino linotype, palatino, times, serif;
    font-weight: bold;
    color: #cccccc;
    letter-spacing: .5em;
}

#content h2  {
    padding: 5px 0px 10px 0px;
    margin: 5px 0px 10px 0px;
    font: 18px georgia, palatino linotype, palatino, times, serif;
    font-weight: bold;
    color: #990000;
    text-align: left;
    letter-spacing: .1em;
}

#content h3 {
    color: #990000;
    font:16px georgia, palatino linotype, palatino, times, serif;
    font-weight:normal;
    letter-spacing:.1em;
    margin: 5px 0px 5px 0px;
    border-bottom:1px solid #990000;
    padding-bottom:3px;
}

#content h4  {
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 5px 0px;
    font: 18px georgia, palatino linotype, palatino, times, serif;
    font-weight: bold;
    color: #990000;
    text-align: left;
    letter-spacing: .1em;
}

#content h5  {
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    font: 16px georgia, palatino linotype, palatino, times, serif;
    font-weight: normal;
    color: #990000;
    text-align: left;
    letter-spacing: .1em;
}

#content h6  {
    padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    font: 14px georgia, palatino linotype, palatino, times, serif;
    font-style: italic;
    color: #990000;
    text-align: left;
    letter-spacing: .1em;
}

#content p {
    margin: 2px 0px 15px 0px;
    padding: 0px;
    text-align: justify;
}

#content a {
    text-decoration: none;
    font-weight: bold;
    color: #336699;
}

#content a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #003366;
}

#content dt {
    margin: 2px 0px 5px 0px;
    text-align: justify;
}

#content dd {
    margin: 2px 15px 15px 15px;
    text-align: justify;
}

#content blockquote {
    margin: 2px 15px 15px 15px;
    text-align: justify;
}

#content .center {
    text-align: center;
}

#content .emph {
    color: #990000;
}

#content .emph a {
    color: #990000;
}

#content .emph a:hover {
    color: #990000;
}

#content .nobottom {
    margin: 2px 0px 2px 0px;
    padding-bottom: 0px;
}

#content .small {
    font: 12px verdana, arial, helvetica, sans-serif;
}

/* ************** */
/* *** footer *** */
/* ************** */

#footer {
    border-top: 1px solid #666666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    margin-top: 10px;
    font: 12px verdana, arial, helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    text-align: justify;
}

#footer p {
    margin: 2px 0px 2px 0px;
}

#footer a {
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

#footer a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #333333;
}


