body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, blockquote, img, abbr,
acronym, address, cite, a { 
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	text-decoration: none;
	list-style-type: none;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	color: black;
	background: #F6C508;
	line-height: 140%;
	font-family: serif;
}

a {
	color: #106597;
}

a:hover {
	color: #101D97;
}



/* TITLE */

div#title img {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
}



/* NAVIGATION PANE */

div#navigation {
	width: 60%;
	max-width: 52em;
	margin: 0 auto;
}

div.navbutton {
	width: 25%;
	float: left;
	margin: 6% 0 9% 0;
}

#navigation img {
	width: 100%;
}

#navigation p {
	text-align: center;
	text-transform: uppercase;
	margin: 1em 0 0 0;
}

#navigation .navbutton:hover a {
	color: #101D97;
}

#navigation .navbutton:hover ul a {
	color: #106597;
}

#navigation .navbutton:hover ul a:hover {
	color: #101D97;
}

#navigation ul {
	display: none;
}

#navigation .navbutton:hover ul {
	display: block;
	width: 15%;
	max-width: 12em;
	position: absolute;
	z-index: 1;
	background: #FFE606;
	border: 0.5em solid #C30B0B;
}

#navigation .navbutton:hover ul li {
	padding: 0 1em;
	margin: 1em 0;
}


/* TEXT PANE */

div#text {
	width: 56%;
	max-width: 34em;
	margin: 0 auto 6em auto;
}

#text h1 {
	margin: 1.5em 0 1em 0;
	font-size: xx-large;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	line-height: 140%; 
}

#text h2 {
	color: #106597;
	margin-bottom: 0.5em;
	font-size: xx-large;
}

#text h3 {
	color: #106597;
	text-transform: uppercase;
	font-size: large;
	font-weight: bold;
	letter-spacing: 0.15em;
	margin: 3em 0 0.5em 0;
}

#text p {
	margin-bottom: 1em;
}

#text cite {
	font-style: italic;
}

#text address {
	margin-left: 2em;
}

#text ul {
	margin-left: 2em;
}

#text ul li {
	margin: 1.5em 0;
	list-style-type: disc;
}

#text ul.unstyledlist {
	margin: 0;
}

#text ul.unstyledlist li {
	list-style-type: none;
}

#text blockquote {
	background: #FED801;
	padding: 2em;
	margin-bottom: 1em;
}

#text img {
	display: block;
	border: 0.5em solid #C30B0B;
	margin: 1em auto;
	width: 50%;
}

