﻿a
{
    color: #0000FF;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
body
{
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-image: url(/images/body_BackgroundImage.png);
    background-position: center top;
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 1em;
}
div#Footer
{
    font-size: .75em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}
div#Header
{
    height: 198px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}
div#MACInc
{
}
div#MainInfo
{
    font-size: 12pt;
    padding: 5px;
}
div#NavigationMenu
{
    margin-bottom: 10px;
    text-align: center;
}
div#wrapper
{
    background-color: #FFFFFF;
    border: solid 2px #4F4E4F;
    margin: 20px auto 10px;
    padding: 5px;
    width: 800px;
}
h1, h2, h3, h4, h5, h6, p
{
    font-weight: normal;
    margin-bottom: .5em;
}
h1
{
    font-size: 2em;
}
h2
{
    font-size: 1.5em;
}
h2.pageTitle
{
    font-style: italic;
    font-weight: bold;
}
h3
{
    font-size: 1.17em;
}
img#imgTitle
{
    height: 188px;
    margin: 0px auto;
    width: 795px;
}
li
{
}
p
{
    margin-bottom: 1em;
}
ul
{
    margin-bottom: 1em;
    padding-left: 20px;
}

/* Navigation Menu */
.NavMenuItem a
{
    color: #FFFFFF;
    text-decoration: none;
}
.NavMenuItem
{
    background-color: #291F6D;
    border: solid 1px #8080FF;
    height: 20px;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
}
.NavMenuItem:hover
{
    background-color: #8F2333;
    border: solid 1px #FF8080;
    padding: 6px;
}
