body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #000;
	}
	
h1 {
	color: #9F0000;
	font-size: 2em;
	font-weight: bold;
	line-height: 0.5em;
	padding-top: 2em;
	text-transform:uppercase;
	}

h2 {
	color: #900;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 1em;
	line-height: 0.5em;
	text-transform:uppercase;
	}

a {
	text-decoration: none;
	color: #03486D;
	}

p {
	line-height: 1.75em;
	}

ul.menu {
	text-align: center;	
	}

ul.menu li {
	font-size: 1.75em;
	font-weight: bold;
	padding-right: 6em;
	display: inline;
	padding-bottom: 1em;
	}

ul.menu a {
	color: #03486D;
	}

ul.menu a:hover {
	color: #6BBCE8;
	}

p.quote {
	font-weight: bold;
	}

.quote_author {
	font-weight: normal;
	}

img.imgInText {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
	}

a.inText {
	color: #9F0000;
	}

a.inText:hover {
	color: #ECDB68;
	}
	
ol li a {
	color: #9F0000;
	}

ol li a:hover {
	color: #ECDB68;
	}