﻿body
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    color: #444444;
    font-size: 13px;
}

td
{
    vertical-align: top;
    text-align: left;
}

h1
{
    font-size: large;
    color: #2360c0;
}

h2
{
    font-size: 14px;
    color: #2360c0;
}

.MenuColumn
{
    width: 120px;
    padding-top: 56px;
}

.MidColumn
{
    width: 444px;
    padding-right: 24px;
    padding-left: 28px;
}

.PicColumn
{
    width: 200px;
    padding-top: 32px;
}

.ContactCol
{
    padding-left: 28px;
    width: 130px;
}

.ContactInput
{
    width: 302px;
}

.footer, .footer a, footer a:hover, footer a:visited
{
    clear: both;
    color: #444444;
    text-align: center;
    text-decoration: none;
}

.EmailLink a
{
    text-decoration: none;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

.EmailLink a:hover 
{
    color: #04169e;
}

h1#acc1 a, h1#acc2 a, h1#acc3 a, h1#acc4 a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    outline: none;
    border-bottom: 1px solid #444444;
    cursor: pointer;
    margin: 0 0 0 0;
}

.accordion_toggle
{
    /*background-position: url(images/accordion_toggle.jpg) no-repeat top right #80020;*/ /*background-position: url(images/accordion_toggle.jpg) no-repeat top right #80020;*/ /*background: url(images/accordion_toggle.jpg) no-repeat top right #80020;*/
    display: block;
    height: 30px; /*width: 440px;*/ /*padding: 0 10px 0 10px;*/
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    font-size: 14px;
    border-bottom: 1px solid #444444;
    cursor: pointer;
    margin: 0 0 0 0;
    background-color: #04169e;
    font-family: Verdana;
}

.accordion_toggle_active, h1#acc1 a:hover, h1#acc2 a:hover, h1#acc3 a:hover, h1#acc4 a:hover
{
    padding: 0px;
    background-color: #3d9fdd;
}
		
.accordion_content
{
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
}


