@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,900);

body {
	font-family: Source Sans Pro, Georgia;
}

h1, h2, h3 {
	font-weight: 900;
}

div.clear {
	height: 150px;
	clear: both;
}

img.left {
	float: left;
}

img.right {
    padding-top: 33px;
	float: right;
}

div.highlight {
	padding: 5px 20px;
	background-color: #DCF0F5;
}

div.content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	width: 960px;
}

a {
	text-decoration: none;
}

a.button {
	background-color: #3366CC;
	padding: 15px 30px;
	color: #ffffff;
	font-weight: 700;
	font-size: 105%;
}

a.button:hover{
	background-color: #4775D1;	
}

p.bold {
	font-weight: 700;
}

sup {
	font-size: 60%
}