@charset "utf-8";
body {
        font-family: Arial, Helvetica, sans-serif;
        color:#000;
        background-color:#FFF;
        margin: 0px;
}

#container {
        width: 98%;
        #width: 100%;
        padding: 0px 0px 0px 0px;
        #padding: 0px 25px 0px 0px;
        margin: 0px 0px 0px 0px;
}

#content {
        padding: 0px 10px 20px 10px;
}

.DPA {
        font-size: 1.8em;       
        color: #5A4099;
        font-weight: bold;
}

#content p {
        color: #004b8d;
        orphans: 4;
        widows: 2;
}
#content a {
        color: #5A4099;
        font-weight: bold;
        text-decoration:underline;
        font-size: 1em;
}

#content ul li {
        color: #004b8d;
        font-size: .9em;
        line-height: 22px;
}

#content ul li a {
        color: #5A4099;
}

#content ul li a:hover {
        color: #5A4099;
}

#content .image_fl {
        padding: 10px 20px 10px 20px;
}

.course {
        padding:10px;
        background-image: url(images/course_bg.gif);
        background-repeat:repeat-x;
}

#course_title {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight:bold;
        color: #004b8d;
        text-decoration:none;
}

#course_title a, #course_title a:visited, #course_title a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight:bold;
        color: #004b8d;
        text-decoration:underline;
}

#course_title a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.0em;
        font-weight:bold;
        color: #5A4099;
        text-decoration:underline;
}

.course_desc {
        font-size: 1.0em;
        color: #5A4099;
        font-weight: bold;
}


.subhead {
        font-size: 1.4em;
        font-weight: bold;
}

.subheadtext {
        font-size: 1em;
        font-weight: bold;
        color: #5A4099;
}

#copyright {
        font-size: .6em;
        font-style:italic;
        color: #000000;
        padding: 5px;
        text-align:center;
}

.form_imput {
        font-family: Arial, Helvetica, sans-serif;
        font-size: .9em;
}

.form_button {
        font-size: .8em;
}

#footer {
        font-family: Arial, Helvetica, sans-serif;
        font-size:1em;
        font-weight:bold;
        color: #004b8d;
        text-align:center;
        padding: 5px 0px 5px 0px;
        border-top: 10px solid #5A4099;
        border-bottom: 10px solid #5A4099;
        margin: 25px 0px 0px 0px;
}

#footer a {
        color: #004b8d;

}

#footer a:hover {
        color: #5A4099;
}

.logostrip {
        padding: 10px 0px 10px 15px;
}

#message {
        margin: 10px;
        border: 5px solid #5A4099;
        width: 92%;
        #width: 100%;
}

#message p {
        text-align:center;
        font-family: "Times New Roman", Times, serif;
        font-size: 1em;
        color: #5A4099;
        margin: 0px 0px 2px 0px;
        padding: 5px;
        font-weight:bold;
}


#navigation p {
        padding: 0px 15px 0px 15px;
        margin-bottom: -10px;
}


.purplestrip {
        font-family:Arial, Helvetica, sans-serif;
        font-size: 1em;
        color:#FFF;
        background-color: #5A4099;
        padding: 4px 20px 4px 0px;
}

.purplestrip a {
        padding: 0px 20px 0px 20px;
        color: #FFF;
}