body {
	background-color: #DFE9C9;
	margin-right: 50px;
	margin-left: 50px;
}

#wrapperHeader{
    display: flex;
	justify-content: center;
    background-image:url(images/webheader.jpg);

}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h1 {
	font-family: 'Henny Penny', Arial, Helvetica, sans-serif;
	font-size: 3.5em;
	font-weight: 900;
	color: #DFE9C9;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #FFFFFF;
	background-color: #868C79;
	padding-left: 5px;
	padding-bottom: 4px;
	padding-top: 1px;
	padding-right: 3px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #363830;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #363830;
}
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
}
.img-lft {
	float: left;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.img-right {
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}


.intro-p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #036;
	text-align: center;
}
ol li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #636;
	list-style-position: outside;
	list-style-type: decimal;
	font-weight: 500;
}
ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 500;
	color: #663;
	list-style-type: square;
	list-style-position: outside;
}
.center {
	text-align: center;
}


#banner {
	float: left;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	text-decoration: none;
	vertical-align: middle;
	height: auto;
	border: 4px solid #20221D;
}

#banner table tr td {
	left: auto;
	right: auto;
	width: auto;
	height: auto;
}
#col-left {
	float: left;
	width: 100%;
	position: relative;
	font-style: normal;
	background-color: #CCCCCC;
	height: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #042140;
	border-bottom-color: #042140;
}
#nav {
	float: left;
	width: 15%;
	padding-right: 1%;
	padding-left: 1%;
	position: relative;
	height: auto;
	font-size: 12px;
}
	
#nav td {
	background-color: #868C79;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #09529F;
}

#nav a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #EFF4E4;
	text-decoration: none;
	background-color: #868C79;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	list-style-type: none;
}
#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #868C79;
}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #868C79;
}

#content {
	float: left;
	width: 64%;
	padding-right: 1%;
	padding-left: 1%;
	position: relative;
	height: auto;
	background-color: #fff;
}
#content a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #111111;
	text-decoration: none;
}

#content a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #111111;
	text-decoration: none;
}

#content a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #111111;
	text-decoration: underline;
}

.sidebar1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	background-color: #FFF;
	padding: 10px;
	float: right;
	width: 14%;
	border: thin solid #20221D;
	position: relative;
	height: auto;
}
#col-right {
	float: right;
	width: 45%;
	position: relative;
}
#footer {
	color: #F2EBDF;
	background-color: #868C79;
	height: auto;
	width: 98%;
	position: relative;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
}
