/* CSS Document */

body 
{
	font-family: Arial, Helvetica, sans-serif;		
	background-color: #FFFFFF; 			
	margin: 0;	
	text-align: center;		
}

#divWrapper
{
    width: 900px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.divBody
{        
	
	width: 900px;
    background-color: #FFFFFF;
    height: 100%;  	
	text-align: center;
}
    
#divImageHeader
{		
	height: 60px;
	width: 870px;
	float:left;
	text-align: center;
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 150px;
	border: none;
	margin: 0;
}

#divBodyWrapper
{
	width: 900px;
	float: left;
	margin-top: 100px;			
}

#divTagLine
{		
	float: left;
	height: auto;
	padding-top: 10px;	
	width: 900px;	
	text-align: center;
	background-color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 2000;
	color: #000000;	
}

#divLeftSubtitle
{	
	width: 440px;		
	color: #005eb0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	float:left;	
}

#divRightSubtitle
{	
	width: 440px;
	color: #005eb0;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;	
	float: left;
}

.SectionDescription
{
	width: 440px;			
	color: #000000;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;	
}

#divFooter
{
    width: 900px; 
	height: auto;   
    font-size: 0.85em;
    font-weight: 200;
    text-align: center;
    vertical-align: middle;    
    background-color: #FFFFFF;
}











