/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */


body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #312a2f;
}

footer {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #e5e5e5;
}

p, ul, ol { padding: 0 0 0 0; }

a {
	color: #0083c0;
	text-decoration: underline;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { color: #556b84; }

a img { border: none; }



.small { font-size: 10px; }


hr {
	color: #9b9b9b;
	background-color: #;
	border: 1px dotted #9b9b9b;
	border-style: none none dotted;

}

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

/* MAIN NAV */

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 83em;
}

ul.nav li {
float: left;
}

ul.nav a {
	display: block;
	padding: 0 .5em;
	line-height: 2.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.2px;
	font-weight: bold;
	color: #0084c1;
	text-decoration: none
	
}

ul. nav .first a {
	backgroun-image: none;
}

/* -----------------------------------------------------------
		VI. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0;
	color: #333;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 34px; }

h2 { font-size: 24px; }

h3 { font-size: 20px; }

h4 { font-size: 16px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

