/*** general styles ***/
body {
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 14px;
	color: #333;
}

a {
	color: #2847bd;
	text-decoration: none;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	color: #1d348d;
}

h1 {
	margin-top: 0;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

hr {
	border: 0;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}

img {
	display: inline;
	vertical-align: bottom;
	border: 0;
}

.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.subtle, .subtle a { color: #999; }

.secondary_font {
	font-family: Constantia, Palatino, Georgia, sans-serif;
}

.bold { font-weight: bold; }
.green { color: #4a7760; }

div.main_image {
	display: inline;
	padding: 2px;
	border: 4px solid #9bb8cc;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}

ul.plainList {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.column45 {
    width: 45%;
}

.left { float: left; }
.right { float: right; }