/* Basic Elements */

body, td, li, p { 
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em; 
	color: #000000;
}

body {	
	background: #FFFFFF; 
/*	background: #660000; */
}
	
p { 
	text-align: left;
}
	
a {
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
}
	
a:visited, a:active { 
	text-decoration: none; 
}
	
a:hover { 
	text-decoration: underline; 
}

h1 {
	text-align: center;
	font-variant: small-caps;
	margin-bottom: 0.5ex;
}

h2 {
	text-align: center;
	font-variant: small-caps;
	margin-top: 0.5ex;
}

h3 {
	border-bottom: 1px solid #999999;
	padding-top: 2ex;
	clear: both;
}

h4 {

}

table {
	width: 70%;
	font-size: 0.9em;
}

td {
	padding-left: 1em;
	padding-right: 1em;
}

thead td {
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}

tbody td {
	font-size: 0.9em;
}

ul {

}

li {
	margin-bottom: 0.8ex;
}


/* Divs */

#container {
	width: 70%;
	border: 1px solid gray;
	margin: 1%;
	padding: 1%;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#breadcrumbs {
	background-color: #DFDFDF;
	font-size: 0.7em;
	padding: 0.75ex 1em;
	text-align: left;
}

#nsalogo {
	float: left;
	background-image: url("nsalogo.html");
	width: 125px;
	height: 125px;
	margin-top: 0.5ex;
}

#unhlogo {
	float: right;
	background-image: url("unhlogo.html");
	width: 125px;
	height: 125px;
	margin-top: 0.5ex;
}

#content {
	padding: 0 1% 1% 1%;
	background-color: #FFFFFF;
	text-align: left;
}

#footer {
	padding: 2ex 2em;
	background-color: #FFFFFF;
	font-size: 0.8em;
	text-align: left;
}


/* Styles */

table.courseOutline {
	width: 70%;
}

table.courseOutline tr.majorArea {
	background-color: #CCCCCC;
	font-weight: bold;
}

table.courseOutline tr.majorArea td {
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}

table.courseOutline td.number {
	text-align: center;
}

table.gradingPolicy {
	width: 30%;
}

p.footnote {
	font-size: 0.7em;
}

p.copyright {
	text-align: center;
}

