@charset "utf-8";
/* CSS Document */

/************************ TYPOGRAPHY ***********************/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h1 {
	font-size:34px;
	padding-bottom:15px;
	font-weight:normal;
	color:#447795;
	line-height:1.2em;
}
h2 {
	font-size:28px;
	padding-bottom:12px;
	font-weight:normal;
	color:#da186d;
}
h3 {
	font-size:18px;
	padding-bottom:7px;
	color:#447795;
	font-weight:normal;
}
h4 {
	font-size:24px;
	padding-bottom:5px;
	font-weight:bold;
}
h5 {
	
}
p {
	padding-bottom:24px;
	line-height:1.5em;
}
	p.entry-meta {
		font-size:12px;
		color:#666;
		padding-bottom:10px;
	}
	p.post-meta {
		padding-bottom:10px;
		font-size:12px;
	}
	p.smallpad {
		padding-bottom:10px;
	}
	p.comment-reply a {
		font-size:14px;
		padding-bottom:0;
	}
	p.smaller {
		font-size:12px;
		padding-bottom:10px;
	}
a {
	text-decoration:none;
	color:#00b5dd;
}
	a:hover {
		text-decoration:underline;
	}
	a.more {
		color:#fff;
		background-color:#da186d;
		padding:3px 7px 3px 7px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}
	a.on {
		font-weight:bold;
	}
	a.pdf-download {
		display:block;
		padding-left:26px;
		background-image:url(../../../icons/famfamfam_mini_icons/file_acrobat.gif);
		background-repeat:no-repeat;
	}
strong {
	font-weight:bold;
}
ul.address {
	font-size:14px;
	word-spacing:-1px;
}
em {
	font-style:italic;
}
/*********************************************************/

body {
	background-color:#e1f3f9;
}

#header {
	width:900px;
	display:inline;
	float:left;
}

#wrap {
	width:900px;
	margin:0 auto;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.title {
	display:block;
	margin-bottom:10px;
}
div.alignleft {
	display:inline;
	float:left;
	margin:5px 15px 5px 0;
}