﻿*, html
{
    margin: 0;
    padding: 0;
}

body
{
    text-align: center;                                 /* IE Center */
    background: #1D273B none;
    font: 10pt Arial, Helvectia, sans-serif;
}

#content-wrapper
{
    text-align: left;
}

h2
{
    margin-top: 20px !important;
}

h1
{
    border-bottom: solid 1px #1287c2;
    padding-bottom: 5px;
}

#header h1, #header h2
{
    text-indent: -9999pt;
    border: 0;
}

#content-wrapper
{
    margin: 0 auto;                                     /* FF Center */
    width: 777px;
    margin-top: 20px;
}

#header
{
    background: transparent url(/App_Images/header.gif) no-repeat;
    height: 223px;
}

#column-left
{
    width: 191px;
    float: left;
}

#menu-top
{
    background: transparent url(/App_Images/menu-top.gif) no-repeat;
    width: 191px;
    height: 26px;
}

#menu
{
    background: transparent url(/App_Images/menu-bg.gif) repeat-y;
    width: 191px;
}

#menu ul
{
    list-style-type: none;
    color: #FFFFFF;
    line-height: 18px;
    padding:  0 0 0 20px;
}

#menu ul li.heading
{
    border-bottom: 1px solid #FFFFFF;
    color: #97B4DD;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    text-decoration: none;
    margin-right: 20px;
}

#menu li
{
    border-bottom: solid 1px #1287c2;
    margin-right: 20px;
}

#menu li, #menu li a
{
    margin-left:0px;
    padding: 3px 0px 3px 5px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

#menu li a:hover
{
    color: #0b1b3b;
}

#menu-bottom
{
    background: transparent url(/App_Images/menu-bottom.gif) no-repeat;
    width: 191px;
    height: 26px;
}

#column-right
{
    width: 586px;
    float: right;
}

.inner-row
{
    background: transparent url(/App_Images/content-top.gif) no-repeat top left;
    float: left;
    padding: 21px 0 21px;
    width: 585px;
}

.inner-row-post
{
    background: transparent url(/App_Images/content-bg.gif) repeat-y;
    line-height: 1.4em;
}

.inner-row-post p, .inner-row-post ul.margin
{
    padding: 0 20px;
    margin: 10px 0 0;
}

.inner-row-post ul
{
    list-style-type: none;
}

.inner-row-post h1, .inner-row-post h2
{
    margin: 0 20px;
}

.inner-row-post p.lastword
{
    background: transparent url(/App_Images/content-bottom.gif) no-repeat bottom left;
    padding: 10px 20px 20px;
}

#footer
{
    float: left;
    background: transparent url(/App_Images/footer.gif) no-repeat;
    text-align: center;
    width: 777px;
    height: 55px;
}

#footer p
{
    color: #FFFFFF;
    padding-top: 30px;
}

#footer p a
{
    color: #FFFFFF;
}
