﻿body
{
    margin:0 auto;
	padding:0;
	border:0;			
	background:#004186;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	width: 979px;
}
.main-header
{
    vertical-align: bottom;
    margin: 0;
    padding: 0;

}
.main-header img
{
    display: block;
}

.main-nav
{
    background-image: url(../images/links_bar.jpg);
    background-repeat: no-repeat;
    margin: 0;
    width: 979px;
    height: 41px;
    background-color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    color: #F1621A;
    vertical-align: top;
}

.main-nav a
{
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;      
    letter-spacing: -.2px;   
    padding: 0 3px;  
}

.main-nav a:hover
{
    font-size: 12px;
    font-weight: bold;
    color: #F1621A;
    text-decoration: none;
    letter-spacing: -.2px;   
    padding: 0 3px;     
}

.nav-links
{
    padding: 10px 0 0 212px;
    overflow: hidden;
    
    margin: 0;
}
.main-banner 
{
    text-align: center;
    padding: 5px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .4em;
}

.main-content
{
    background-color: #FFFFFF;
}

.content
{
    padding: 10px 350px 20px 25px;
    background-image: url(../images/secondary_copy.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    min-height: 500px;
}

.content p
{
    font-size: 13px;
}
.content h1
{
    font-size: 22px;
    font-weight: normal;
    color: #004186;
    letter-spacing: -.05em;  
    padding: 0;
    margin: 0; 
}
.content ol li
{
    font-size: 16px;
    font-weight: normal;
    color: #004186;
}
.content ol li p
{
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    
}

.content-list
{
    font-size: 13px;
}
.content-list li
{
    list-style-type: none;
    line-height: 1.7em;
}
.organization-list
{
    padding: 0 0 20px 20px;
    line-height: 1.7em;
}
.page_subhead
{
    font-size: 16px;
    font-weight: normal;
    color: #004186;
}


.middle-text
{
    padding: 0 20px 10px 15px;
    font-size: 13px;
    vertical-align: top;
}
.middle-text h1
{
    font-size: 22px;
    font-weight: normal;
    color: #004186;
    letter-spacing: -.05em;    
}

.footer
{
    padding: 5px 20px 20px 0;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer a,
.footer-links,
.footer-links a
{
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;     
}
.footer a:hover,
.footer-links a:hover
{
    font-size: 10px;
    font-weight: bold;
    color: #F1621A;
    text-decoration: none;
}

.contactformbox td 
{
    padding: 5px;
    vertical-align: top;
}

.contactformbox .smallinput {
	width: 170px;
	border: 1px solid #055698;
	
}
.contactformbox .mediumarea {
	width: 370px;
	height: 45px;
	border: 1px solid #055698;
	
}