html
{
    margin: 0px;
    padding: 0px;
}
body
{
    background: url(../images/index_top.jpg) left top no-repeat;
    font-family: georgia, geneva, serif, verdana, sans-serif;
    font-size: 10pt;
    color: #000000;
    margin: 0px;
    padding: 0px;
}
p
{
    font: 10pt/14pt georgia, geneva, serif, verdana, sans-serif;
    margin-top: 0px;
    text-align: justify;
}
h1
{
    font: italic bold 18pt georgia;
    text-decoration: underline;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #000000;
}
h2
{
    font: italic normal 15pt georgia;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #BB0000;
}
h3
{
    font: italic normal 12pt georgia;
    margin-bottom: 0px;
    color: #000000;
    text-decoration: underline;
}
a:link, a:visited
{
    text-decoration: none;
    color: #BB0000;
}
a:hover, a:active
{
    text-decoration: underline;
    color: #660000;
}
#container
{
    min-width: 770px;
    padding: 0;
    margin: 0px;
    width: 770px;
}
#supportingText
{
    margin: 200px 100px 0 100px;
}
#footer
{
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
div#announcement
{
    border: 1px solid #cc0000;
    background-color: #dfdfdf;
    padding: 4px;
}
div#announcement p
{
    margin: 4px 0;
}
.title
{
    color: #BB0000;
}
.flash
{
    text-align: center;
}
li
{
    margin: 5px 0;
}
.list
{
    text-align: justify;
	width: 510px;
}
