#scsuSubsiteArea {
     width: 664px;
}
#bigbox {
	width: 664px;
	background-image: url(images/big-box-back.gif);
	background-repeat: repeat-y;
	margin: 0px auto;
}
#frame {
	width: 640px;
	margin: 0px 12px 0px 12px;
	padding-bottom: 1px;
	background-image: url(images/header-back.gif);
	background-repeat: repeat-x;
}
#content {
	margin: 0px 20px 0px 20px;
	_margin: 0px 20px 20px 20px;
	padding: 0px;
}
#content h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
	font-size: 1.2em;
	font-style: italic;
}
#content h3 {
	font-size: .9em;
	margin-bottom: 0px;
	color: #6c6c6c;
	border-bottom: 1px solid #cccccc;
}
#content p, #content td {
	font-size: .9em;
	margin-top: 0px;
	color: #6c6c6c;
}
#content a {
	color: #990000;
}
#content a:hover {
	color: #CC3300;
	text-decoration: none;
}

