﻿a:link
{
color: #8a14ff; 
}
a:visited
{
color: #8a14ff; 
} 
a:active 
{
color: #8a14ff;
}
a:hover 
{
color: #8a14ff;
text-decoration: underline;
}

a:link.Nav
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: rgb(255,255,255);
}
a:visited.Nav
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: rgb(255,255,255); 
} 
a:active.Nav
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: rgb(255,255,255);
}
a:hover.Nav
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
font-weight: bold;
text-decoration: none;
color: rgb(255,255,255);
}
body
{
background-image: url(images/background.jpg);
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
background-color: White;
color: Black;
margin: 0px;
}
.maintable
{
width: 100%;
height: 100%;
border: 0px none #000000;
margin: 0px;
padding: 0px;
}
.contentarea
{
height: 100%;
width: 100%;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 15px;
vertical-align: top;
}
.header
{
background-image: url(images/Header_Background.jpg);
width: 100%;
height: 160px;
border: 0px none #FFFFFF;
padding: 0px;
margin: 0px;
}
.sidebar
{
width: 255px;
height: 100%;
border: 0px none #FFFFFF;
padding: 10px;
margin-right: 0px;
vertical-align: top;
color: rgb(255,255,255);
}
.footertext
{
font-family: Verdana, Arial, Helvetica;
font-size: 8pt;
font-weight: bold;
color: rgb(51,51,51);
}
.detailHeader
{
font-weight: bold;
color: #ffffff;
background-color: #728b59;
vertical-align: top;
padding: 5px;
border-left: 1px solid #008921;
border-right: 1px solid #008921;
border-top: 1px solid #008921;
}
.detailContent
{
background-color: #e5eae0;
vertical-align: top;
padding: 5px;
border-left: 1px solid #008921;
border-right: 1px solid #008921;
border-bottom: 1px solid #008921;
}

ul
{
}
li
{
list-style-type: none;
background: url(images/bullet.gif) no-repeat;
padding-left: 1em;
padding-bottom: 0.5em;
}
table
{
}
td
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
}
p
{
font-family: Verdana, Arial, Helvetica;
font-size: 10pt;
}
hr
{
border: solid 1px #445336;
}
h1
{
font-family: Arial, Verdana, Helvetica;
font-size: 16pt;
color: #220089;
}
h2
{
font-family: Arial, Verdana, Helvetica;
font-size: 13pt;
color: #220089; 
}
h3
{
font-family: Verdana, Arial, Helvetica;
font-size: 16pt;
color: #9b1c3c; 
}
h4
{
font-family: Verdana, Arial, Helvetica;
font-size: 13pt;
color: #9b1c3c;
}
h5
{
font-family: Verdana, Arial, Helvetica;
font-size: 11pt;
color: #9b1c3c;
}
h6
{
font-family: Verdana, Arial, Helvetica;
font-size: 11pt;
color: #220089;
}
button
{
width: 144px;
height: 28px;
background-color: transparent;
font-weight: bold;
TEXT-ALIGN: center;
TEXT-DECORATION: none;
COLOR: #FFFF00;
padding: 0;
margin: 0;
border-width: 0;
cursor: pointer;
}

/**************************** Newsletter Classes *********************/
.sidebarTable
{
    width: 220px;
    border: solid 1px #CCCCA2;
    margin-left: auto;
    margin-right: auto;
}
.sidebarHeader
{
    background-color: #558F55;
    background-color: #728b59;
    color: #fcfccf;
    margin-left: auto;
    margin-right: auto;
}
.sidebarNewsletter
{
    background-color: #E0EAE0;
    background-color: #ced8c4;
}

.newsContents
{
border: solid 1px #1f1f98;
padding: 10px;
background-color: #d5e5f6;
background-color: #ced8c4;
color: #1f3d98;
}
.newsTabs
{
position: relative;
top: 1px;
left: 10px;
}
.newsTab
{
font-weight: bold;
border: solid 1px #1f1f98;
padding: 2px 10px;
background-color: #ced8c4;
color: #000000;
width: 100px;
}
.newsTabsSelected
{
font-weight: bold;
border: solid 1px #1f1f98;
border-bottom: none 1px #1f1f98;
padding: 4px 15px;
background-color: #ced8c4;
color: #000000;
width: 100px;
}
.newsArchived
{
margin-left: auto;
margin-right: auto;
}
.Feedback
{
font-size: 11pt;
font-weight: bold;
color: #a90e13;
}

