.scsu-shell-width {
	width: 100%;
}


#leftNav {
	width: 135px;
	background-image: url(images/leftNavBkgrd.jpg);
	background-repeat: no-repeat;
	height: 350px;
	padding-top: 5px;
}
#leftNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
}
#leftNav li {
	padding: 2px 5px;
}
#leftNav a {
	color: #000;
	text-decoration: none;
}
#leftNav a:hover {
	color: #004D85;
}

.content {
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#content a {
	color: #074D80;
	text-decoration: underline;
}
#content a:hover {
	color: #074D80;
	text-decoration: none;
}

#content h1 {
	font-size: 1.5em;
	color: #006699;
}
#content h2 {
	font-size: 1.3em;
	color: #333333;
}
#content ul {
	/*list-style-type: none;*/
}
.sublist {
	list-style-type: square;
}
.blockindent {
	margin-left: 2em;
}
#content h3 {
	font-size: 1.1em;
	color: #006699;
	font-weight: bold;
}
#content ol {
	list-style-type: decimal;
}
.facultyname {
	font-size: 1em;
	color: #006699;
	font-weight: bold;
}
.subhead {
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;

}
.text {
	font-size: .85em;
}
.upperroman {
	list-style-type: upper-roman;
}
.loweralpha {
	list-style-type: lower-alpha;
}
.upperalpha {
	list-style-type: upper-alpha;
}
.tablefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: top;
}
.facinteresthdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #006699;
}
.handbooknav {
	display: block;
	float: right;
	border: 1px solid #006699;
	margin-top: 3px;
	padding: 2px;

}.bulletlist {
	list-style-type: disc;
}
.selfstudyimage {
	padding: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.ernavbottom {
	margin: 10px;
	border: 1px solid #4A7AA0;
	font-size: .85em;
}
.ernavbottomalign {
	text-align: center;
}
.roster {
	font-size: .9em;
}
#pullout {
	float: right;
	width: 200px;
	border: 2px solid #006699;
	border-top: 3px solid #006699;
	padding: 10px;
	margin: 0px 0px 10px 10px;
}



