﻿
body
{
    background-color: #C6D6E7;
    height: 100%;
    margin: 20px 0px 0 0;
    padding: 0px;
    font-family: Tahoma,Arial,Sans-Serif;
    font-size: small;
}


td.border
{
    border-top: solid 1px #C6D6E7;
    border-left: solid 1px #C6D6E7;
    border-right: solid 1px #C6D6E7;
    border-bottom: solid 1px #C6D6E7;
}

td.borderlefttop
{
    border-top: solid 1px #C6D6E7;
    border-left: solid 1px #C6D6E7;
}

td.borderlefttopright
{
    border-top: solid 1px #C6D6E7;
    border-left: solid 1px #C6D6E7;
    border-right: solid 1px #C6D6E7;
}
td.borderlefttopbottom
{
    border-top: solid 1px #C6D6E7;
    border-left: solid 1px #C6D6E7;
    border-bottom: solid 1px #C6D6E7;
}
a
{
    color: #375573;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

a.homepage
{
    font-weight:bold;
    color: #EC7A09;
}

#DivBodyPanel
{
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 0px;
    width: 950px;
}

.heading
{
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    background: url(images/headingline.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-top: 10px;
    font-size: 14px;
}

.sidepanel
{
    background: url(images/linearorangeborder.png) bottom;
    background-repeat: no-repeat;
    background-position: left 40px;
}
.sidepanelitem
{
    vertical-align: top;
    width: 125px;
    padding: 10px 0px 10px 10px;
}
.sidepanelitemtop
{
    vertical-align: top;
    width: 125px;
}

div.Paragraph
{
    margin: 5px;
    padding: 0px 2px 2px 5px;
}

div.footer
{
    
    width:98%;
    background: url(images/footerborder.png) right top no-repeat;
    font-size:8pt;
    text-align:right;
    margin: 5px;
    padding: 5px 10px 2px 5px;
}

div.menuLink
{
    float: left;
    padding: 5px 5px 5px 5px;
    margin: 0px 2px 0px 2px;
    background-color: lightsteelblue;
    border: solid 1px white;
}

a.Menu
{
    text-decoration: none;
}

#topfeatures
{
    font-size: 12pt;
    font-weight: bold;
    color: #EC7A09;
    padding: 0px 0 0 10px;
}
#topfeatures p
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    margin: 0;
    padding: 5px 0 0 0;    
}

.borderrightbottom
{
    border-right: solid 1px #C6C7C6;
    border-bottom: solid 1px #C6C7C6;
}

.borderbottom
{
    border-bottom: solid 1px #C6C7C6;
}
.bordertopbottom
{
    border-top: solid 1px #C6C7C6;
    border-bottom: solid 1px #C6C7C6;
}

.upperrightfade
{
    background: url(images/upperrightfade.png) right top no-repeat;
}


.shadowboxbottom
{
    background: url(images/shadow.png) bottom repeat-x;
    width: 957px;
    margin-left: auto;
    margin-right: auto;
}
.shadowright
{
    background: url(images/shadow2.png) right repeat-y;
}

.lowerrightfade
{
    background: url(images/lowerrightfade.png) right bottom no-repeat;
}

.lowerleftfade
{
    background: url(images/lowerleftfade.png) left bottom no-repeat;
    padding-bottom: 8px;
}


ul.check
{  
    list-style-image: url(images/check.png) ;
}

ul.check li
{    
    padding-bottom: 5px;
    padding-left: 10px;
}

div.matrixheading
{
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 20px;
}
