﻿/* default styling */
body
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
    background: #F6E0AC url(top-background.jpg) repeat-x;
}

/* control styles */
.heading
{
    font-size: 185%;
    font-weight: bold;
    color: #003366;
}
.footer
{
    color:White; position:relative; left: 15px; font-size: 90%;
}
.year
{
    width: 250px;
    font-size: 80%;
    color: #FFF;
    margin: 0px auto;
    position: relative;
    top: 25px;
}
.infoHeading
{
    font-size: 120%;
    font-weight: bold;
}
.infoBody
{
    font-size: 85%;
    color: #666666;
    margin: 0px 0px 5px 10px;
}
.topImage
{
    margin: 14px 0px 0px 0px;
    border: solid 1px White;
    border-right: none;
    border-left: none;
}
.bottomImage
{
    border: solid 1px #6382A1;
}
.msgImg
{
    float: right;
    margin: 3px;
}
.msgFromDrPayne
{
    width: 270px;
    min-height: 100px;
    float: right;
    background: #F6E0AC url(../../gui/messageheader.jpg) no-repeat;
    border-bottom: solid 6px #6B1619;
    padding: 25px 0px 3px 0px;
    font-size: 8pt;
}

/* news styles */
.NewsHeader
{
    font-size: 115%;
    font-weight: bold;
}
.nDis
{
    min-height: 100px;
}
.newsdate
{
    font-weight: bold;
}
.newsheadline
{
    font-style: italic;
    font-weight: bold;
    font-size: 105%;
}
.newscontent
{
}

/* menu and links styles */
a
{
    color: #0000CC;
    text-decoration: none;
}
a:hover
{
    color: #000033;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
.menu2
{
    min-height: 19px;
    position: relative;
    top: 19px;
    left: 25px;
}
.menu3
{
    min-height: 19px;
    position: relative;
    top: 15px;
    left: 5px;
}
.menuitems
{
    color: White;
}
.menuitems:hover
{
    color: #BE878C;
}
.footerlinks
{
    color:White; font-weight: bold; margin: 0px 5px;
}

/* Masterpage Styling */
.contentwrapper
{
    width: 940px;
    border: 0px;
    margin: 0px auto;
}
.mainmenuarea
{
    background: url(../../gui/menu2.jpg) no-repeat;
}
.secondarymenuarea
{
    background: url(../../gui/menu3.jpg) no-repeat;
}
.logoarea
{
    background: url(../../gui/logo.jpg) no-repeat;
}
.leftcolarea
{
    background: url(../../gui/left-col-shadow.jpg) repeat-y;
}
.leftcolimgarea
{
    background: #6B1619;
    border: solid 1px White;
    border-bottom: none;
}
.mainarea
{
    background: #FFFFFF;
    padding: 10px;
}
.rightcolarea
{
    background: url(../../gui/right-col-shadow.jpg) repeat-y;
}
.contactarea
{
    background: #FFFFFF url(../../gui/contact.jpg) no-repeat;
}
.randimgsarea
{
    background: #FFFFFF;
}
.footerarea
{
    background: #F6E0AC url(../../gui/footer.jpg) no-repeat;
    height: 49px;
}
