div#textheader {
	height: 150px;
	width: 571px;
	background: #FFF url('../images/bg_header.gif') no-repeat 0 0;
}

div#textheader h1 {
	width: 100%;
	height: 100%;
	background: no-repeat 0 0;
}

div#textheader h1 span {
	display: none;
}

div#easy {
	height: 70px;
	width: 189px;
	text-align: right;
	background: #FFF url('../images/bg_header.gif') no-repeat -571px 0;
}

div#submenu {
	position: relative;
	width: 189px;
	padding: 0 0 20px 0;
	background: url('../images/inner_sidebar_bg.gif') no-repeat 0 0;
}

div#submenu h2 {
	margin: 25px 0 5px 20px;
	color: #005ec2;
}

div#submenu h3 {
	margin: 10px 0 0 0;
	color: #3f85bd;
}

div#submenu ul {
	margin: 10px 0 0 20px;
}

div#submenu ul li {
	padding: 3px 0;
	list-style: none;
}

div#submenu ul li a {
	display: block;
	font-weight: bold;
}

div#submenu ul li a:hover {
	color: #000;
}

div#submenu div.footer {
	position: absolute;
	bottom: 0;
	float: none;
	display: block;
	width: 100%;
	height: 15px;
	background: url('../images/inner_sidebar_bg.gif') no-repeat 0 100%;
}

div.contents h3 {
	margin: 10px 0 0 0;
	color: #3f85bd;
}

.disclamer {
	font-size: 10px;
	color: #999;
}

a.button {
	padding: 4px 6px 5px 7px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	border: 1px solid #888888;
	background: #fbefc0;
}

a.button:hover {
	background: #fff9e0;
}