﻿* 
{
    margin: 0; padding: 0;    
}

fieldset
{
     padding:5px;    
     margin: 10px 0;
}

hr
{
    height: 1px;
    color: #283962;
}

body
{
    color: #454545;
    background-color: #283962;
    font-family: Trebuchet MS;
    font-size: 0.7em;
    margin-top: 30px;
    height: 100%;
}

#wrapper 
{
    background-color: #FFF;
    width:942px;
    margin: 0 auto;
    border:solid 3px #003;
    background-image: url(images/mission.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#footer
{
    width: 942px;
    color: #9999cc;
    text-align:right;
    margin: 0 auto;
    font-size: 0.9em;    
}



#left-column
{
     float:left;
}

#center-column
{
    float:left;    
}

#right-column
{
    float:left;    
}

#content-wrapper
{
    background-image: url(images/horizontal_divider_orange.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 20px;
    padding-bottom: 20px;
}

#page-content-wrapper
{
    width: 98%;        
    margin: 0 auto;
}

#navigation 
{
    padding-left: 5px;
}

#navigation ul
{
    margin: 0 auto;    
}

#navigation li
{
    list-style: none;
}

#navigation li a
{
    font-weight: bold;
    font-size: 1.5em;
    color: #336;
}

#navigation li a:hover
{
}

img#mission
{
    display: block; 
    margin: 50px auto;
}


a:link, a:active, a:visited
{
    color: #3A66DD;
    text-decoration: none;    
}

a:hover 
{
    text-decoration: underline;   
}

.block
{
    display: block;    
}

#data-table
{
    padding: 0; margin: 0;
    border: solid 1px #003;    
    width: 95%;    
    margin: 0 auto;
}

#data-table th
{
    font-size: 11pt;
    font-weight: bold;
    padding: 3px;   
    background-color: #e4e4e4;
    text-align: left;
    border-bottom: solid 1px #003;
}

#data-table td
{
    padding: 3px;
}

#data-table td.action-bar
{
    font-weight: bold;
    background-color: #F1E7A2;
}

#data-table a
{
    color: #454545;
    font-weight: bold;    
}

h1
{
    font-size: 14pt;
    margin: 0 0 10px;
    padding: 0;
}

h2 
{
    font-size: 12pt;
    margin: 0 0 10px;
    padding: 0;
}

.validation 
{
    color: #900;
}