.body {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	background: #FFFFFF;
}
body {
	background: #c0c0c0;
	margin: 0px;
	color: #666666;
	font: 9pt Arial, Helvetica, sans-serif;
}
.sideContent {
	padding-left: 10px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.topicPath {
	height: 40px;
	width: 700px;
}
.content {
	width: 630px;
	padding-left: 70px;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 50px;
}
.rightSide {
	float: right;
	width: 300px;
	padding-left: 10px;
	border-left: 1px dotted #CCCCCC;
}
.menu {
	line-height: 230%;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
dt {
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
}
