﻿

/* Color Scheme  
     Light Grey afb4b4
     Dark Gray	767a7a
     White		ffffff
     Green		4C5758
     WHP Blue	13b5ea
     Lite Text  DEE0E0
*/


/********* Page Specific Styles ********/

h2, .h2
{
    font-family: 'Segoe UI';
    font-size: 18px;
    font-weight: normal;
    color: #069;
}

a
{
    font-weight: normal;
    text-decoration: none;
    color: #069;
}

a:hover
{
    color: #069;
    text-decoration: underline;
}

a.linkbutton
{
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

input[type="submit"]
{
    color: #fff;
    border: 1px solid #fff;
    padding: 1px 4px 1px 4px;
    margin: 2px;
    background-color: #9D9C9C;
}

.floatright
{
    float: right;
}

.floatleft
{
    float: left;
}

.clear
{
    clear: both;
}

.leftindent
{
    margin-left: 18px;
}

.button-standard
{
    border: 2px solid #afb4b4;
    background-color: #767a7a;
    color: #afb4b4;
    height: 27px;
}

.linkheader
{
    width: 100%;
    height: 24px;
    background-color: #454342;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Lucida Sans';
    text-align: center;
    padding-top: 4px;
}
.linklist
{
    width: 231px;
    background-color: #9d9c9c;
    color: #FFFFFF;
    margin-bottom: 6px;
    padding: 6px 6px 10px 6px;
}

.linklist a
{
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}

.linklist a:hover
{
    color: #069;
}

.left ul li
{
    font-size: 13px;
    list-style-type: none;
}

.topcolor
{
    border-top-style: solid;
    border-width: 21px;
    border-color: #e6e7e9;
}

#projectlogo
{
    width: 100%;
    text-align: right;
    margin: 20px 0px 20px 0px;
}
.underline
{
    border-bottom: solid 1px #666666;
}
.highlightbox
{
    background-color: #C0C0C0;
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
    border: 1px solid #000000;
    padding: 4px;
    width: 300px;
    margin: 0 auto 0 auto;
}
.red
{
    color: Red;
}
.toppad
{
    margin-top: 12px;
}

