@charset "UTF-8";
/* CSS Document */

html {
	min-height: 100%;
	height: auto;
	background-color: #E5E5E5;
}

body {
	background-image: url(images/back_rep_tall.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100%;
	background-color: #E5E5E5;
}

#container {
	width: 1027px;
	margin-right: auto;
	margin-left: auto;
}
.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-top: 20px;
	width: 655px;
	text-align: justify;
	padding-bottom: 40px;
	float: left;
}

.hometextright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-top: 20px;
	width: 300px;
	text-align: justify;
	padding-bottom: 40px;
	float: right;
}

.red {
	color: #ED1C24;
	font-weight: bold;
}

#footer {
	background-image: url(images/footer_logo_long2.gif);
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #666;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #E5E5E5;
	background-position: left top;
	height:224px;
}

#footer a:link {
	color: #666;
	text-decoration: none;
}

#footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #EE1E27;
	text-decoration: underline;
}

#footer em {
	font-weight: bold;
	color: #a5a5a5;
	font-style: normal;
}



.footerlogo {
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
