* {
	margin:0;
	padding:0;
	border:0;
}
.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;
}
html {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	color:#525151;
	line-height:18px;
	background-color:#fff;
	text-align:center;	
}
p {
	margin-bottom:7px;
}
/* =Links
-----------------------------------------------------------------------------*/
a:link, a:visited, a:hover, a:active {
	color:#111;
	outline:none;
}
a:hover {
	color:#fc951e;
	text-decoration:none;
}
a[href$=".pdf"] {
 	background: url(pdf.png) no-repeat right top;
	padding-right: 20px;
 	padding-bottom:2px;
	margin-top:10px;
	display:inline-block;
}
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3{
	font-weight:normal;
	font-size:16px;
	color:#ee8b17;
	margin-bottom:12px;
}
div.info{
	width:350px;
	margin:10% auto;
	font-size:90%;
	border:1px solid #eee;
	padding:15px;
	background:#f6f5f3;
}