﻿body{
	margin: auto;
	height: auto;
	width: 900px;
	background-color: #003399;
	position: relative;
	vertical-align: middle;
}
#container{
	padding: 5px;
	height: auto;
	width: 900px;
	background-color: #FFFFFF;
	position: relative;
	z-index: inherit;
}
#masthead{
	margin: auto;
	position: relative;
	width: 900px;
	/*height: 90px;*/
	height: 150px;
	z-index: 1;
	top: 0px;
	right: auto;
	/*background-image: url('../images/KDMF_Banner.jpg');*/
	background-image: url('../images/kdmfBanner.jpg');
}
#content{
	margin: 5px;
	padding: 5px;
	position: relative;
}

/* Navigation Styles */
/*
#navigation {
	font-size: medium;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 0px;
	position: relative;
	width: 900px;
	height: auto;
	z-index: 1;
	background-color: #F3F3F7;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	vertical-align: bottom;
	margin-top: 5px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}

*/
#navigation {
	border-width: 1px;
	border-color: #653828;
	padding: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	background-color: #FFFFFF;
	border-top-style: solid;
	border-bottom-style: solid;
	text-align: center;
	font-weight:bold;
	color:#653828;
}
#navigation a {
	text-decoration: none;
	color: #b22222;
	display: inline-block;
	margin: 0;
	padding: 1px 5px 1px 5px;
	background-color: #FFFFFF;
}
#navigation a:hover {
	text-decoration: underline;
}


/*
#navigation a {
	text-decoration: none;
	display: block;
	padding: 5px;
	color: #394576;
	font-style: italic;
	border-color: #394576;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
	color: #0000ff;
	color: #FF0000;
	font-weight: bold;
	/*font-style: italic;*/
}
*/

#editableBody{
	padding: 2px;
	margin: 2px;
	position: relative;
	width: 892px;
	height: auto;
	z-index: 1;
}

#StatCounter p {
	font-size: x-small;
	text-align: center;
}

#footer{
	position: relative;
	width: 900px;
	vertical-align: middle;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: italic;
}
#footer p {
	font-size: x-small;
	text-align: center;
}

h2 {
	font-family: Georgia;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

h3{
	font-family: Georgia;
	font-size: medium;
	font-style:italic;
	font-weight:bold;
	color: #394576;
}

p{
	font-family: Georgia;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
