﻿body
{
    background-color: #c0b5ac;
    padding: 0px;
    margin: 0px;
    background-image: url('images/CAUHF-site_01.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
	font-size: 12px;
}
#BodyContent 
{
    padding: 10px;
    border-top: solid 4px #005500;
    min-height: 450px;
    height:expression(document.body.BodyContent.clientHeight < 450? "450px": "auto" );
}
hr { color: #005500; }
#ImageSiteLogo
{
    background-image: url('images/pageContent_01.gif');
    background-repeat: no-repeat;
    height: 83px;
    width: 175px;
    float: left;
}
#PageBackground {
    background-image: url('images/CAUHF-site_03.jpg');
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: center;
}
#PageBackgroundBottom {
    background-image: url('images/CAUHF-site_05.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
    padding-top: 20px;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}
#PageBackgroundTop {

    border-top: solid 1px #c0b5ac;
    background-image: url('images/CAUHF-site_01.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center top;
}
#PageContent {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    width: 935px;
    background-color: #FFFFFF;
}
#PageHeader {
    height: 83px;
    margin: 10px;
}
#PageWrapper {
    margin-left: auto;
    margin-right: auto;
    width: 955px;
}
.ScreenReaderText {
    position:absolute;
    left:0px;
    top:-500px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.SectionTitle, h1, h2, h3, .SectionTitle a, .SectionTitle a:active, .SectionTitle a:hover, .SectionTitle a:link, .SectionTitle a:visited  {
    color: #005500;
    border-bottom: solid 1px #005500;
    font-weight: bold;
    text-decoration: none;
}
h1 {
    font-size: 20px;
    width: 500px;
}
.SectionTitle, h2 {
    font-size: 16px;
    width: 400px;
}
h3 {
    font-size: 14px;
    width: 300px;
}

#SiteMenu {
    float: right;
    width: 720px;
}
#SiteMenu li
{
    display: inline;
    list-style-type: none;
    padding-right: 20px;
    font-size: 12px;
    background-image: url('images/menu_divider.gif');
    background-repeat: no-repeat;
    background-position: right center;
}
#SiteMenu li a, #SiteMenu li a:active, #SiteMenu li a:link, #SiteMenu li a:visited {
    color: #003300;
    text-decoration: none;
}
#SiteMenu li a:hover {
    color: #003300;
    text-decoration: underline;
}
#SiteMenu li.LastMenuItem {
    margin-right: 0px;
    padding-right: 0px;
    background-image: none;
}
#SiteMenu ul {
    padding: 0px 0px 0px 0px;
    margin: 25px 0px 0px 0px;
    text-align: right;
}
#SiteTitle
{
    text-align: right;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    width: 580px;
    float: right;
    font-family: 'Times New Roman' , Times, serif;
    font-style: italic;
}
#SkipNavImage {
    border: none;
    text-align: left;
    vertical-align: top;
}
