html {
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
html, body {
	/* Keeps page from scrolling left or right */
	max-width: 100%;
    overflow-x: hidden;
}
body {
	font-family:Arial,Helvetica,Sans-Serif;
	background-color: #990000;
	color: white;
}
a {
	font-weight:bold;
	color:yellow;
}
div {
	margin-top: 8px;
}
div#menu {
	max-width: 100%;
	padding:8px 0px;
	background-color: #660000;
	margin-top:0px;
	line-height: 150%;
}
div#footer-content {
	padding: 8px 0px;
}
footer {
	background-color: black;
}
h1,h3,h3,h4 {
	letter-spacing:-1px;
	margin:0px;
}
header {
	width:100%;
}
header div {
	text-align:center;
	padding-bottom:6px;
	letter-spacing:-.10px;
}
header div a {
	color:yellow;
	text-decoration:none;
	font-weight:bold;
}
header div a:active {
	color:red;
}
img {
	width:100%;
	padding:0px;
	margin-bottom: 8px;
}
img.auto {
	width: initial;
}
img.smaller {
	width: 250px;
}
p {
	margin-top:0px;
	margin-bottom:10px;
}
section {
	position:relative;
	width:100%;
}
section div.logo {
	margin-top: 20px;
}
section#main {
	width:100%;
	min-height:360px;
}
.bold {
	font-weight:bold;
}
.bold-italic {
	font-weight:bold;
	font-style:italic;
}
.bold-underline {
	font-weight:bold;
	text-decoration:underline;
}
.black {
	font-size:120%;
	font-weight:bold;
	letter-spacing:-1px;
	/*display:inline-block;*/
}
.black-blue-head {
	color: #1b429f;
	font-weight:bold;
	letter-spacing:-1px;
}
.black-red-head {
	color: #ffffdd;
	font-weight:bold;
	letter-spacing:-1px;
}
.caption {
	color: #1b429f;
	text-align:center;
}
.center {
	text-align:center;
}
.color {
	color: yellow;
}
.font-size-200 {
	font-size:200%;
}
.imgcenter {
	margin: 0 auto;
	display: block;
}
.margin-top {
	display:block;
	margin-top:10px;
}
.small {
	font-size:small;
}
.top {
	font-size:small;
	margin: 10px;
}