#topcurve {
	width:980px;
	height:24px;
	background:url(/global/images/topcurve_homepage.png) no-repeat;
	margin:0 auto;
}
#header {
	width:950px;
	height:161px;
	background:url(/global/images/header.jpg);
}
ul#leftCol, ul#middleCol {
	float:left;
	list-style:none;
	margin:0 75px 0 0;
	line-height:20px;
	width:240px;
}
ul#rightCol {
	list-style:none;
	line-height:20px;
	width:240px;
	float:left;
}
#containerbox {
	margin:20px;
	padding:0;
	float:left;
}
#containerboxTop {
	height:28px;
	width:904px;
	position:relative;
}
#containerboxContent {
	width:870px; /* 16 pixles larger than top width because of padding + size of right curve */
	background:#f2f2f2;
	margin:-1px 0 0 0;
	border-top:3px solid #762777;
	padding:10px 20px 20px 20px;
	position:relative;
	font-size:13px;
}
#containerboxContent p {
	font-size:13px;
	line-height:20px;
}
#containerboxContent p#link {
	font-size:17px;
	font-weight:bold;
	margin:0 0 10px 0;
}
#containerboxContent p#link a {
	color:#000;
}
#containerboxContent p#link a:hover {
	color:#730a90;
}
#containerboxContent span a {
	color:#730a90;
}
#containerboxContent span a:hover {
	color:#000;
}
#containerboxContent img {
	float:left;
	margin:0 20px 5px 0;
}
