.scsu-shell-width {
	width: 800px;
}
#scsuSubsiteArea {
	width: 744px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

#navigation {
	/*margin-bottom: 0px;
	margin-top: 0px;*/
	width: 740px;
	height: 29px;
	margin: 0 auto;
	padding: 0;
	/*display: block;*/
	/*background-image: url(images/navigation-yellow.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}

#navigation li {
	list-style-type: none;
	float: left;
	display: block;
	font-size: .65em;/*.75em;*/
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px;
}
#navigation a {
	display: block;
	color: #000000;
	width: 117px;/*137px;*/
	padding: 7px 3px 4px 3px;
	text-decoration: none;
	border-bottom: 3px solid #ffcc33;
	margin: 0px 0px 0px 0px;  
	text-transform: uppercase;
}
#navigation a:hover {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom: 3px solid #339933;
	margin: 0px;
	font-weight: bold;
}
#content {
	margin: 10px 5px 20px 20px;
	clear: both;
}
#content p {
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
}
#content li {
	font-size: .8em;
	margin-top: 0px;
	padding-top: 0px;
}
#content h2 {
	font-size: 1.25em;
	margin-top: 0px;
	padding-top: 0px;
}
#content h3 {
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content a {
	color: #006600;
}
#content a:hover {
	color: #996600;
	text-decoration: none;
}
#content td {
	font-size: .8em;
}
#content h4 {
	font-size: .8em;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#content #mission {
	float: right;
	width: 230px;
	border: 2px solid #96BB9A;
	margin: 10px;
	padding: 0px 10px 0px 10px;
}
