﻿*
{
    margin: 0;
    padding: 0;
    border-width: 0px;
    border-spacing: 0px;
}
body
{
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
a img
{
    border: 0px;
}
a
{
    color: #808080;
    text-decoration: none;
}
a:hover
{
    color: #FFA500;
}
#banner
{
    border-style: none;
    padding: 0px 0px 20px 0px;
    margin: 0px;
    background-color: #a5c779;
    background-image: url('images/bg_home.gif');
    text-align: center;
    color: #FFFFFF;
    width: 500px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}
#menu
{
    width: 500px;
    border-spacing: 0px;
}
.maintext
{
    border-style: none;
    padding: 0px 0px 0px 20px;
    margin: 20px 0px 20px 0px;
    font-family: Arial;
    font-size: x-small;
    color: #000000;
    border-spacing: 0px;
}
address
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    text-align: center;
}
#quote
{
    vertical-align: top;
}
.quotetext
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
}
ul
{
    list-style-type: none;
    list-style-position: inside;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 200%;
}
ul.bullet
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
}
ul.bulletfix
{
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    height: 72px;
}
img.faculty
{
    float: right;
    height: 72px;
    width: 72px;
}
p
{
    margin-top: 10px;
    margin-bottom: 10px;
}
hr
{
    border-color: #C0C0C0;
    border-style: solid none solid none;
    border-width: thin;
}
#main
{
    width: 500px;
    vertical-align: top;
}
#content
{
    margin-bottom: 20px;
}
#footer
{
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    text-align: center;
}
