body {
	color: black;
	font-family: "Times New Roman";
	font-size: 1em;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	background-color: black;
}
a:link, a:visited {
	color: #daa92f;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #daa92f;
	text-decoration: underline;
	font-weight: bold;
}
a.nav:link, a.nav:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: #daa92f;
	font-weight: bold;
}
a.nav:hover, a.nav:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: #daa92f;
	font-weight: bold;
}
h2 {
	text-align: center;
	margin-top: 0px;
}
ul {
	font-size: .8em;
	text-align: justify;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
}
li {
	margin-bottom: 10px;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 904px;
	padding: 2px;
	background-color: #daa92f;
}
#header {
	position: relative;
	text-align: center;
	top: 2px;
	left: 0px;
	width: 900px;
	height: 400px;
	padding: 0px;
	background-color: white;
}
#navbar-wrap {
	position: relative;
	top: 0px;
	left: 0px;
	width: 892px;
	height: 26px;
	padding: 4px;
	background-color: #daa92f;
	text-align: center;

}
#navbar {
	position: relative;
	top: 0px;
	left: -4px;
	width: 890px;
	height: 22px;
	padding: 5px;
	background-color: black;
	text-align: center;
}
#navbar font{
	font-size: 1.0em;
	font-weight: bold;
	color: white;
}
#main {
	position: relative;
	top: 7px;
	left: 0px;
	bottom: 8px;
	width: 860px;
	padding: 20px;
	margin-bottom: 10px;
	background-color: white;
	font-size: 1.0em;
	text-align: justify;
	font-family: "Times New Roman";
	line-height: 1.3em;
	font-weight: normal;
}
#main img.ri {
	margin-left: 15px;
	margin-right: 0px;
}
#main img.le {
	margin-right: 15px;
	margin-left: 0px;
}
#footer {
	position: relative;
	width: 900px;
	top: 6px;
	left: 0px;
	padding: 0px;
	font-size: .8em;
	font-family: "Times New Roman";
	font-weight: bold;
	font-style: normal;
	color: white;
}
#footer font {
	font-size: 1.2em;
	font-weight: bold;
	color: white;
	font-style: italic;
}
#footer a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
}
#footer a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.0em;
	color: white;
	font-weight: bold;
}


