﻿*
{
    font-family: Arial, Calibri, Sans-Serif;
    font-size: 10pt;
    color: #2D5B7A;
}

body
{
    background: #E7F0F7;
    margin: 0px;
    padding: 0px;
}

#pageContainer
{
    width: 885px;
    margin: 0px auto;
}

#header
{
    background: transparent url(images/content.png) repeat-y scroll left top;
    padding: 0px 7px;
}

#content
{
    background: transparent url(images/content.png) repeat-y scroll left top;
    padding: 5px 16px;
}

#page
{
    width: 627px;
}

p, h1, h2
{
    margin: 0px 0px 8px 0px;
}

img
{
    border: 0px;
    margin: 0px;
}

h1
{
    font-size: 16px;
    padding: 8px 8px 8px 13px;
    background: #2D5B7A;
    color: White;
    width: 606px;
}

h2
{
    font-size: 10pt;
    padding: 3px;
    background: #2D5B7A;
    color: White;
}

h3
{
    font-size: 12pt;
    margin: 0px;
}

#leftColumn
{
    width: 200px;
    float: left;
}

#rightColumn
{
    margin-left: 220px;
}

.clear
{
    clear: both;
}

#leftColumn ul
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#leftColumn ul li
{
    color: White;
    margin: 0px;
    padding: 0px;
}

#leftColumn ul li a.menuButton
{
    background: transparent url(images/button.png) no-repeat scroll left top;
    color: White;
    display: block;
    height: 21px;
    margin: 0px 0px 4px 0px;
    padding: 7px 0px 0px 8px;
    text-decoration: none;
    width: 210px;    
    font-weight: bold;
    font-size: 9pt;
}

#leftColumn ul ul
{
    display: none;
}

#leftColumn ul ul li a.menuButton
{
    background: transparent url(images/button2.png) no-repeat scroll left top;
}

#leftColumn ul li a.flashButton
{
    background: transparent url(images/flashbutton.gif) no-repeat scroll left top;
    color: White;
    display: block;
    height: 21px;
    margin: 0px 0px 4px 0px;
    padding: 7px 0px 0px 8px;
    text-decoration: none;
    width: 210px;
    font-weight: bold;
}

th
{
    font-weight: bold;
    color: White;
}

textarea, input[type=text], select
{
    border: solid 1px #2D5B7A;
    background-color: #F7F7F7;
}

.boxContent
{
    padding: 5px;
    background: #2D5B7A;
    color: White;
    width: 200px;
}

.boxContent p, .boxContent label
{
    color: White;
}

.boxContent input[type=text]
{    
    background: #E7E7FF;
    border: solid 1px White;
}

.boxContent input[type=submit]
{
    margin: 10px auto;    
    background: #E7E7FF;
    border: solid 1px White;
}

.twoCol
{
    margin: 0px;
    float: left;
    width: 280px;
}

.fourcol
{
    width: 153px;
    margin: 0 5px 0 0;
    background: #2d5b7a;
    float: left;
}
.col1
{
    margin-left: 0px;
    background: #7695a9;
}
.col2
{
    background: #517790;
}
.col3
{
    background: #366280;
}
.col4
{
    margin-right: 0;
}

.fourcol a
{
    text-decoration: none;
}

.fourcol a span
{
    width: 140px;
    height: 31px;
    display: block;
    padding: 7px 6px;
    margin: 0;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.fourcol a img
{
    width: 152px;
    height: 100px;
    border: 0;
    border-top: 5px #FFFFFF solid;
    border-bottom: 5px #FFFFFF solid;
    margin: 0;
    padding: 0;
}
.fourcol .tagline
{
    width: 140px;
    height: 210px;
    display: block;
    padding: 7px 6px;
    margin: 0;
}
.fourcol .tagline p
{
    font-size: 12px;
    color: #FFFFFF;
}

#footerHead
{
    margin: 10px 0px 0px 0px;
    background: url('images/footer_bg.png') top left no-repeat;
    background-position: 0px 0px;
    height: 8px
}

#footerText
{
    width: 846px;
    display: block;
    font-size: 7.5pt;
    font-weight: normal;
    color: #FFFFFF;
    text-decoration: none;
    background: #2d5b7a;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 3px 0px 3px;
}

#footerBottom
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url('images/footer_bg.png') top left no-repeat;
    background-position: 0px -20px;
    height: 8px;
}

#footer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}