#cnt {
	width: 880px;
	padding-left:  5px;
	padding-right: 5px;
	background-color: #ffffff;
}
#col1 {
	display: inline;
	margin-left: 10px;
	width: 570px;
	float: left;
}
#col2 {
	margin-left: 10px;
	width: 280px;
	float: left;
}

#col1 #left {
	width: 280px;
	float: left;
}
#col1 #right {
	width: 280px;
	margin-left: 10px;
	float: left;
}

#col1 #lblueround {
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #bbd8e3;
	background-image: url(../rsrc/common/sidebars/lblue570top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#col1 #lbleft, #col1 #lbright {
	margin-left: 10px;
	width: 270px;
	float: left;
}
#col1 #lblueround #bottom {
	clear: both;
	height: 10px;
	overflow: hidden;
	background-image: url(../rsrc/common/sidebars/lblue570btm.gif);
}

#col2 #goldround {
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #f9b02e;
	background-image: url(../rsrc/common/sidebars/gold280top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#col2 #goldround * {
	padding-left: 10px;
	padding-right: 10px;
}
#col2 #goldround * * {
	padding: 0px;
}
#col2 #goldround #bottom {
	clear: both;
	height: 10px;
	overflow: hidden;
	background-image: url(../rsrc/common/sidebars/gold280btm.gif);
}

#col2 #lblueround {
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #bbd8e3;
	background-image: url(../rsrc/common/sidebars/lblue280top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#col2 #lblueround.shade {
	padding-top: 10px;
	margin-bottom: 10px;
	background-color: #bbd8e3;
	background-image: url(../rsrc/common/sidebars/lblueshade280top.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#col2 #lblueround.shade p.title {
	background-color: #a8c7d9;
	padding-bottom: 5px;
}
#col2 #lblueround * {
	padding-left: 10px;
	padding-right: 10px;
}
#col2 #lblueround * * {
	padding: 0px;
}
#col2 #lblueround #bottom {
	clear: both;
	height: 10px;
	overflow: hidden;
	background-image: url(../rsrc/common/sidebars/lblue280btm.gif);
}
#col2 #lblueround #button {
	padding-top: 5px;
	width: 100px;
	float: left;
}
#col2 #lblueround #links {
	width: 160px;
	float: left;
}

#col1 #tcolbox {
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-color: #bbd8e3;
	border-bottom-width: 1px;
}
#col1 #tcolbox p.title {
	font-weight: bold;
	font-style: italic;
}
#col1 #tcolbox #tcol1 {
	float: left;
	width: 280px;
}
#col1 #tcolbox #tcol2 {
	float: left;
	width: 280px;
	margin-left: 10px;
}

#col1 table.coverage {
	width: 280px;
}
#col1 table.coverage th {
	text-align: left;
	font-weight: normal;
}
#col1 table.coverage td {
	text-align: right;
	font-weight: normal;
}
#col1 table.coverage tr.odd {
	background-color: #bbd8e3;
}
#col1 table.coverage tr.even {
	background-color: #cce2ea;
}