﻿/*
S I T E    C O L O R S

Blue from logo           #041F56
Gray from logo           #CCCCCC
Darker Gray              #5C5A52
Darkest Gray             #45433D
Maroon                   #990000
*/

BODY {
    font-size:9pt;
    text-align:center;
    color:#5C5A52;
    font-family:verdana;
    margin:0px;
    padding:0px;
    
    background-image:url(images/bg_image_3.jpg);
    background-color:#5C5A52;
	background-repeat:repeat-x;
}

A {
    text-decoration:none;
    color:#990000;
}

A:hover {
    text-decoration:underline;
}

INPUT {
    font-size:8pt;
}

SELECT {
    font-size:8pt;
}

TEXTAREA {
    overflow:auto;   
}

#MainContentDiv {
    text-align:center;
    margin:0px auto;

    border-style:solid;
    border-width:0px;
    border-color:black;

    width:888px;
    min-height:630px;
    height:auto;
    background-color:#FFFFFF;
    padding-bottom:10px;
}

/* Hack for IE to take care of vertical stretching */
* HTML #MainContentDiv {
    height:630px;
}
/* End IE Hack */


.CopyRightDiv {
    margin-top:10px;
    color:white;
    font-size:8pt;
    padding-bottom:10px;
}

.CopyRightDiv A {
    color:White;
}

#PageHeaderTitleDiv {
    margin-top:20px;
    margin-bottom:25px;
    font-weight:bold;
    font-size:14pt;
    color:#041F56;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.AlertMessage {
    color:red;
}

#NavDiv {
    background-color:#041F56;
    width:100%;
    padding-top:6px;
    padding-bottom:6px;
    text-align:center;
    clear:both;
}

#NavDiv A {
    color:White;
    font-size:9pt;
}

#NavDiv A:hover {
    color:yellow;
    text-decoration:none;
}

.Clear {
    clear:both;
}

.LeftAlignContentDiv {
    text-align:left;
    padding-left:40px;
    padding-right:40px;
    padding-bottom:40px; 
}

.BioSectionHeader {
    margin-top:20px;
    margin-bottom:5px;
    font-size:11pt;
    font-weight:bold;
}