html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 30px;
}
#PageWrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#HeadWrapper {
	border: 1px solid #A1AEC7;
	border-bottom: none;
}
#HeadImgWrapper {
	width: 99%;
}
#HeadWrapper img.logo {
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
#HeadWrapper img.otherpic {
	float: right;
}

#HeadWrapper img.screenshot1,
#HeadWrapper img.screenshot2 {
	border: 2px solid #CCCCCC;
	margin-top: 11px;
	margin-right: 5px;
	float: right;
}
#HeadWrapper img.screenshot2 {
	margin-right: 5px;
	float: right;
}

#HeadMenuWrapper {
	background-image: url(../images/spacer01.gif);
	background-repeat: repeat-x;
	height: 52px;
	clear: both;
}
#HeadMenuWrapper img {
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 5px;
}
#HeadMenu {
	list-style-type: none;
	padding-top: 6px;
	padding-left: 2px;
}
#HeadMenu li {
	font-size: 13px;
	padding-right: 2px;
	float: left;
}
#HeadMenu a {
	display: block;
	background-color: #8A9DBE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
#HeadMenu a:link, 
#HeadMenu a:visited {
	color: #EEEEEE;
	text-decoration: none;
}
#HeadMenu a:hover {
	background-color: #FFCC33;
	color: #333333;
}
#HeadSubMenu {
	list-style-type: none;
	padding-top: 5px;
	clear: none;
}
#HeadSubMenu li {
	font-size: 11px;
	padding-right: 2px;
	float: right;
	color: #646464;
}
#HeadSubMenu a:link, 
#HeadSubMenu a:visited {
	color: #646464;
	text-decoration: none;
}
#HeadSubMenu a:hover {
	text-decoration: underline;
}
#PageFooter {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
#PageFooter a:visited,
#PageFooter a:link,
#PageFooter a:hover {
	color: #777777;
	text-decoration : none;
}
#PageFooter a:hover {
	text-decoration: underline;
}

.Copyright01 {
	float: left;
	margin-top: 3px;
	font-size: 11px;
}
.Copyright02 {
	float: right;
	margin-top: 3px;
	font-size: 11px;
}
#DivSiteStats p {
	font-size: 12px;
	color: #FFFFFF;
}
