body {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	color: #666666;
	line-height: 1.78;
}

a {
	color: #094d89;
}

em { font-style: italic; }
strong { font-weight: bold; }


h1 {
	font-size: 16px;
	color: #094d89;
	padding: 0 0 1px 30px;
	margin: 0 0 17px -8px;
	background: url(../img/h1.gif) left bottom no-repeat;
}

h1.short {
	margin: 0;
	padding: 0 0 1px 23px;
	background: url(../img/h1_short.png) left bottom no-repeat;
}

h1.noborder {
	margin: 0;
	padding: 0 0 1px 23px;
	background: url(../img/h1_noborder.png) left center no-repeat;
}


h2 {
	font-size: 16px;
	color: #333333;
	background: url(../img/title_border.gif) left bottom repeat-x;
	display: inline-block;	/* Shortens background to size of text. */
	position: relative;
	top: -7px;
	margin: 0;
}
h2 a { text-decoration: none; color: #333333  }

h3 {
	margin-bottom: 6px;
	color: #094d89;
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-weight: bold 
}

p {
	/* margin: 0 0 32px 0; */
}

blockquote p {
	margin: 0;
	display: inline;
}

.larger {
	font-size: 17px;
}

.smaller {
	font-size: 12px;
}

.blue_underlined {
	text-decoration: underline;
	color: #094d89
}

.meta {
	font-family: Helvetica, Arial, sans-serif;
	color: #58585a;
	padding: 6px 16px;
	font-size: 11px;
	line-height: 14px;
	background: #ebebeb url(../img/meta_bg.gif) right top repeat-y;
}

blockquote {
	font-size: 16px;
	margin-bottom: 32px;
	font-style: italic;
	quotes: "\201C" "\201D";
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

ol { margin-bottom: 30px; }

a.big_link { font-size: 20px; }


ul.grid_list { overflow: hidden; position: relative; }

ul.grid_list li { list-style: none; width: 200px; margin: 0 10px 10px 0; float: left; text-align: center; }

#page_content p, .mceContentBody p { margin-bottom: 0; }