body {
	margin: 0px;
	background-color: #CC0000;
}

.site_container_table {
	width: 100%;
	table-layout: fixed;
}

.left_filler_cell {
}

.site_container_cell {
	width: 696px;
}

.right_filler_cell {
}

.sub_site_container_table {
	width: 696px;
	table-layout: fixed;
}

.row_container_table {
	width: 100%;
	table-layout: fixed;
}

.r1_c1 {
	width: 696px;
	height: 377px;
}

.r2_c1 {
	width: 696px;
	height: 195px;
}

.r3_c1 {
	width: 20px;
	height: 15px;
	background-image: url('../siteimages/r3_c1.gif');
	background-position: top left;
}

.r3_c2 {
	width: 656px;
	height: 15px;
	background-image: url('../siteimages/r3_c2.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.r3_c3 {
	width: 20px;
	height: 15px;
	background-image: url('../siteimages/r3_c3.gif');
	background-position: top right;
}

.r4_c1 {
	width: 12px;
	background-image: url('../siteimages/r4_c1.gif');
	background-position: top left;
	background-repeat: repeat-y;
}

.content_cell {
	width: 672px;
	background-image: url('../siteimages/r4_c2.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.r4_c3 {
	width: 12px;
	background-image: url('../siteimages/r4_c3.gif');
	background-position: top right;
	background-repeat: repeat-y;
}

.r5_c1 {
	width: 20px;
	height: 15px;
	background-image: url('../siteimages/r5_c1.gif');
	background-position: top left;
}

.r5_c2 {
	width: 656px;
	height: 15px;
	background-image: url('../siteimages/r5_c2.gif');
	background-position: top left;
	background-repeat: repeat-x;
}

.r5_c3 {
	width: 20px;
	height: 15px;
	background-image: url('../siteimages/r5_c3.gif');
	background-position: top right;
}

.list_table {
	border: 0px;
}

.list_cell {
	text-align: left;
	padding: 0px 10px 0px 10px;
	/* border-top: 1px dashed #CC0000; */
	/* border-bottom: 1px dashed #CC0000; */
}

.fixed_width_list_table {
	width: 500px;
	border: 0px;
}

.dashed_table {
	width: 100%;
	border: 0px;
}

.dashed_left_cell {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border-right: 1px dashed #CC0000;
}

.nondashed_right_cell {
	width: 50%;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.footer_cell {
	height: 30px;
	text-align: right;
	vertical-align: top;
}