﻿body
{
    background-color: white; /* background-image: url(images/left.jpg); */
    background-repeat: repeat-y;
    font-family: Arial;
}

div#banner
{
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 1000px;
    background-image: url(images/top.jpg);
    background-repeat: repeat-x;
    z-index: 1;
}

.bannertitle
{
    font-family: Times New Roman;
    font-size: 48px;
    color: White;
    text-align: center;
    font-weight: bold;
}

.bannercatchphrase
{
    font-family: Times New Roman;
    font-size: 24px;
    color: White;
    font-style: italic;
    text-align: center;
}

.banneraddress
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
    text-align: center;
}

.banneraddress a:link
{
    color: Black;
}
.banneraddress a:visited
{
    color: Black;
}

.banneraddress a:hover
{
    text-decoration: underline;
}

.menubackground
{
    left: 5px;
    position: absolute;
    top: 178px;
}

div#body
{
    left: 0px;
    position: absolute;
    top: 200px;
    width: 1000px;
}

div#middlebar
{
    left: 200px;
    width: 590px; /*position: absolute;*/
    text-align: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
    float: left;
}

div#rightfullbar
{
    left: 200px;
    position: absolute;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    float: left;
}

div#leftbar
{
    width: 190px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    float: left;
    background-image: url(images/left.jpg);
    height: 1000px;
}

div#rightbar
{
    width: 190px;
    height: 260px;
    float: right;
    display: block;
    background-color: #A4F590;
    margin-top: 5px;
}

div#calendar
{
    height: 200px;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    overflow: auto;
}

.calendarmarquee
{
    text-align: center;
}

.calendarmarqueedate
{
    font-size: 10px;
    font-weight: bold;
    color: white;
}

.calendarmarqueedescription
{
    font-size: 10px;
    color: white;
}
.smalllink
{
    font-size: 10px;
    text-align: right;
    color: White;
}

.smalllink a:link
{
    color: White;
    text-decoration: none;
}

.smalllink a:visited
{
    color: White;
    text-decoration: none;
}

.smalllink a:hover
{
    text-decoration: underline;
}



.pagetitle
{
    font-weight: bold;
    font-family: Arial;
    margin-top: 5px;
    text-align: center;
}

.announcementmarquee
{
    color: white;
    background-color: white;
    margin-top: 1px;
}

.pageimagespan
{
    float: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.pageimage
{
    width: 170px;
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
}

.pagelist
{
    list-style-type: disc;
    list-style-position: outside;
}

.red
{
    background-color: Red;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.green
{
    background-color: Green;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.blue
{
    background-color: Blue;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.yellow
{
    background-color: Yellow;
    color:Black;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.black
{
    background-color: Black;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.white
{
    background-color: White;
    color: Black;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.newstitle
{
    font-size: 14px;
}

.newstitle a:link
{
    font-weight: bold;
    color: green;
    text-decoration: none;
}

.newstitle a:visited
{
    font-weight: bold;
    color: green;
    text-decoration: none;
}

.newstitle a:hover
{
    font-weight: bold;
    color: green;
    text-decoration: underline;
}

.newsdescription
{
    /*margin-left: 20px;*/
    font-size: 12px;
}

.teacherquote
{
    font-style: italic;
}

.imagelink
{
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}