body {
	background-color:#fff;
	color:#333;
	font-size:12px;
	line-height:1.35em;
	margin:0;
	font-family:'Helvetica Neue', helvetica, arial, sans-serif;
}

p, li, h1, h2, h3, h4 {
	line-height:135%;
}

a { 
	/*color:#a62b24;*/
	color:#546192;
	outline:none;
	text-decoration:underline;
}

a:hover { color:black; text-decoration:underline; }

a img { border:none; }

h1, h2, h3, h4, h5 {
	color:#fff;
	font-weight:normal;
	margin:0;
	line-height:1.3em;
	font-family:'Myriad Pro', 'Calibri';
	text-transform:lowercase;
}

h2 { font-size:27px; margin:0; }
h3 { font-size:23px; }
h4 { font-size:19px; }

/*h2 + p, h3 + p, h4 + p { margin-top:0.3em; }*/

.underline { border-bottom:1px solid #003777; }
.note { color:#ccc; }
.small { font-size:11px; }
.tiny { font-size:11px; }
.clear { clear:both; }
.date { font-size:12px; color:#666; }
.left { float:left; margin:0 1em 1em 0 }
.right { float:right; margin:0 0 1em 2em }
.hilite { color:#036; }
.highlight { color:#546192; }

hr { height: 1px; color: #ccc; border: none; } /* For Internet Explorer */
html>body hr { height: 1px; background-color: #ccc; border: none; } /* For Gecko-based browsers */
html>body hr { height: 1px; background-color: #ccc; border: 0px solid #ccc; } /* For Opera and Gecko-based browsers */

th, td { padding:0.3em 1em 0.3em 0; text-align:left; vertical-align:top }
th { padding-top:1em }
table { border-spacing:0 }
caption { text-align:left; }
address { font-style:normal; }

/*
.error {
	border:1px solid red;
	padding:0.5em;
	color:red;
}
*/

.success, .error {
	font-weight:bold;
	font-size:15px;
	border:1px solid #fff;
	padding:0.6em 1em;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}

.pdf {
	padding-left:17px;
	background:url(../images/pdf-small.gif) center left no-repeat transparent;
}

ul.pdfs li {
	list-style-image:url(../images/pdf-small.gif);
	margin-bottom:0.3em;
}

.clearfix:after { content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

a.button {
	padding:0.4em 0.7em;
	background-color:#546192;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	line-height:100%;
}

a.button:hover {
	background-color:#036;
}

a.button span {
	font-weight:normal;
}

p.button_p {
	margin:1.5em 0;
}

a.rss {
	background:url(../images/rss.png) center left no-repeat transparent;
	padding:2px 0 2px 22px;
	text-decoration:none;
	color:#e37830;
}

a.rss:hover {
	color:#000;
}