.scsu-shell-width {
	width: 500px;
}
#scsuSubsiteArea {
	width: 822px;
}
#header {
	background-image: url(images/secondary/header-background.gif);
	background-repeat: repeat-x;
}
#left {
	width: 170px;
	padding: 0px;
	float: left;
	margin: 4px 0px 0px 10px;
	_margin: 4px -3px 0px 10px;
}
#left ul {
	margin: 0px;
	padding: 0px;
}
#left li {
	border-top: 1px solid #747474;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0px;
}
#left li a.main {
	margin-left: -8px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.1em;
}
#left li a.exit {
	background-color: #eeeeee;
	padding: 8px 0px 8px 15px;
	font-size: 1.1em;
}
#left li a.exitBottom {
	background-color: #eeeeee;
	padding: 8px 0px 8px 15px;
	font-size: 1.1em;
	border-bottom: 1px solid #333333;
}
#left a {
	display: block;
	padding: 7px 5px 7px 15px;
	width: 156px;
	color: #000000;
	text-decoration: none;
}
#left a:hover {
	color: #555555;
	text-decoration: underline;
}
#content {
	background-color: #f2f2f2;
	border-right: 1px solid #747474;
	border-left: 1px solid #747474;
	margin: 1px 0px 0px 0px;
	/* _margin-top: -3px; */
	padding: 3px 0px 0px 0px;
	width: 634px;
}
#top {
	margin: 5px 5px 0px 5px;
	padding: 1px 1px 5px 1px;
	border-top: 1px solid #747474;
	border-bottom: 1px solid #747474;
}
#image {
	float: left;
	margin-right: 3px;
}
#body {
	overflow: auto;
	margin: 1px 5px 0px 5px;
	border-top: 13px solid #b7070d;
}
#text {
	/* background-image: url(images/secondary/body-background.gif);
	background-repeat: repeat-y; */
	float: left;
	width: 590px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #333333;
	margin: 2px 0px 0px 0px;
	color: #444444;
	min-height: 400px;
}
#text #highlight {
	width: 250px;
	margin: 0px -10px 0px 10px;
	float: right;
	border: 1px dotted #cccccc;
	background-color: #eeeeee;
	padding: 5px;
}
#text #highlight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0px;
}
#text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	margin: 1em 0px 1em 0px;
}
#text h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin: 1em 0px 0px 0px;
}
#text p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.5em;
	margin: 1.5em 0px 0px 0px;
}
#text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#text ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin: 0px 0px 1.5em 3em;
}
#text li {
	margin: 0px;
}
#text .required {
	color: #cc0000;
}
#secondarynav {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	width: 173px;
	margin: 0px 0px 0px 0px; /*419px*/
	padding: 40px 15px 5px 15px;
	/*border: 1px solid #cc0000;*/
}
#secondarynav a {
	color: #cc0000;
	text-decoration: underline;
	font-size: .95em;
	font-weight: bold;
}
#secondarynav a:hover {
	color: #cc0000;
	text-decoration: none;
}
#secondarynav ul {
	margin: 0px 0px 0px 4px;
	_margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-image: url(images/secondary/secondnavigation-arrow.gif);
}
#secondarynav li {
	margin: 0px;
	padding: 3px 0px 3px 0px;
}
#footer {
	clear: both;
}
@media print {
#left {
	display : none;
}
#content {
	background-color: #f2f2f2;
	border-right: 1px solid #747474;
	border-left: 1px solid #747474;
	margin: 1px 0px 0px 0px;
	/* _margin-top: -3px; */
	padding: 3px 0px 0px 0px;
	width: 634px;
}
}
