@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/bg-header.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background-color: #bfd6e1;
}
#mid {
	background-image: url(images/bg-col-left.gif);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#col_right {
	margin-left:247px;
}
#mid #col_left #contact {
	padding-left: 15px;
	padding-top: 60px;
}
#mid #col_left #newsletter {
	padding-top: 20px;
	padding-left: 15px;
	margin: 0px;
}
#footer {
	background-image: url(images/footer.gif);
	height: 53px;
	text-align: center;
	padding-top: 10px;
	font-size: 11px;
	color: #304266;
}
#footer2 {
	font-size: 11px;
	padding-bottom: 10px;
	text-align: center;
	color: #495978;
}
#col_left {
	background-image: url(images/col-left.gif);
	width: 244px;
	min-height:346px;
	float: left;
	background-repeat: no-repeat;
}
#header {
	height: 173px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.text1 {
	font-size: 18px;
	color: #AB0006;
	margin-top: 0px;
}
