﻿#masterArea
{
    width:800px;
    font-family:Verdana, Arial, Helvetica, Sans-Serif;
    font-size:10pt;
    position:relative;
    color:#000000;
    position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
}
#masterBanner
{
    width:802px;
    height:123px;
    position:relative;
    background-image: url(images/header.png);
    background-repeat:no-repeat;
}
#masterMenu
{
    width:100%;
    float:left;
    position:relative;
}
#masterMenu .menuButton
{
    width:25%;
    height:100%;
}
#masterContent
{
    width:100%;
    min-height:400px;
    float:left;
    position:relative;
    border:solid 1px #C0C0C2;
    border-top:none;
    border-bottom:none;
}
#masterFooter
{
    background-image:url(images/footer.png);
    height:71px;
    width:802px;
    float:left;
    position:relative;
    font-size:8pt;
}
.accordionLink
{
    font-size:18pt;
    font-weight:bolder;
}