body {
	text-align:center;
	}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 1.3em;
	color: #666666;
	padding:0;
	margin:0 auto;
	text-align:left;
	width: 700px;
	display: block;
	}
.topic {
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339999;
	display: block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px 0px 10px;
	width: 700px;
	}
.subtopic {
	font-weight: 800;
	color: #CCCCCC;
	float: left;
	width: 700px;
	font-size: 1.2em;
	display: block;
	margin: 0px;
	padding-left: 5px;
	}
.text {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	padding-left: 5px;
	display: block;
	clear: left;
	width: 700px;
	}
	
.list {
	list-style-type: square;
	list-style-position: outside;
	width: 500px;

}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #CCCCCC;
	padding: 20px 5px;
	height: auto;
	width: 700px;
	display: block;
}

.textlast {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px 0px 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 700px;
	}
#wrapper #box {
	padding: 5px;
	border: thin solid #666666;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	color: #333333;
}
.subwhite {
	font-weight: 800;
	color: #FFFFFF;
	float: left;
	width: 700px;
	font-size: 1.2em;
	margin: 0px 0px 5px;
	padding: 0px;
}
#leftcol {
	width: 340px;
	float: left;
	display: block;
	padding-right: 10px;
	margin-left: 10px;
}
.headbox {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	display: block;
	padding-top: 5px;
	padding-left: 5px;
}

#rightcol {
	float: left;
	display: block;
	padding-left: 10px;
	width: 340px;
	margin-bottom: 10px;
}
.tiny {
	font-size: xx-small;
}

