﻿body
{
color: #393d07;
margin-top:0px;
padding: 0;
background: #ffffff;
font-family: Georgia, serif;
}

h1
{
margin: 0px 0px 15px 0px;
font-size: 170%;
font-weight: bold;
font-family: Georgia, serif;
}

h2
{
font-size: 150%;
font-weight: bold;
margin: 0px;
color:#2d459d;
font-family: Georgia, serif;
}

h3
{
font-weight: bold;
font-size: 130%;
margin: 20px 0px 10px 0px;
}

td
{
vertical-align: top;
}

img
{
border: none;
}
.navbox
{
    width:20%;
    text-align:center;
    padding:2px;
    font-weight:normal;
    font-family: arial;
    font-size:14px;
    color: white;
    border-left: white 1px solid;
    cursor: pointer; 
    background: #2d459d;
}
.navItemHover
{
    text-align:center;
    padding:2px;
    font-weight:normal;
    font-family: arial;
    font-size:14px;
    color: white;
    border-left: white 1px solid;
    cursor: pointer; 
    background: #3856c4;
}
a
{
    color:#1a7dbb;
    text-decoration:none;
    font-weight:bold;
}
a:hover
{
    color:#1a7dbb;
    text-decoration:underline;
}
a:visited
{
    color:#173d87;
}
.blackBorder
{
    border:1px solid black;
    padding:3px;
    margin:3px;
}
.moreLink
{
    color:#872b19;
    font-size:9pt;
}
.whiteLinks
{
    color:White;
    text-decoration:none;
    font-weight:normal;
}
.whiteLinks:visited
{
    color:White;
    text-decoration:none;
    font-weight:normal;
}
.frontBorder
{
    border:1px solid #bd1b7e;
    width:33%;
}
