﻿body
{
    margin: 0px;
    padding: 0px;   
    font-family: Arial;
    font-size: 11pt;
    background-color: #d1edf7;
}
/*
Div class's

*/
.divPage
{
    width: 950px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    position: relative;
}
.divHead
{
    position: relative;
    width: 950px;
    height: 180px;
    background-image: url('images/bannerpic.jpg');
}
.divWrapper
{
    height: auto;
    width: 950px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    z-index: 3;
}
.divNav
{
    width: 149px;
    height: auto;
    z-index: 5;
    float: left;
}
.divContent
{
    position: relative;
    width: 750px;
    height: auto;
    text-align: left;
    padding: 10px;
    float: right;
    margin-right: 10px;
    min-height: 400px;
}
.divFooter
{
    position: relative;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: auto;
    height: 170px;
    font-size: 9pt;
    z-index: 1;
}
.divSlogan
{
    background-position: center center;
    background-image: url('images/sloganBackground.jpg');
    background-repeat: no-repeat;
    font-size: 20pt;
    color: #ffffff;
    width: 900px;
    height: 50px;
    padding: 10px;
    vertical-align: middle;
    z-index: 1;
}
/* 
Menu Class's
*/
.clsMenu
{
    width: 149px;
    display: block;
    background-color: Transparent;
}
.clsMenuItem
{
    width: 149px;
    height: 25px;
    display: block;
    background: url('images/button.jpg') no-repeat;
    line-height: 25px;
}
.clsMenuItem a:hover
{
    width: 149px;
    height: 25px;
    display: block;
    background: url('images/buttonOver.jpg') no-repeat;
    color: #ffffff;
}
.clsSubMenuItem
{
    width: 149px;
    height: 25px;
    display: block;
    background: url('images/buttonSub.jpg') no-repeat;
    line-height: 25px;
}
.clsSubMenuItem a:hover
{
    width: 149px;
    height: 25px;
    display: block;
    background: url('images/buttonSubOver.jpg') no-repeat;
    color: #ffffff;
}
.clsMenu table
{
    background-color: Transparent;
}
/*
Controls
*/
clsWizBut
{
    width: 149px;
    height: 35px;
    display: block;
    background: url('images/button.jpg') no-repeat;
}
clsWizBut:hover
{
    width: 149px;
    height: 35px;
    display: block;
    background: url('images/buttonOver.jpg') no-repeat;
}
/*
Elements
*/
a
{
    color: #005484;
}
a:hover
{
    color: #3fb4db;
}

h1
{
    font-family: Arial;
    font-size: 14pt;
    color: #005484;
    font-weight: bold;
}
h2
{
    font-family: Arial;
    font-size: 12pt;
    color: #005484;
}
h3
{
    font-family: Arial;
    font-size: 11pt;
    color: #005484;
}
h3
{
    font-family: Arial;
    font-size: 11pt;
    color: #005484;
    font-weight: bold;
}
img
{
    border: none;
    text-decoration: none;
}
img a
{
    border: none;
    text-decoration: none;
}
hr
{
    background-color: #009beb;
    color: #009beb;
    border: none;
}
/*
Text Classes
*/
.clsBoldedBlue
{
    font-weight: bold;
    color: #005484;
}





/*

Blog CSS - do not edit


Master Page div class's
*/
.blogMasterRightDiv
{
    float: right;
    width: 240px;
    height: auto;
    min-height: 400px;
    text-align: left;
    margin-left: 10px;
}
.blogMasterLeftDiv
{
    height: auto;
    text-align: left;
    width: 400px;
}
.adminNav
{
    position: relative;
    width: 180px;
    height: auto;
    z-index: 5;
    background-image: url('images/navMenuBackground.png');
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
}
/*
Content Page div class's
*/
.clsComments
{
    color: #005484;
    font-size: 9pt;
}
.clsDateLine
{
    color: #005484;
    font-size: 13pt;
    font-weight: bold;
}
.clsAlternateDiv
{
    background-color: #D9F0FC;
    width: 500px;
    margin: 10px;
    text-align: left;
}
.clsCommentsTop
{
    background-color: #D9F0FC;
    width: 550px;
    border: solid 1px #005484;
    padding: 15px;
}
.clsCommentsBottom
{
    border-style: none solid solid solid;
    width: 550px;
    padding: 15px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #005484;
    border-bottom-color: #005484;
    border-left-color:#005484;
}

/*
Controls
*/
.panLoggedOut
{
    text-align: left;
}

