.storyPane {
	position: relative;
	color: white;
	margin: 5px 7px 10px 32%;
	min-height: 400px;
}

.storyPane dl {
	margin: 8px 0px 0px 10px;
}

.storyPane dt {
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 5px;
}


.storyPane table {
	border-collapse: collapse;
	border: 2px solid silver;
}

.storyPane table h2 {
	margin: 5px 10px 5px;
}

.storyPane td {
	vertical-align: top;
	padding-right: 10px;
}

.storyPane .formHeader {
	background: black;
}

.storySide {
	position: relative;
	overflow: visible;
	clear: left;
	float: left;
	width: 30%;
	background: white;
	margin: 5px 0px 10px 7px;
}

.storySide a, .storySide a:visited {
	color: black;
}

.storySide p {
	padding: 3px;
}

.storySide ul {
	padding-left: 15px;
}

.storySide ul b {
	color: red;
}

.sideImg {
	width: 283px;
}

.preview {
	background: maroon url('img/maroon_gradient.jpg');
	padding: 10px;
	position: absolute;
	left: 300px;
	display: none;
}

.caption {
	margin: 0px 0px 5px 0px;
	font-size: 10pt;
}
