﻿/*
#e8e8e8 light gray
#e9a5b6 lightest red
#dd7c96 meddium red
#bd0426 red
#5555d5 lilac blue (light)
#3737ce blue medium 
#0000c0 blue
#A5D1F3 another nice blue from secondary pallette option
*/

body
{
    margin-left: auto;
    margin-right: auto;
    width: 800px;  
    font-family: Arial; 
    font-size: 14px; 
}
#wrapper
{
    width: 800px; 
    border-left: solid 2px #0B235A;
    border-top: solid 2px #0B235A;
    border-right: solid 2px #0B235A;
    border-bottom: solid 2px #0B235A;    
}
#headersection
{
    width: 100%;
    background-color: #FFFFFF;

}
#headerlineleft
{
    width: 60px;
    height: 87px;
    background-image: url('Images/BlueLine.png');
    background-repeat: repeat-x;
    float: left;
    clear: none;
    background-color: #FFFFFF;
}
#headerimage
{
    background-image: url('Images/LogoBig.png');
    background-repeat: no-repeat;
    background-position: left;
    float: left;
    width: 305px;
    height: 87px;
    background-color: #FFFFFF;
}
#headerlineright
{
    width: 435px;
    height: 87px;
    background-image: url('Images/BlueLine.png');
    background-repeat: repeat-x;
    float: left; 
    background-color: #ffffff;  
    
}
#main
{
    width: 100%;
    background-color: #D7EBF0;
    display: inline-block;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    
} 
#maincontent
{
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#links
{
    float: right;
    position: relative;
    right: 0px;
    width: 400px;
    height: 40px;
    top: 45px;
    
} 

.menulink a
{
    position: relative;
    float: right; 
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    height: 30px; 
    font-family: Trebuchet MS;
    font-weight: bold;  
    color: #5A8EC0; 
    text-decoration: none;
    padding: 0px 10px 0px 10px;
} 
.aboutus
{
    padding-left: 10px;
    padding-right: 20px;
    line-height: 20px;
}
h2
{
    text-align: right;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 18px;
    padding-right: 15px;
    background-color: #0B235A;
    height: 25px;
    padding-top: 0px;
    margin-top: 0px;
  
}
.ultitle
{
    font-weight: bold;
    
}
a:hover
{
    color:  #bd0426;
}
.footnote
{
    font-size: x-small;
}

#login-form 
{
    width: 255px;
    background-color: #A3BDCA;
    color: #05235A;
    font-family: Arial;
    font-size: 16px;
    right: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
    /*background-image: url('Images/Login.png');*/
    background-repeat: no-repeat;
    padding-top: 5px;
    height: 130px;
   /* border-top: solid 5px #2D6FB1;
    border-left: solid 5px #2D6FB1;
    border-right: solid 5px #0B235A;
    border-bottom: solid 5px #0B235A;*/
    padding-left: 10px;
}
table
{
    margin-top: 0px;
    margin-bottom: 0px;
}
#homeleftcontent
{
    float: left;
    width: 450px; 
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px; 
    padding-bottom: 0px;  
}
#homeleftcontent h3
{
    font-size: x-large;
    margin-bottom: 0px; 
    color: #0B235A;   
}
#homerightcontent
{
    margin-top: -12px;
    margin-right: -15px;
    float: right;
    position: relative;
    width: 270px;
    display: inline-block; 
    margin-bottom: 0px;
    padding-bottom: 0px;
    z-index: 100px;  
}
.helpfullinks
{
    
    height: 522px;
    margin: 10px 0px 0px 0px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 18px;
    display: inline-block;
    background-image: url('Images/Resources520b.png');
    background-repeat: no-repeat;

    
}
.helpfullinks a
{
    color: #5A8EC0;
}
.helpfullinks li
{
    padding-right: 20px;
    
}
.helpfullinks h3
{
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
    color: #0B235A;
    
}

.form-input
{
    width: 130px;
    
}
#contactinfo
{
    text-align: center;
    vertical-align: bottom;

}
#footersection
{
    width: 800px;
    background-color: #0B235A;
    min-height: 10px;
}

