﻿body
{
    background-color: #ffffff;
    background: url(images/greenBackground.gif);
    text-align: center;
}
p, td
{
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    line-height: 145%;
    text-align: left;

}
a:link
{
    color: #0000FF;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: none;
}
a:visited
{
    color: #003366;
    text-decoration: none;
}
.header
{
    background: url(images/header.png);
    background-repeat: no-repeat;
    background-position: center top;
}
.footer
{
    background-image: url(images/footerBack.png);
    background-repeat: repeat-x;
    background-position: bottom;
    margin-left: 36px;
    margin-right: 36px;
}
.btnClasses
{
    width: 64px;
    height: 48px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('images/classesIcon.png');
    vertical-align: bottom;
    padding-left: 6px;
    padding-right: 6px;
}

.btnClasses:hover
{
    background-image: url(images/classesIcon_over.png);
    cursor: pointer;
}
.btnSchedule
{
    width: 65px;
    height: 45px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('images/scheduleIcon.png');
    vertical-align: bottom;
        padding-left: 6px;
    padding-right: 6px;
}

.btnSchedule:hover
{
    background-image: url(images/scheduleIcon_over.png);
    cursor: pointer;
}
.btnContact
{
    width: 65px;
    height: 55px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('images/contactIcon.png');
    vertical-align: bottom;
        padding-left: 6px;
    padding-right: 6px;
}

.btnContact:hover
{
    background-image: url(images/contactIcon_over.png);
    cursor: pointer;
}
.btnFaq
{
    width: 55px;
    height: 50px;
    display: block;
    font-size: 11px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url('images/faqIcon.png');
    vertical-align: bottom;
        padding-left: 6px;
    padding-right: 6px;
}

.btnFaq:hover
{
    background-image: url(images/faqIcon_over.png);
    cursor: pointer;
}
#home
{
    width: 850px;
    height: auto;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #C0C0C0 #808080 #808080 #C0C0C0;
    text-align: center;
    margin:0 auto;
}
#menu
{
    z-index: 25;
    height: 65px;
    position: relative;
    top: 150px;
    vertical-align: bottom;
    text-align: left;
    margin-left: 36px;
    margin-right: 36px;
    font-size: 11px;
    text-decoration: none;
    color: #003300;
    font-weight: bold;
    font-family: 'Trebuchet MS';
    width: 800px;
}
#adminDiv
{
    background-color: #FFFFFF;
    border: 1px ridge #808000;
    text-align: left;
}
h1
{
    font-family: 'Trebuchet MS';
    font-size: 16px;
    color: #006699;
    text-decoration: none;
    font-weight: bold;
}
h2
{
    font-family: 'Trebuchet MS';
    font-size: 18px;
    color: #006600;
    text-decoration: none;
    font-weight: bold;
}
.content
{
    margin-left: 24px;
    margin-right: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
    width: 750px;
}
