.footer_image {

	border: 1px solid white;
}

.footer{
	width: 800px;
	background-color: #D9D9D9;
}

.footer_text {
	height: 50px;
	background-color: #a8a9ad;
	border-right: 1px solid #d2d3d5;
	border-left: 1px solid #d2d3d5;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-align: left;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 15px;
}

.footer_text a:hover {
	color: #585858;	
	font-weight: bold;	
	text-decoration: none;
}

.footer_text a:link, .side_nav_outer a:active, .footer_text a:visited  {
	color: black;		
	font-weight: bold;
	text-decoration: underlined;
}

.footer_text_admin {
	font-size: 8pt;
	color: white;
	background-color: #999999;
	text-align: center;
}

.footer_text_contact {
	font-size: 8pt;
	color: white;
}

.footer_text_grey {
	font-size: 8pt;
	color: #999999;
	padding-top: 4px;
	text-align: right;
}