﻿body {
}

div#IvyLogoHeader
{
    background-color: #006e53;
    margin-bottom: 1em;
    margin-top: -.5em;
    width: 100%;
    height: 71px;
}
div#IvySpanFooter
{
    vertical-align: bottom;
    padding-left: 20px;
    padding-bottom: 7px;
    font-size: 11px;
    color: #333333;
    line-height: 13px;
}
div#IvyDivFooter
{
    margin: auto;
    width: 75%;
    padding-top: 1em;
    padding-bottom: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
}

div#IvyPage
{
    width: 61%;
    margin: auto;
}

div#IvyMainContent
{
    padding-left: 1em;
}

a:link
{
color: #27674d;
text-decoration: underline;
}

a:hover
{
color: #009966;
text-decoration: underline;
}

a:visited
{
color:#27674d;
text-decoration:underline;
}