﻿/* MustardSeed web site styles */

body {
}

.wholepage { width: 950px; margin: auto; border: 0; padding: 0; } 

td a { text-decoration:none; color:White}
p a { text-decoration:underline; color:Blue}
span a { text-decoration:underline; color:Blue}

.header1
{
    width: 480px;
    border: solid #65018d;
    border-left-width: 2px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.headerspacing
{
    width:100px;
    border: solid #65018d;
    border-left-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.header2
{
    width: 179px;
    border: solid #65018d;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.header3
{
    border: solid #65018d;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-top-width: 2px;
}
.topMenu
{
    height:45px;
    background-color: #65018d;
    text-align: center;
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: White;
}
.bottomBorder
{
    width:100%;
    height: 20px;
    background-color: #65018d;
}
.topMenuCellLeft
{
    width:200px;
    table-layout: fixed;
    border: solid White;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
} 
.topMenuCell
{
    border: solid White;
    border-left-width: 0px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}    
.topMenuCellRight
{
    border: solid White;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
}  
.leftMenuRow
{
    height: 45px;
    width: 200px;
    background-color: #65018d;
    text-align: center;
    font-family: Verdana;
    font-size: large;
    font-weight: bold;
    color: White;
}
.leftMenuRowBottom
{
    width: 200px;
    height: 140px;
}
.leftMenuCellTop
{
    border: solid White;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
}
.leftMenuCell
{
    border: 1px solid White;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.leftMenuCellBottom
{
    border: 1px solid White;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 0px;
}
.content
{
    width: 85%;
    font-family: Verdana;
    font-size: large;
}
.contentTopMargin
{
    height:50px;
}
.contentLeftMargin
{
    width:100px;
}
.contentRightBorder
{
    background-color: #65018d;
    height:100%;
    width:20px;
}
.contentTitle
{
    width:100%;
    font-size:x-large;
    text-align:center;
    font-weight:bold;
}
.contentSubHeading
{
    width:85%;
    font-size:large;
    text-align:center;
    font-weight:bold;
}
.footerText
{
    font-family: Verdana;
    font-size: xx-small;
    font-weight: bold;
    text-align: center;
    color: White;
}
.caption
{
    font-family: Verdana;
    font-size: small;
    font-weight:bolder;
    text-align: center;
}
