﻿.topDiv
{
    width: 100%;
    text-align: center;
}

.titleText
{
    text-align: left;
    font-family: Comic Sans MS, Garamond, Sans-Serif;
    font-size: 18pt;
    position: relative;
    float: left;
    width: 100%;
}

.paragraphTitle
{
    text-align: left;
    font-family: Comic Sans MS, Garamond, Sans-Serif;
    font-size:14pt;
    text-decoration: underline;
    position: relative;
    float: left;
    width: 100%;
}

.paragraphText
{
    text-align: left;
    font-family: Comic Sans MS, Garamond, Sans-Serif;
    font-size:12pt;
    position: relative;
    float: left;
    width: 75%;
    border: solid 1px gray;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #BBBBBD;
}

.labelText
{
    text-align: left;
    font-family: Comic Sans MS, Garamond, Sans-Serif;
    font-size:12pt;
    position: relative;
    float: left;
    width: 305px;
}

.alignRight
{
    text-align: right;
    width: 100%;
}

.calandarButton
{
    position: absolute;
    top: 2px;
    right: 0px;
}

.spacer
{
    position: relative;
    float: left;
    height: 10px;
    width: 100%;
}

.topBorder
{
    border-top: solid 1px gray;
}

a
{
    text-decoration: none;
    color: Blue;
}
a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: Purple;
}