﻿html, body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

img
{
    border: 0;
    padding: 0;
    margin: 0;
}

ul
{
    margin: 0;
    padding: 0;
    margin-left: 18px;
    margin-top: 4px;
    margin-bottom: 12px;
    list-style-type: none; 
    list-style-image: url('Images/Bullet.gif');
}

.ulAlt
{
    margin: 0;
    padding: 0;
    margin-left: 18px;
    margin-top: 4px;
    margin-bottom: 12px;
    list-style-type: none;    
    list-style-image: url('Images/GreyArrow.gif');
}

body 
{
    background: #7e714d url('Images/Background.gif') repeat-x;
    font-family: Arial;
    font-size: 12px;    
    line-height: 16px;
    color: #493c2c;    
}

.Container
{
    margin-left: auto;
    margin-right: auto;
    width: 834px;
    margin-top: 29px;
    background: url('Images/ContainerBackground.gif') repeat-y;
}

.Content
{
    float: left;
    width: 818px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 4px;
    border-left: solid 2px white;
    border-right: solid 2px white;
    background: #e6dec6 url('Images/ContentBackground.gif') repeat-x;
}

.Header
{
    float: left;
    width: 834px;
    height: 107px;
    overflow: hidden;
    background: url('Images/Header.gif') no-repeat;
}

.Menu
{
    float: left;
    margin-left: 2px;
    width: 225px;
    height: 252px;
    background: white;
}

.MenuItem
{
    float: left;
    display: block;
    width: 225px;
    height: 30px;
    padding-bottom: 2px;
    background: url('Images/MenuOut.gif') repeat-x;
}

.MenuItem:hover
{
    cursor: pointer;
    background: url('Images/MenuOver.gif') repeat-x;
}

.MenuText
{
    padding-left: 27px;
    padding-top: 8px;
    width: 198px;
    height: 30px;
    display: block;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.Banner
{
    float: left;
    width: 824px;
    margin-left: 4px; 
    border-right: solid white 2px;   
    height: 256px;
    overflow: hidden;
    background: white url('Images/Banner.jpg') no-repeat top right;
}

.ContentLeft
{
    float: left;
    width: 226px;
    overflow: hidden;
}

.ContentRight
{
    float: left;
    width: 592px;
}

.Footer
{
    float: left;
    margin-top: -18px;
    width: 834px;
    height: 74px;
    overflow: hidden;
    background: url('Images/Footer.gif') no-repeat;
}

.InnerFooter
{
    float: left;
    padding-left: 271px;
    padding-top: 28px;
}

.FooterText
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 13px;
    color: #667a87;
    text-decoration: none;
}

.FooterText:hover
{
    text-decoration: underline;
}

.Teaching
{
    float: left;
    position: relative;
    z-index: 1;
    border: solid 1px #c7bc90;
    background: white;
    width: 194px;
    padding-top: 18px;
    padding-left: 18px;
    padding-bottom: 18px;
}

.BeigeText20
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 20px;
    color: #92875e;
}

.BeigeText16
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 16px;
    color: #796f4b;
}

.BrownText12
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 16px;
    color: #493c2c;
}

.BrownText12Link
{
    font-family: Arial;
    font-size: 12px;    
    line-height: 16px;
    color: #493c2c;
    text-decoration: none;
}

.BrownText12Link:hover
{
    text-decoration: underline;
}

.BrownText12BoldLink
{
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;    
    line-height: 16px;
    color: #493c2c;
    text-decoration: none;
}

.BrownText12BoldLink:hover
{
    text-decoration: underline;
}

.WhiteText15Link
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 15px;
    color: white;
    text-decoration: none;
}

.WhiteText15Link:hover
{
    text-decoration: underline;
}

.GridHeader
{
    background: #a1936b;
    color: White;
    border: none;
}

.GridRow
{
    border-left: none;
    border-right: none;
    border-top: solid 1px #b0a37a;    
    border-bottom: solid 1px #b0a37a;
}

.AuthorWrapper {width: 540px; float: left; padding-top: 10px;}

.AuthorImage {float: left; padding-right: 40px; padding-bottom: 10px;}

.Author 
{
    width: 540px; 
    font-family: Arial;
    font-size: 12px;    
    line-height: 16px;
    color: #493c2c;         
}
