﻿body 
{
    background-color: #ececec;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin: 0 auto;
    background-color:#ffffff;
}

a:link
{
    color: #000000;
    text-decoration: none;
}
a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #8f1d21;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: none;
}
.clearbr
{
    clear: both;
}

#outArea
{
    text-align: center;
    width: 740px;
    padding: 0px;
    margin: 0 auto;
    background-color:#ffffff;
}

#contentArea
{
    padding:18px;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}
#contentArea h1
{
    font-weight: bold;
    font-size: 22px;
    color:#000799;
}
#content
{
    line-height:180%;
    letter-spacing:1px;
    text-align:left;
    font-size:14px;
}
#content_nav
{
    text-align:left;
    font-size:13px;
}
#content_nav hr
{
    font-size: 1px;
    color: #cccccc;
}
#content_nav span
{
    margin-left:1px;
    margin-right:1px;
}
#content_tools span
{
    margin-left:8px;
    margin-right:8px;
}
#content_tools
{
    font-size: 13px;
    margin-bottom: 25px;
    background-color: #eaeaea;
    padding:6px;
}

#bottomArea
{
    margin-top: 3px;
    padding-top:20px;
    height: 100px;
    background-color: #eaeaea;
    text-align: center;
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}
#imgDiv
{
    text-align:center;
}

#imgDiv img
{
    border: 1px solid #666666;
    display: block;
    margin-bottom:5px;
    margin-top:5px;
}

#imgDiv ul
{
    list-style-type: none;
}

#fileDiv
{
    text-align:left;
    padding-left:20px;
    display:none;
}
#fileDiv ul
{
    list-style-type: none;
}
#fileDiv img
{
    margin-right:5px;
}

