﻿body
{
margin-left: auto;
margin-right: auto;
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
background-color: #9eceff;
background-image: url(images/Background.jpg);
color: rgb(0,0,0);
}
h1, h2, h3, h4, h5, h6
{
font-family: Verdana, Arial, Helvetica;
font-family: Times New Roman, MS Serif;
}
h1
{
color: #004489;
font-size: 20pt;
}
h2
{
color: #410089; 
font-size: 16pt;
}
h3
{
color: #a90e13;
font-size: 14pt;
}
h4
{
color: #410089;
font-size: 14pt;
}
h5
{
color: #a90e13;
font-size: 12pt;
}
h6
{
color: #410089;
font-size: 12pt;
}
/*************************** Layout Styles ************************/
.MainTable
{
background-color: #ccffff;
margin-top: 15px;
margin-bottom: 15px;
margin-left: auto;
margin-right: auto;
border: 1px #004489 solid;
padding: 0px;
width: 768px;
height: 100%;
}
.Header
{
width: 768px;
height: 160px;
padding: 0px;
}
.Sidebar
{
width: 200px;
height: 100%;
min-height: 600px;
padding-top: 15px;
padding-left: 0px;
padding-right: 0px;
vertical-align: top;
background-image: url(images/Sidebar_Background.jpg);
background-repeat: no-repeat;
background-position: top;
}
.ContentArea
{
font-family: Verdana, Arial, Helvetica;
font-size: 11pt;
width: 568px;
height: 100%;
padding: 10px;
padding-right: 30px;
vertical-align: top;
}
.RightMargin
{
width: 1px;
height: 600px;
padding: 0px;
vertical-align: top;
}
.Footer
{
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
color: rgb(0,0,0);
padding-top: 10px;
padding-bottom: 10px;
border-top: dotted 1px #c28e23;
}
.FootDivider
{
}

/*************************** Menu Styles ************************/
.StaticMenuStyle
{
padding-left: 10px;
padding-top: 15px;
}
.StaticMenuItemStyle
{
font-family: Times New Roman, MS Serif;
font-size: 14pt;
font-weight: bold;
color: #1772ce;
border-top: solid 2px #20f3f3;
border-left: solid 2px #20f3f3;
border-right: solid 2px #00b7b7;
border-bottom: solid 2px #00b7b7;
padding: 2px;
width: 150px;
}
.StaticHoverStyle
{
font-family: Times New Roman, MS Serif;
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
color: #ccffff;
border-top: solid 2px #00b7b7;
border-left: solid 2px #00b7b7;
border-right: solid 2px #20f3f3;
border-bottom: solid 2px #20f3f3;
}
.StaticSelectedStyle
{
font-family: Times New Roman, MS Serif;
font-size: 14pt;
font-weight: bold;
text-decoration: underline;
color: #ccffff;
border-top: solid 2px #00b7b7;
border-left: solid 2px #00b7b7;
border-right: solid 2px #20f3f3;
border-bottom: solid 2px #20f3f3;
}