@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFFF;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 2;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.clear {
	clear: both;
	float: none;
}
.frame {
	border: 1.5px solid #000000;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	text-align: center;
	height: 60px;
	width: 800px;
	margin-top: 20px;
}
#navbar ul {
	text-align: center;
	display: inline;
}
#navbar li {
	display: inline;
}
#header {
	text-align: center;
	height: 140px;
	width: 800px;
}
#header img {
	margin-top: 10px;
}
#content {
	width: 800px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	background: #FFFFFF;
}
h4 {
	font-family: Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000;
	text-decoration: none;
	margin-top: 10px;
	text-align: center;
	font-weight: lighter;
}
#content table {
	background: #FFFFFF;
	text-align: center;
	height: auto;
	border-collapse: collapse;
	margin-left: 40px;
}
#content table tr {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .9 em;
	line-height: 2;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-color: #FFFFFF;
	height: auto;
	width: auto;
	vertical-align: bottom;
}
#content table td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 3;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: none;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 5px;
	margin-left: 8px;
	text-align: center;
	vertical-align: bottom;
}
#content table img {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#content td a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #996600;
	text-decoration: none;
}
#content   td   a:visited {
	color: #996600;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.3;
}
#content   td   a:hover {
	color: #C90;
	text-decoration: none;
}
#footer {
	height: 100px;
	width: 800px;
}
#footernav {
	text-align: center;
	height: 50px;
	width: 800px;
	margin-top: 20px;
}
#footernav ul {
	text-decoration: none;
	text-align: center;
	display: inline;
	margin-top: 10px;
	list-style-type: none;
}
#footernav li {
	display: inline;
	margin-left: 15px;
}
#footernav  li a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: inline;
}
#footernav li a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#footernav li a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
	text-decoration: none;
}
#footer_cpyrt {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 30px;
	text-align: center;
}
