﻿body 
{
    background-image: url(Images/bg.gif);
    background-repeat: repeat;
    font-family: Verdana;
    margin-top: 0px;
    padding-top: 0px;
}

input
{
    font-family: Verdana;
}

#main
{
    width: 700px;
    background-color: White;
    border-left: solid 1px #777;
    border-right: solid 1px #777;
    border-bottom: solid 1px #777;
}

#mainAdmin
{
    width: 1000px;
    background-color: White;
    border-left: solid 1px #777;
    border-right: solid 1px #777;
    border-bottom: solid 1px #777;
}

#mainTitle
{
    text-align: center;
    font-size: 18pt;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
}

#subTitle
{
    margin-top: -13px;
    color: White;
    font-weight: bold;
    font-style: italic;
}

h1 a
{
    text-decoration: none;
    color: White;
}

h2
{
    font-size: large;
}

h3
{
    font-size: medium;
}

#header
{
    background-image: url(Images/headbg.jpg);
    height: 90px;
    margin-bottom: 1px;
}

#footer
{
    margin-top: 25px;
    width: 100%;
    border-top: solid 1px #ccc;
    padding-top: 6px;
    padding-bottom: 10px;
    font-size: small;
    color: white;
    background-color: #6c0;
}

#footer a
{
    color: White;
}

#content
{
    text-align: left;
    padding: 10px;
    font-size: small;
}

#navTable
{
    width: 100%;
    background-color: #6c0;
}

.header
{
	font-size:large;
	font-weight:bold;
}

.sectionHeader
{
	font-size:medium;
	font-weight:bold;
}

.navItem, .navItem a
{
    color: White;
    font-size: small;
    text-align: center;
    text-decoration: none;
}

.navItem a:hover
{
    text-decoration: underline;
}

.box
{
    background-color: #ffb;
    border: dotted 1px #994;
    font-size: medium;
}

.boxLabel
{
    text-align: right;
    font-weight: bold;
}

.boxSignUp
{
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.topLevelOutlineItems
{
    padding-bottom: 10px;
}

.note
{
    font-style: italic;
    background-color: #ffb;
    border: dotted 1px #994;
    padding: 5px;
    width: 66%;
}

.CourseTitle
{
    font-weight:bold;
    font-size: x-large;
}

.CourseSynopsis
{
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.CourseCostNotes
{
    font-style: italic;
}

.Important
{
    color: Red;
    font-weight: bold;
}

.CourseInfo
{
    padding: 5px;
    border: dotted 1px #666;
    background-color: #ffd;
}