/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	/*width: 17em;  ems so it will grow */
	width: 225px;
	background: url(sbbody-r.gif) bottom right no-repeat;
	font-size: 100%;
	position: relative;
	white-space: normal;
}

.sidebox p {
	padding-right: 8px;
}
.boxhead {
	background: url(sbhead-r.gif) top right no-repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) top left no-repeat;
	margin: 0;
	padding: 22px 30px 5px;
	color: #427594; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) bottom left no-repeat;
	margin: 0;
	padding: 1px 20px 30px 31px;
	font-size: .9em; 
}
.sb_subtitle {
	font-weight: bold;
	font-style: italic;
}


.boxbody ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}

.boxbody li, #custom-gen li {
		list-style-image: none;
		list-style-type: none;
		}
	

.boxbody-gen ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}

.boxbody-gen ul li:before {
		content: "\00BB \0020";
		}
