﻿@charset "UTF-8";
/* CSS Document */

#left {
	width: 196px;
	float: left;
}
#right {
	float: right;
	width: 350px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 8px;
	margin-bottom: 10px;
}
#pageOut #page #right h3 {
	font-size: medium;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 150%;
	margin-bottom: 10px;
}
#pageOut #page #right h4 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#pageOut #page #right h2 {
	line-height: 200%;
}
