body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	display: block;
}
.header {
	vertical-align: middle;
	width: 700px;
	clear: both;
}
.logo {
	float: left;
	width: 220px;
	text-align: center;
	display: block;
	vertical-align: middle;
}
h1 {
	font-size: 17px;
	width: 220px;
}
.navigate {
	vertical-align: middle;
	width: 700px;
	clear: both;
	text-align: center;
	display: block;
	float: none;
}.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	width: 170px;
	margin-top: 15px;
	text-align: center;
	height: 24px;
	vertical-align: middle;
	background-attachment: scroll;
	background-image: url(../Images/itemBck.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.content {
	font-size: 12px;
	color: #000000;
	clear: both;
	width: 500px;
	text-align: justify;
	padding-top: 15px;
}
.footer {
	font-size: 10px;
	clear: both;
	width: 500px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
