/* center box */
#center .box {
	margin-bottom: 2em;
}
#center .box div.box-top,
#center .box div.box-bottom,
#center .box h1 span.icon,
#center .box h1 a.print {
	display: none;
}
.box div.box-content div.main-content {
	font-size: 1.2em;
}

#right .box div.box-content,
#left .box div.box-content {
	font-size: 1.1em;
}

#center h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1em;
}

#right h1 {
	font-size: 1.2em;
	color: #ad4500;
	text-align: right;
}

#right .box {
	padding-left: 20px;
}

#right .big-box {
	background: #757c7e url(../dsg/arrow.gif) no-repeat 3px 20px;
	padding-left: 19px;
	margin-bottom: 1em;
}

#right .big-box .box {
	background: #d9dcdd;
	padding: 3px;
}

#right .big-box h1 {
	font-size: 1.2em;
	color: #325967;
	padding-top: 0.5em;
	text-align: left;
}

#bottom h1 {
	font-size: 1.2em;
	color: #000 !important;
}


