/**
{
    margin: 0;
    padding: 0;
}*/
body
{
    font: 12px "trebuchet ms", verdana, arial, sans-serif;
    color: #99C0C7;
    margin: 50px 0;
    padding: 0;
    background: #394F53;
}
td
{
    font: 12px "trebuchet ms", verdana, arial, sans-serif;
    color: #99C0C7;
}
a
{
    padding: 0 2px;
    text-decoration: none;
    color: #07AED1;
}
a:hover
{
    border-bottom: 1px dotted #07AED1;
    border-top: 1px dotted #07AED1;
    color: #99C0C7;
}
span
{
    color: #07AED1;
}
#notice
{
    position: absolute;
    left: 0;
    top: 0;
    clear: none;
    color: #99C0C7;
    font: bold 10px verdana;
}
#all
{
    margin: 0;
    width: 750px;
    background-color: #394F53;
}
#top
{
    margin: 0;
    padding: 0;
    width: 750px;
}
#topNav
{
    float: left;
    clear: none;
    margin-bottom: 5px;
}
#topNav ul, #topNav li
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#topNav a
{
    display: inline;
    font-size: 14px;
    line-height: 31px;
    padding: 10px 15px;
    margin: 0;
    margin-right: 2px;
    background-color: #2C3D40;
    border-top: 1px solid #2C3D40;
    color: #FFF;
}
#topNav a:hover
{
    background-color: #394F53;
    border-top: 1px dotted #07AED1;
}
#topNav #current a
{
    display: inline;
    padding: 10px 15px;
    line-height: 31px;
    margin: 0;
    margin-right: 2px;
    background-color: #003F4C;
    border-top: 1px solid #2D4145;
    color: #88B2BB;
}
#topNav #current a:hover
{
    background-color: #394F53;
    border-top: 1px dotted #07AED1;
}
#logo
{
    float: right;
    clean: none;
    font: 18px arial;
    font-weight: bold;
    line-height: 30px;
}
#nav
{
    width: 225px;
    padding: 30px 0 100px 0;
    margin: 0;
    float: right;
    clear: none;
    border-left: 1px dotted #2C3D40;
}
#nav #note
{
    font-size: 11px;
    text-align: right;
    padding: 4px;
}
#nav ul
{
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li
{
    color: #FFF;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    background-color: #2C3D40;
}
#nav li a
{
    padding: 6px 6px;
    display: block;
    margin: 0;
    background-color: #2C3D40;
    border-bottom: 1px solid #2C3D40;
    border-top: 1px solid #2C3D40;
    color: #FFF;
}
#nav li a:hover
{
    background-color: #003F4C;
    border-bottom: 1px dotted #07AED1;
    border-top: 1px dotted #07AED1;
}
#content
{
    clear: none;
    float: left;
    width: 750px;
    text-align: left;
    background-color: #001418;
    padding: 0;
}
#content #wrap
{
    width: 475px;
}
#bottom
{
    clear: both;
    width: 750px;
    height: 20px;
}
#copyright
{
    color: #001418;
    text-align: center;
}
#toTop
{
    padding-top: 20px;
    text-align: center;
}
strong, b
{
    color: #FFF;
}
.title
{
    border-bottom: 1px dotted #648F97;
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
    padding: 20px 10px 0 10px;
    margin: 0 0 5px 0;
    width: 475px;
    line-height: 30px;
    text-transform: lowercase;
}
.title .topLink
{
    float: right;
    clear: none;
    display: inline;
    font-size: 11px;
}
.title .topLink a
{
    color: #648F97;
}
.subtitle
{
    font-size: 30px;
    font-weight: bold;
    color: #648F97;
    padding: 0;
    margin: 0 0 5px 0;
    width: 475px;
    line-height: 30px;
    text-transform: lowercase;
}
.box
{
    width: 475px;
    margin: 13px 0 13px 13px;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.hidden {
    display: none;
}