﻿/* 
Colors:
Dark Green - #006043
Orange - #F98564
Tan - #FFE5AB

*/


body 
{
    background-color: #006043;
    margin: auto;
    width: 1000px;
    height: 100%;
    text-align: center;
    position: relative;
    font-family: Arial, Arial Baltic;
}

#container
{
    
}

#header
{
    background-color: #006043;
    position: relative;
    
    
}

img.headerGraphic
{
   width: 100%;
   height: 175px;
   border: none;
    
}

#content
{
    background-color: #FFE5AB;
    width: 1000px;
    min-height: 490px;
    position: absolute;
    
    background-image: url(../Images/LocalNavBckgrd.png); 
    background-repeat: repeat-y;
    overflow: visible;
    
}

#footer
{
    background-color: #006043;
    color: #FFE5AB;
    font-size: .75em;
    position: relative;
    clear: both;
   
    
}

#globalNavigation
{
    background-color: #F98564;
    color: #FFE5AB;
    height: 25px;
    vertical-align: middle;
    border-bottom: solid 2px #006043;
        
}

#homeGraphic
{
    float: left; 
    width: 45%; 
    padding: 35px 10px 20px 35px;
}

#homeContent
{
    float: left; 
    width: 45%; 
    padding: 35px 30px 10px 25px; 
    font-size: large; 
    height: 400px;
    line-height: 30px;
    text-align: center;
}

a.global:link /* unvisited global link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
    font-weight: bolder;
       
    
} 
a.global:visited /* visited global link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
    font-weight: bolder;
    
    
} 
a.global:hover /* mouse over global link */
{
    color: #FFE5AB;
    text-decoration: none;
    font-style: italic;
    font-weight: bolder;
    
   
} 
a.global:active /* selected global link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
    font-weight: bolder;
    
    
} 

div.globalnav
{
    float: left; 
    width: 141.85px; 
    text-align: center; 
    
    
}

div.localnav 
{
    float: left; 
    width: 175px; 
    min-height: 480px;
    
    padding: 20px 0px 0px 36px;
    background-image: url('../Images/LocalNavBckgrd.png'); 
    background-repeat: repeat-y;
    position: relative;
    top: 0px;
    left: 0px;
}

a.local:link /* unvisited local link */
{
    color: black;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-size: normal;
    
    
} 
a.local:visited /* visited local link */
{
    color: black;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-size: normal;
    
} 
a.local:hover /* mouse over local link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-size: normal;
    
} 
a.local:active /* selected local link */
{
    color: black;
    text-decoration: none;
    font-style: italic;
    font-weight: bold;
    font-size: normal;
    
} 

div.localcontent
{
    float: left; 
    width: 748px; 
    min-height: 480px;
    padding: 15px 20px 20px 20px;
    overflow: visible;
    background-color: #FFE5AB;
    position: relative;
    top: 0px;
    left: 0px;
}

div.localbckgrd
{
    padding-top: 10px;
    padding-bottom: 10px;
}

h4 
{
    margin: 0px;
}

h2
{
    color: #006043;   
}

td
{
    vertical-align: top;
    padding: 10px;
}

img.staff 
{
    height: 175px;
    width: 125px;
    
}

img.thumb
{
    height: 150px;
    width: 100px;
}

img.board
{
    height: 200px;
    width: 150px;
    margin: 10px;
}

a:link /* unvisited local link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
    
} 
a:visited /* visited local link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
} 
a:hover /* mouse over local link */
{
    color: #F98564;
    text-decoration: none;
    font-style: italic;
} 
a:active /* selected local link */
{
    color: #006043;
    text-decoration: none;
    font-style: italic;
} 

ul 
{
    line-height: 25px;    
}

ol
{
    line-height: 25px;    
}

table.rates
{
    border: none;
    border-collapse: collapse; 
    margin: 80px 0px 0px 100px;
    padding: 0px;
}

td.rates
{
    padding: 5px 5px 5px 5px;   
}

td.center
{
   text-align: center;    
}

td.headings
{
    text-align: left;    
    background-color: Transparent;
    color: #006043;
    padding: 5px 5px 5px 5px;
}

tr.center
{
    text-align: center;   
}

ul.normal
{
    font-weight: normal;
}

span.normal
{
    font-weight: normal;   
}

div.rates
{
    background-image: url(../Images/504RatesBckgrd.png); 
   
    background-repeat: no-repeat;
    width: 525px;
    height: 570px;
    margin-left: 100px;
}

span.scholarship
{
    font-weight: bold;
    /* text-decoration: underline;*/   
}

span.bold
{
    font-weight: bold;
}

table.loans
{
    width: 600px;
    border-collapse: collapse; 
    border: solid 1px white;
     
    
}

td.loanheading
{
    background-color: #006043;
    text-align: center;
    font-style: italic;
    color: white; 
    font-size: larger;
}

td.loantitle
{
    font-weight: bold; 
    width: 110px;
    color: #006043;
    font-style: italic;
    
}

