
code,pre {
	font-size:12px
}

/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 705px;
	float: right;
}

/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
}

.fw-content h2 {
	font: normal 20px 'lucida sans','lucida grande',arial;
	color: #000;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

h2 a {
	padding: 0px;
}

.fw-paragraph {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	clear: both;
}

.fw-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#333;
}
