﻿body {
	background-color: #163E6D;
	font-family: "Trebuchet MS";
	color: #163E6D;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-style: outset;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
#navigation {
	background-color: #163E6D;
	float: left;
	width: 145px;
	color: #FFFFFF;
	position: relative;
}
#content {
	background-color: #FFFFFF;
	position: relative;
	float: right;
	width: 618px;
	margin-right: 10px;
}
#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: x-small;
	background-color: #FFFFFF;
	margin: 10px;
}
#certlogo {
	float: left;
	clear: left;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	width: 145px;
}
#content h1 {
	color: #267922;
	font-style: italic;
	text-align: center;
}
#navigation li {
	font-size: medium;
	list-style-type: none;
	display: block;
	padding: 2px;
	border: thin outset #FFFFFF;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#navigation p {
	color: #267922;
	font-size: small;
	font-style: italic;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#masthead img {
	text-align: center;
}
#masthead {
	text-align: center;
	padding-bottom: 20px;
}
#navigation a {
	font-size: medium;
	list-style-type: none;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #FFFFFF;
}
#navigation a:hover {
	font-size: medium;
	list-style-type: none;
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #079B00;
}
#footer a {
	color: #163E6D;
}
#footer a:hover {
	color: #267922;
}
#content h2 {
	color: #267922;
}
#content a {
	color: #267922;
	text-decoration: none;
}

