﻿body 
{
    margin:4px 0px 0px 0px;
    font-family: Arial;
    font-size:11pt;
    color: #626366;
    background-color: #555658;
    background-image: url("../Images/watertile.jpg");
}

.outerBox
{
    border: solid 1px white;
    width: 850px;
    background-color: white;
    text-align:left;
}
.outerBoxShadow
{
    border: solid 2px white;
    width: 853px;
    background-color: white;
    text-align:left;
}
.outerBoxShadow2
{
    border: solid 1px black;
    width: 857px;
    background-color: black;
    text-align:left;
}


.header
{
    border-bottom: solid 1px black;
    width: inherit;
    height: 131px;
    background-color: White;
}

.footer
{
    border-top: solid 1px black;
    width: inherit;
    height: 50px;
    background-color: White;
    text-align: center;

}

.content
{
    width: inherit;
    margin-bottom: 8px;
}

.nav
{
    width: 100%;
    height:30px;
    text-align: center;
    border-bottom: solid 1px black;
}

.middleArea
{       
        margin-left: 80px;
        width: 770px;
        vertical-align: middle;
        border-top: solid 1px white;
}
.textArea
{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 700px;
}

.pageHeader
{
    color: #0e49c9;
    font-size: 14pt;
    font-weight:bold;
}


h1
{
    color: #004f39;
    font-size: large;
}
h2
{
    font-weight: bold;
}
ul
{
    padding: 30px:
}
.pageSpec
{
width: 100%;
height: 500px;
}
.copyRight
{
    width: 850px;
    text-align:right;
    font-size: 8pt;
    color: White;
}

a:link.hyperlinkBlue{ 
color: #0e49c9; 
text-decoration: none;
}
a:visited.hyperlinkBlue { 
color: #0e49c9; 
text-decoration: none;
}
a:hover.hyperlinkBlue {
color: #0e49c9;
text-decoration: underline;
} 

img.floatRight { 
    float: right; 
    margin-left: 10px; 
}

.testimonial
{
    font-style: italic;
}
.smallPrint
{
    font-size: 8pt;
}
