.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1px;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

a:link, a:active {
	color: #0a611a
}

a:visited {
	color: #265a1a;
}
	
a:hover {
	color: #2da311;
}

html, body {
	font-family: arial;
}

body {
	background: #ffffff;
}

#site_wrapper {
	padding-bottom: 20px;
}

#legal {
	color:#424240;
	text-align:center;
	padding: 10px 0px;
	font-size:12px
}

#copyright {
	color:#424240;
	text-align:center;
	padding: 10px 0px;
	font-size:12px
}

.errorlist {
	color: #FF0000;
}

.errorlist li {
	list-style-type: disc;
	list-style-position: inside;
}
