@charset "utf-8";
/* CSS Document */

/*start footer*/
.footer {
	width: 100%;
	margin-bottom: 0px;
	background-color: #000000;
	height: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.foot_left {
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f688e;
	float: left;
	height: auto;
	width: 200px;
	text-align: left;
	vertical-align: 50%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 50px;
}


#content_wrapper_foot {
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.foot_left a {
	font-weight: bold;
	color: #5f688e;
	text-decoration: underline;
}
.foot_left a:hover {
    text-decoration: none;
}

.foot_left a:visited
{
	font-weight: bold;
	color: #5f688e;
	text-decoration: underline;
}
.foot_right {
	float: right;
	height: auto;
	width: 560px;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f688e;
	margin-right: 50px;
	text-align: justify;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #bdbfba;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.foot_right a {
	font-weight: bold;
	color: #5f688e;
	text-decoration: underline;
}

