/* Show only to IE PC \*/
* html .sidebox {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(../graphics/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../graphics/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../graphics/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.boxbody {
	background: url(../graphics/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

div#content div ul {
	text-align: left;
	padding: 0;
	margin: 0 auto;
	list-style-type: none; 
	list-style-position: inside;
}

div#content div ul li a, div#content div li a:link, div#content div li a:visited, div#content div li a:active {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: 0;
	color: #000000;
	font-size: 0.75em;
	padding: 10px 15px;
}

div#content div ul li a:hover {background-color: #c9c9c9;}


div#content div ul li h2 {
	background: url(../graphics/boxhead.gif) no-repeat top left;
	color: #ffffff;
	width: 10em;
	margin-bottom: 9px;
	text-align: center;
}
