body
{
    margin:0;
    text-align: center;
}

body, span, td, a, div, input, textarea
{
    font-family: arial,verdana,sans-serif;
    font-size: 12px;
    line-height: 15px;
}

#mainDiv
{
    width: 743px;
    margin: 0 auto 0 auto;
    text-align: left;
}

#menu
{
    position:absolute;
    width:743px;
    height: 20px;
    z-index:10;
    padding-top: 6px;
    padding-left: 110px;
}

#menu a
{
    text-decoration: none;
    color: #666666;
    margin-left: 10px;
    font-weight: bold;
}

#menu a.tempmenuselected
{
    text-decoration: none;
    color: #990000;
    border-bottom:solid 1px #FFFFFF;
    margin-left: 10px;
    font-weight: bold;
}

#menu a:hover
{
    color: #990000;
    font-weight: bold;
}

#headerflash
{
    width:743px;
    height: 237px;
}

#menu2
{
    height: 20px;
    text-align: right;
}

#menu2 a
{
    text-decoration: none;
    color: #BBBBBB;
    margin-left: 10px;
}
#menu2 a:hover
{
    color: #990000;
    font-weight: bold;
}


#content
{
    padding-left: 80px;
}

#footer
{
    margin-top: 70px;
    color: #999999;
    border-top: solid 1px #EEEEEE;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 10px;
}

#footer a
{
    text-decoration: none;
    color: #999999;
}

#footer a:hover{
    color: #990000;
    text-decoration: underline;
}
