/* CSS Document */


#leftCol {
	width:200px;
	margin:5px 5px 5px 5px;
	padding:2px 2px 2px 2px;
	float:left;
	background-color:#999999;
}
.insetBlock {
	width:100px;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background-color:#006666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:right;
}
#centerCol {
	width:250px;
	margin:5px 5px 5px 15px;
	padding:5px 5px 5px 5px;
	float:left;
	border-right-style:dotted;
	border-right-color:#666666;
	border-right-width: 1px;
}
#rightCol {
	width:250px;
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	float:left;
}
#twoColSpan {
	width: 510px;
	margin:5px 5px 5px 15px;
	padding:5px 5px 5px 5px;
	float:left;
	border-top-style:dotted;
	border-top-color:#666666;
	border-top-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
}
#threeColSpan {
	width: 740px;
	margin:5px 5px 5px 15px;
	padding:5px 5px 5px 5px;
	float:left;
	border-top-style:dotted;
	border-top-color:#666666;
	border-top-width: 1px;
	border-bottom-style:dotted;
	border-bottom-color:#666666;
	border-bottom-width: 1px;
}
