﻿*
{
    padding: 0;
    margin: 0;
}

p, h1, h2, h3
{
    margin-bottom: 1em;
}

body
{
    width: 1000px;
    height: 600px;
    margin: auto;
    margin-top: 20px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, Sans-Serif;
}

.menu
{
    float: left;
    width: 220px;
    height: inherit;
    font-size: x-large;
    text-align: center;
}

.menu img
{
    width: 220px;
    border-style: none;
}

.menu ul
{
    margin-top: 50px;
}

.menu ul li
{
    padding: 0px 0px 10px 0px;
    height: 50px;
    line-height: 50px;
    list-style: none;
    cursor: pointer;
    background-image: url("../images/button-background.png");
    background-repeat: repeat-x;
}

.menu ul li:hover
{
    position: relative;
}

.menu ul li a
{
    display: block;
    text-decoration: none;
    color: Black;
}

.menu ul ul
{
    display: none;
    position: absolute;
    left: 100px;
    top: -25px;
    font-size: medium;
}

.menu ul li:hover ul
{
    display: block;
}

.menu ul ul li
{
   width: 200px;
   height: 40px;
   float: left;
}

.mainForm
{
    height: inherit;
}

.content
{
    float: left;
    width: 780px;
    height: inherit;
}

.pinstripeLeft
{
    float: left;
    margin: 20px 10px 0px;
    width: 1px;
    height: 580px;
    background-color: #662D91;
}

.pinstripeRight
{
    float: right;
    margin: 20px 10px 0px;
    width: 1px;
    height: 580px;
    background-color: #662D91;
}

.innerContent
{
    float:left;
    margin: 20px 0px 0px;
    width: 738px;
    height: 580px;
    background-image: url("../images/text-background.png");
}

.innerContentText
{
    clear: both;
    margin: 50px 40px 0px;
    width: 658px;
    height: 510px;
    overflow: auto;
}

.contentText a
{
    text-decoration: none;
}

.contentText ul
{
    margin-left: 25px;
    margin-bottom: 1em;
}

.footer
{
    clear: both;
    width: 738px;
    height: 20px;
    background-color: #f1e3fb;   
}

.footer ul
{
    list-style-type: none;
    text-align: center;
    font-size: small;
}

.footer ul li
{
    display: inline;
}

.footer ul li a
{
    text-decoration: none;
    color: Black;
}

.footer ul li a:hover
{
    text-decoration: overline;
}

.purpleText
{
    color: #662D91;
}

.terms
{
    font-size: small;
}

.terms ul
{
    margin-left: 25px;
}

.copyright
{
    font-size: small;
}

.copyright ul
{
    margin-left: 25px;
    margin-bottom: 1em;
}

.privacy
{
    font-size: small;
}

.privacy ul
{
    margin-left: 25px;
    margin-bottom: 1em;
}

.disclaimer
{
    font-size: small;
}

.smallerText
{
    font-size: small;
}

.contact
{
    font-size: smaller;
}

.contact h2
{
    margin-bottom: 0px;
}

.vCenterText
{
    vertical-align: text-top;
}

.italics
{
    font-style: italic;
}

.personalInfo
{
    font-size: small;
    font-style: italic;
}

.optOut
{
    list-style: none;
}

.optOut li
{
    display: inline;
}
