@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #99c;
	height: 0px;
}
p {
	margin-bottom: 1.5em;
}
strong {
	color: #F00;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.4em;
}
#subheadPara {
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFF;
	background-color: #009;
	padding: 2em;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #999;
	margin-top: 0px;
	height: 0px;
	float: none;
	margin-bottom: 0px;
}
#branding {
	height: 85px;
	background-color: #FFF;
	float: none;
	clear: none;
}
#siteNav {
	float: left;
	background-color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 15px;
	border-top-color: #272AB0;
	border-right-color: #232FB9;
}
#siteNav ul {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	background-color: #C0C0C0;
	width: 960px;
	height: 20px;
}
em {
	color: #096;
}
h2, h3, h4, h5 {
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	text-transform: capitalize;
	color: #609;
}
#mainContent {
	width: 960px;
	font-size: 0.9em;
	background-color: #ACACAC;
	height: 500px;
	alignment-adjust: middle;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: none;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003;
	border-right-color: #003;
	border-bottom-color: #003;
	border-left-color: #003;
	border-top-width: 0px;
	margin: 0px;
}
#footer {
	font-size: 0.7em;
	line-height: 30px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	height: 30px;
	float: right;
	clear: both;
	width: 960px;
	padding: 0px;
	margin-top: -50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #branding a img {
	display: block;
	margin: auto;

}
#mainContent p img {
	display: block;
	padding-left: 0px;
	padding-top: 0px;
}
#siteNav ul li a {
	text-transform: capitalize;
	color: #FFF;
	text-decoration: none;
	background-color: #069;
	display: inline-block;
	padding-left: 0.7em;
	margin-bottom: 10px;
	border-radius: 0px 12px 12px;
	margin-left: -15px;
	padding-right: 10px;
	margin-right: .5px;
}
#siteNav ul li {
	display: inline;
	padding-right: 40px;
}

#siteNav ul li a:hover {
	background-color: #69C;
}
