body {
	margin: 0px;
	width: 100%;
	overflow-x: hidden;
}

.stats img {
	display: none;
}

#aheader { 
	background: url("../images/aheader_back.gif") repeat-x;
	border-bottom: 1px solid #1c1c1c;
	height: 27px;
	overflow: hidden;
	width: 100%;
	padding-left: 6px;
}

#aheader .over {
	float: left;
	width: 70%;
	border-right: 1px solid #bdb0e8;
}

#aheader ul {
	float: left;
	clear: right;
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	height: 27px;
}

#aheader li  {
	display: block;
	margin-left: 0px;
	float: left;
	border-left: 1px solid #cfcbf5;
	border-right: 1px solid #bdb0e8;
	padding-top: 8px;
	padding-bottom: 7px;
	padding-left: 9px;
	padding-right: 9px;
	color: #4d4d4d;
	font-family: verdana;
	font-size: 11px;
}

#aheader li:hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.hover {
	background-color: #cfd4f6;
	padding-bottom: 6px;
}

#aheader li.active {
	background-color: #d4cff6;
	padding-bottom: 6px;
}

#aheader a {
	text-decoration: none;
	color: #4d4d4d;
}

#bheader {	
	background: url("../images/bheader_back.gif") repeat-x;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #a1a1a0;
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #2d2a2a;
	margin: 0px;
	text-valign: middle;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 8px;
}

#bheader em {
	color: #940429;
	font-style: normal;
	font-weight: normal;
}

#header {
	margin: 0px;
	width: 100%;
	height: 82px;
	background: url("../images/header.gif") repeat-x;
}

#header img {
	margin-top: 33px;
	margin-left: 24px;
}

#menu {
	background: url("../images/menuback.gif") repeat-y;
	margin-top: 1px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 5px;
	font-family: verdana;
	font-size: 11px;
	color: #5b628f;
	width: 170px;
	padding-top: 6px;
	height: 380px;
	float: left;
}

#menu li {
	padding-top: 3px;
	border-bottom: 1px solid #aebc98;
	padding-bottom: 3px;
	margin-bottom: 3px;
	width: 167px;
}

#contents {
	font-family: arial;
	font-size: 14px;
	color: #6e7c68;
	height: 1000px;
	margin-top: 10px;
}

#contents h1 {
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	color: #aebc98;
	margin-bottom: 2px;
}

#col1 {
	margin-top: 2px;
	float: left;
	width: 450px;
	margin-left: 15px;
	padding-right: 10px;
	margin-right: 15px;
	border-right: 1px solid #f3f6ed;
	height: 1000px;
}

#col2 {
	padding-top: 1px;
	margin-right: 50px;
	height: 1000px;
}

#contents p {
	margin-top: 5px;
}

.tips {
	margin-left: 30px;
	margin-bottom: 20px;
}

.tip {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-left: 95px;
	padding-left: 0px;
	margin-bottom: -10px;
}

.tip li {
	float: left;
	padding-left: 20px
}

.tip li.down {
	padding-top: 10px;
}
