/* general
------------------------------------------------------------ */

p, h1, h2, h3, h4, h5, ul, ol, li, span, div {
	font-family:  Georgia, Times New Roman, serif !important;
	font-weight: 100;
	}
	
h1, h2, h3, h4, h5 {
	margin: 0;
	font-family:  Georgia, Times New Roman, serif !important;
	}
	
#nav_container *,
#secondary_nav_container * {
	font-family:  Georgia, Times New Roman, serif !important;
	}
	
h3 {
	margin: 10px 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #2D5E84;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #2D5E84;
	}

hr {
	display: none;
	}
	
.breaker {
	clear: both;
	margin: 0;
	padding: 0;
	}
	
p {
	font-size: 1.1em;
	line-height: 16px;
	}
	
#page_content h1 {
	font-size: 2.2em;
	color: #CE0001;
	}