body
{
    background-color: #CADDFF;
    background-image: url(images/backgrad.jpg);
    background-repeat: repeat-x;
    margin: 0;
    text-align: center;
    font-family: Verdana;
}

.bar
{
    background-image: url(images/bar.jpg);
    background-repeat: repeat-x;
    height: 100px;
    margin-top: 100px;
}

.uwLogin
{
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: smaller;
    margin-right: 1em;
}

.uwLogin a
{
    color: #FFFFFF;
    text-decoration: none;
}

.uwLogin a:hover
{
    text-decoration: underline;
}

.logo
{
    position: absolute;
    top: 0;
    left: 10;
}

.title
{
    text-align: left;
    width: 700px;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 1.5em;
    font-weight: bold;
    margin: auto;
}

.subtitle
{
    text-align: left;
    width: 700px;
    color: #FFFFFF;
    font-size: 1.5em;
    font-style: italic;
    padding-left: 2em;
    margin: auto;
}

.tagline
{
    text-align: left;
    width: 700px;
    color: #FFFFFF;
    font-family: Verdana;
    font-size: smaller;
    padding-top: 1.5em;
    margin: auto;
}

.content
{
    text-align: left;
    width: 700px;
    background-color: #FFFFFF;
    margin: auto;
    position: relative;
    padding-top: 4px;
}

.uwMenu
{
    width: 150px;
    padding: 2px;
    font-family: Comic Sans MS;
    margin: 4px 0 0 0;
}

.menuSelected a
{
    font-weight: bold;
    background-image: url(images/arrow_124.gif);
    background-repeat: no-repeat;
    background-position: center right;
}

.uwMenu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.uwMenu ul li
{
    margin-right: 2px;
    margin-bottom: 2px;
}

.uwMenu ul li a
{
    border: solid 1px #FFFFFF;
    width: 100%;
    display: block;
    color: #000000;
    text-decoration: none;
    padding: 0px;
}

.uwMenu ul li a:hover
{
    border: solid 1px #CCCCCC;
    background-color: #EEEEEE;
    margin: 0px;
}

.hordiv
{
    width: 1px;
    height: 250px;
    background-image: url(images/hordiv.jpg);
    background-repeat: no-repeat;
    margin-top: 4px;
    margin-right: 4px;
}

.uwBody
{
}

.uwContentArea#contentSideBar .PageText
{
    border: solid 3px #0000CC;
    background-color: #FFFFCC;
    padding: 4px;
}

.footer
{
    clear: both;
    text-align: right;
    font-family: Tahoma;
    font-size: smaller;
    color: #999999;
    padding: 2px;
}

.footer a
{
    color: #999999;
}

.footer a:hover
{
    text-decoration: none;
}