/* TYPOGRAPHY.CSS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	background: #B5B698;
}

a {
	color: #034D74;
	text-decoration: underline;
}

a:visited {
	color: #034D74;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

ol, ul {
	padding-left: 2em;
}

li {
	margin-bottom: .5em;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

h1 {
	font-size: 2.1em;
	line-height: 1.5;
	margin-bottom: 10px;
}

h2 {
	margin: 1.2em 0;
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 0.6em;
    color:#034D74;
}
h3 {
	font-size: 16px;
	line-height:1em;
	color:#034D74;
	margin-bottom: 5px;
}

h4, h5, h6 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom:0em;
	color:#034D74;
}

h5 a{
	color:#9CB1CE;
}

img.left {
	float: left;
	clear: left;
	margin: 0 20px 20px 0;
}

img.right {
	float: right;
	clear: right;
	margin: 0 0 20px 20px;
}
