﻿#containerDivS {
    margin:0 auto;
    width:775px;
    /* background-color: #fee6ad; */
} 

#backgroundS {
    background-color: #fee6ac;
    background-image: url(../uploadedimages/Universal_Images/Group_Practice_Week/bg.jpg);
    background-repeat: repeat-x;
    background-attachment: fixed;
}

#mainDivS {
    float: left;
    width: 100%;
    /* border: solid 2px darkgray; */
    background-color: #fff;
}

#headerDivS {
    float: left;
    width: 100%;
    height: 119px;
    background-color: #003768; /* blue */
}

#navDivS {
    float: left;
    width: 100%;
    height: 44px;  
}

#navSpacerDivS 
{
    float: left;
    width: 20px;
    height: 44px;
}

#centerContentDivS
{
    float: left;
    width: 100%;
    /* border: 1px solid black; */
}

#footerDivS
{
    float: left;
    width: 97%;
    padding: 5px;
}

#footerNavDivS 
{
    float: left;
    width: 720px;
    margin-left: 20px;
    background-color: #003768; /* blue */
    text-align: center;
}


/* bodytext is the default text style applied via <body class=".bodytext"> in site.master */
.bodytext, p, li {
	font-size: small;
	font-style: normal;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
}

/* Largest header */
h1 {
    font-weight: bold;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 165%;
}

/* Large header */
h2 {
    font-weight: bold;
    font-style: normal;
    font-size: 145%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Medium header */
h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 130%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Small header */
h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 115%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #1b5399;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: underline;
	color: #3f7cc9;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #8d3936;
}

.footerNav {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    color: white;
}

.footerNav a:link 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    color: white;
}

.footerNav a:hover, a:active
{
    text-decoration: underline;
    font-family: Arial, Verdana, sans-serif;
    /* color: white; */
}

.footerNav a:visited 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    color: white;
}    

.footerNav a:visited:hover
{
    text-decoration: underline;
}    

/* */
.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: black;
    font-weight: bold;
    text-align: left;
}

.footer a:link 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    /* color: blue; */
}

.footer a:hover, a:active
{
    text-decoration: underline;
    font-family: Arial, Verdana, sans-serif;
    /* color: white; */
}

.footer a:visited 
{
    text-decoration: none;
    font-family: Arial, Verdana, sans-serif;
    /* color: #c7c3c3; */
}    

.footer a:visited:hover
{
    text-decoration: underline;
}    
