@charset "utf-8";
/* CSS Document */

#boxcontainer {
	text-align:center;
}
.boxrow {
	width:700px;
	margin:0 auto;
	text-align:justify;
	border-bottom:1px dashed #555;
}
.boxrowmid {
	width:700px;
	margin:0 auto;
	text-align:justify;
}
.boxrowbase {
	width:700px;
	margin:0 auto;
	text-align:left;
	border-top:1px dashed #555;
}
.boxleft {
	float:left;
	width:350px;
	margin-bottom:20px;
	background:url(/images/greyshader.gif) repeat-x;
}

.boxright {
	float:left;
	width:350px;
	margin-bottom:20px;
	background:url(/images/greyshader.gif) repeat-x;
}

.boxwide {
	background:url(/images/greyshader.gif) repeat-x;
}
.wboxleft {
	float:left;
	width:50%;
}
.wboxleft div {
	margin-right:10px;
}
.wboxright {
	float:left;
	width:50%;
}
.wboxright div {
	padding-top:40px;
	margin-left:10px;
}
.boximages {
	text-align:center;
}
.data td {
	color:#901E78;
	font-weight:bold;
}
