﻿body
{
    background-color: #D5D5D5;
    margin: 0px;
    font-family: Calibri, Arial;
    font-size: 14px;
    color: #5B5B5B;
}

h1
{
    text-align: right;
    font-size: 10px;
    color: White;
    margin: 0px;
}

h2
{
    font-size: 24px;
}

h3
{
    margin-bottom: 10px;
    margin-top: 0px;
    padding-top:10px;
}

p
{
    margin: 10px 0px;
    line-height: 20px;
}

strong
{
    color: #2B529F;
}

#header div, #nav div, #intro, #content, #footer, h1
{
    width: 900px;
    margin: auto;
}

/* header */
#header
{
    background-color: #373737;
}

#header div
{
    height: 125px;
    padding-top: 15px;
}

/* nav */
#nav
{
    margin-top: -60px;
}

#nav a
{
    float: left;
    width: 70px;
    overflow:hidden;
    height: 36px;
    line-height: 32px;
    background-image: url(images/nav-bg.jpg);
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    color: White;
}

#nav a:hover, #nav .selected
{
    background-position: center -36px;
}

#nav .b4flink
{
    width: auto;
    float: right;
    background-image: none;
}

/* breadcrumbs */
.breadcrumbs
{
    color: White;
    background-color: #2C539E;
    padding: 3px;
}

.breadcrumbs a
{
    color: White;
    text-decoration: none;
}

/* intro */
#intro
{
    background-image: url(images/intro-bg.jpg);
    color: White;
    font-size: 18px;
    line-height: 24px;
    padding: 20px;
    width: 860px;
    height: 149px;
    clear: left;
}

#intro img
{
    float: left;
    margin: 0px 15px;
}

/* content */
#content
{
    padding-bottom: 30px;
    padding-top: 12px;
}

/* footer */
#footer
{
    background-color: #BDBDBD;
    text-align: center;
    line-height: 25px;
    color: White;
}

#footer a
{
    color: White;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

/* alert box */
.highlight
{
    background-image: none !important;
    background-color: #fffacd !important;
    color: Black;
}

.alertbox
{
    position: absolute;
    padding-left: 45px;
    width: 216;
    background: url(images/aarow.png) no-repeat left top;
    color: Black;
}

.alertbox div
{
    min-height: 34px;
    width: 200px;
    padding: 8px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #FFEB8C;
}

/* messages */
.messages
{
    border: solid 1px black;
    margin: 10px 0px;
    background-color: #FFCA2A;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px;
}

.messages p
{
    color: rgb(36,60,130);
    margin: 7px;
}

.messages a
{
    color: rgb(36,60,130);
    font-weight: bold;
    text-decoration: underline;
}

/* form */
.form
{
    width: 100%;
}

.form .text
{
    width: 99%;
    padding: 1px;
    border-width: 0px;
}

.form td
{
    vertical-align: top;
    padding-bottom: 10px;
}

.form th
{
    text-align: right;
    vertical-align: top;
    padding-bottom: 10px;
    padding-right: 15px;
}
