@charset "UTF-8";
/* CSS Document */

p { font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
a { font-size: 8pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }


/*----------------  INFO_HOME ----------------*/

#info_home {
	width:772px;
	background-color:#C0C7CF;
	height:160px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding:10px 0px 10px 0px;
	}

#info_home h5  { 
	color: #042241; 
	font-size: 13px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	word-spacing: 2px; 
	letter-spacing: 1px; 
	}

#info_home p {
	font-size:12px;
	
} 

/*----------------  FOOTER_HOME ----------------*/
#footer_home_wrapper {
	width:772px;
	text-align:center;
	margin: 0px auto 0px auto;
	background-color:#fff;
	}


#footer_home {
	width:772px;
	background-color:#002A50;
	height:104px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding:15px 0px 30px 0px;
}

#footer_home p {
	color: #fff; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height:120%;
	text-align:center;
}

#footer_home a {
	color: #fff; 
	text-decoration: none;
	padding: 0px 3px 0px 3px; 
	}


/*----------------  OTHER CLASSES ----------------*/

.copyright {
	color: #fff; 
	text-decoration: none;
	font-size:90%;
	padding:0px;
	}
	
.white {color:#FFF;
}


#column_right {
	float: right;
	width: 48%;
	position: relative;
	right:15px;
	}

#column_right p, #column_right h5 {
	text-align:right;
}


#column_left {
	float: left;
	width: 48%;
	position: relative;
	left:15px;
		}


#column_left p, #column_left h5 {
	text-align:left;
}




