html {
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 11px Tahoma, sans-serif;
	color: #000000;
	position: relative;
}
table {
	width: 100%;
	border-collapse:collapse;
	font-size: 11px;
}
td {
	vertical-align: top;
}
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font: bold 14px Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-top: 20px;
}
h2 {
	font: bold 12px Tahoma, sans-serif;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 12px;
}
img {
	border-style: none;
}
ul {
	margin: 0px 50px 30px 30px;
	padding: 0px;
}
li {
	margin: 0px 0px 5px 20px;
	padding: 0px;
	list-style: disc outside;
	font-size: 12px;
	text-align: justify;
	color: #7D7D7D;
}
.left {
	width: 200px;
}
.left .logo {
	background: #AADDFF;
	display: block;
	width: 200px;
	margin-bottom: 10px;
	background: url(../images/logo.jpg) no-repeat;
	height: 142px;
}
.left .item {
	display: block;
	margin-bottom: 1px;
	cursor: pointer;
	margin-left: 3px;
}
.left .item img {
	margin-right: 9px;
	float: left;
	margin-top: 3px;
}
.left .sub {
	background: url(../images/nav_sub_only.gif) no-repeat;
	margin-left: 23px;
	display: block;
	margin-bottom: 1px;
	padding-left: 20px;
}
.right {
}
.right .stat {
	width: 190px;
}
.right .stat a {
	font-weight: bold;
}

.right .top {
	text-align: center;
	padding-bottom: 30px;
}
.right .html {
	padding-left: 20px;
	padding-right: 10px;
}
.right .css {
	width: 30%;
	color: #666666;
}
.counters {
	padding-top: 20px;
}
.counters a {
	float: right;
	margin-left: 5px;
	text-decoration: none;
}
.footer {
	height: 20px;
	vertical-align: middle;
	padding: 15px 20px 5px;
}
.footer .copy {
	float: right;
}
.footer a {
	margin-right: 5px;
}