body
{
    font-family: Verdana, Tahoma, Geneva, sans-serif;
    font-size: 75%;
}

* html body
{
}

p
{
    margin: 15px 0px;
}

hr
{
    border: 0;
    border-top: 1px solid #A2ACDD;
    height: 1px;
    margin: 15px 0px;
}

/* Headings */
h1
{
    font-size: 150%;
    margin: 0px;
    font-weight: bold;
}

h2
{
    font-size: 130%;
    margin: 0px;
    font-weight: bold;
}

h3
{
    font-size: 110%;
    margin: 0px;
    font-weight: bold;
}

h4
{
    font-size: 100%;
    margin: 0px;
    font-weight: bold;
}

h5
{
    font-size: 70%;
    margin: 0px;
    font-weight: bold;
}

h6
{
    font-size: 68%;
    margin: 0px;
    font-weight: bold;
}

/* Header */
.header .missionText
{
    color: White;
	padding: 10px;
}

/* Footer */
.footer
{
    font-weight: normal;
}

/* General */
.message
{
    color: Red;
    font-weight: bold;
}

/* Course List */
.browseCatalogArrow
{
    margin: 2px 10px -10px 18px;
    padding: 10px 38px;
    color: Red;
    font-weight: bold;
    background: url(../images/BrowseCatalogArrow.gif) no-repeat 0 50%;
}

.goToClassLink
{
    clear: both;
    float: left;
    padding-bottom: 10px;
    padding-left: 12px;
    background: url(../images/BulletTriangle.gif) no-repeat 0 25%;
}

ul, ol
{
    margin-left: 15px;
}

li
{
    margin: 5px 15px;
    list-style-position: outside;
}

ul li
{
    list-style-type: disc;
}

ol li
{
    list-style-type: decimal;
}
