﻿body
{
    font-family: Verdana;
    font-size: 11px;
    color: #304178;
    line-height: 18px;
    margin: 0px;
    background-color: #6666CC;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -525px;
}
html
{
	overflow-y: scroll !important;
}
#centeredcontent
{
    width: 1050px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
}
a
{
    background: none;
    text-decoration: none;
    color: #304178;
}
a.wizButton:link, a.wizButton:active, a.wizButton:visited, a.wizButton:hover
{
    text-decoration: none;
    font-weight: bold;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #FFF99A;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.accordionHeader a
{
    color: #425AA5;
    background: none;
    text-decoration: none;
}
.accordionHeader a:hover, a:active
{
    background: none;
    color: #8F9DCB;
    font-weight: bold;
}
.accordionSelected
{
    border: 1px solid #2F4F4F;
    background-color: #FFF99A;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
    color: #8F9DCB;
    font-weight: bold;
}
.accordionSelected a
{
    color: #8F9DCB;
}
.accordionContent
{
    background-color: #FFF3C0;
    border: 1px dashed white;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.floorPlanContent
{
    background-color: white;
    border: 1px dashed black;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}
.bioPicsParas
{
    line-height:13px;
    font-size:10px;
    margin-top:3px;
    margin-bottom:20px;
    font-weight: bold
}

.mediaItems
{
    line-height:13px;
    font-size:11px;
    margin-top:0px;
    margin-bottom:30px;
}
.mediaItems a
{
    text-decoration:underline;
    
}
.Forms
{
    background-color: #f7f7de;
    border: solid 1px #cccc99;
}
.Forms td
{
    padding: 1px;
}
.FormsTitle
{
    background-color: #982320;
    color: White;
    font-weight: bold;
    text-align: center;
}
