body {
	color: #3366CC;
	margin: 0px;
	padding: 0px;
}
#sidebar {
	float: left;
	width: 100px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #3366CC;
	padding-top: 20px;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #3366CC;
	padding-bottom: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	background-color: #CCEEFF;
}
#center {
	float: left;
	padding-top: 20px;
	position: absolute;
	left: 120px;
	top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
.title {
	font-size: xx-large;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline overline;
	text-align: center;
	width: 700px;

}
.subtitle{
	font-size: medium;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	width: 700px;	
	margin-top: -30px;
}
ol {
	list-style-image: none;
	list-style-type: none;
}

