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

* {
	margin: 0;
}
html, body {
	height:100%;
}
body,td,th {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:300;
	font-size:17px;
	color:#58595b;
	text-align:center;
}
body {
	background-color: #FFFFFF;
}
img {
	border:none;
}
p {
	margin-bottom:20px;
}
a {
	color:#58595b;
	text-decoration:none;
}
a:hover {
	color:#0a508e;
	text-decoration:none;
}
.clear {
	clear:both;
}
.blue {
	color:#0a508e;
}
.grey {
	color:#a7a9ac;
	margin:0 4px;
}
#logo {
	margin:50px auto;
	width:370px;
	height:91px;
}
#text {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#columnLeft {
	float:left;
	width:619px;
	margin-right:50px;
}
#columnRight {
	float:right;
	width:231px;
}
#footer {
	width:900px;
	margin:50px auto;
	text-align:center;
	font-size:16px;
}
#footer p {
	margin-bottom:5px;
}