#page h2 {
	font-size: 15px;
	margin: 10px 0 0 0;
}
#page h2 a {
	color: #9c6;
	text-decoration: none;
}
#page h2.link {
	margin: 20px 0 0 0;
}
#page p {
	line-height: 1.5em;
	margin: 10px 0 0 0;
}
#page img {
	border: 0;
	margin: 10px 0 0 0;
}
#page .right {
	clear: both;
	float: right;
	margin: 10px 0 10px 20px;
}
#page ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#page li {
	background: transparent url(../graphics/page/ul-li.png) no-repeat 0 3px;
	line-height: 1.5em;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
}
#page li h2 {
	margin: 0;
}




#page #aside {
	background: #e5f2d8;
	border: 2px solid #cce5b2;
	clear: both;
	float: right;
	margin: 10px 0 10px 20px;
	overflow: hidden;
	padding: 0 0 8px 0;
	width: 136px;
	behavior: expression(
		this.onmouseover = new Function("this.className = ' asideover';"),
		this.onmouseout = new Function("this.className = '';"),
		this.style.behavior = null
	);
}
#page #aside:hover, #page #aside.asideover {
	border: 2px solid #9c6;
	cursor: pointer;
}
#page #aside img {
	background-color: #fff;
	border-bottom: 2px solid #cce5b2;
	display: block;
	margin: 0;
	padding: 2px;
}
#page #aside p {
	font-size: 11px;
	margin: 10px 8px 0 8px;
}




#page .section {
	clear: both;
	margin: 10px 0 0 0;
}
#page .section div {
	background: transparent url(../graphics/page/section.jpg) repeat-y 138px 0;
	border: 2px solid #cce5b2;
	overflow: hidden;
	margin: 5px 0 0 0;
	overflow: hidden;
	padding: 0 0 8px 0;
	width: 456px;
	behavior: expression(
		this.onmouseover = new Function("this.className = ' sectionover';"),
		this.onmouseout = new Function("this.className = '';"),
		this.style.behavior = null
	);
}
#page .section div:hover, #page .section div.sectionover {
	border: 2px solid #9c6;
	cursor: pointer;
}
#page .section div img {
	float: left;
	margin: 8px 20px 0 0;
	padding: 0 0 0 10px;
}
#page .section div h2 {
	margin: 0;
	padding: 8px 10px 0 150px;
}
#page .section div p {
	font-size: 11px;
	margin: 0 8px 0 150px;
}



#page .alert { background: #e5f2d8 url(../graphics/page/alert.png) no-repeat 100% 100%; border: 2px solid #cce5b2; margin: 20px 0 20px 0; padding: 0 0 10px 0; width: 456px; }
#page .alert h2 { margin: 10px 10px 0 10px; }
#page .alert p, #page .alert ul { margin: 10px 10px 0 10px; }




#page table {
	border: 0;
	border-left: 2px solid #cce5b2;
	margin: 10px 0 0 0;
	padding: 0;
	width: 458px;
}
#page table th {
	background: #cce5b2;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px 5px 10px;
}
#page table td {
	border-bottom: 2px solid #cce5b2;
	border-right: 2px solid #cce5b2;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}
#page table h2 {
	font-size: 1em;
	margin: 0 0 5px 0;
}
#page table ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0;
}
#page table li {
	background: transparent;
	margin: 5px 0 0 0;
	padding: 0;
}