html {
	overflow-y:scroll;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

table, th, td {
	border: 0px solid black;
}

p, font, li {
	font-family:Verdana;
	font-size: 95%;
}

p#caption {
	font-family:Verdana;
	font-size: 80%;
	text-align: justify;
}

h1 {
	font-family:Verdana;
}

h2, h3 {
	font-family:Verdana;
	color: #003E74;
}

a:link, a:visited {
	color: #005BB5;
}

a#nav {
	font-family:Verdana;
	background-color: #003E74;
	color: white;
	height: 40px;
	width: 133.3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
}

a#nav:hover, a#nav:active {
    background-color: #00ACD7;
}

a#navSel {
	font-family:Verdana;
	background-color: #00ACD7;
	color: white;
	height: 40px;
	width: 133.3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
}

a#navSel:hover, a#nav:active {
    background-color: #00ACD7;
}

#wrapper {
	min-height: 100%;
	position: relative;
}

#content {
	padding-bottom:60px
}

#footer {
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }

<!-- Oxford red  #D31245 -->
<!-- Oxford blue #002147 -->

<!-- Imperial Blue #003E74 -->
<!-- Imperial Pool Blue #00ACD7 -->

<!--

-->