ul li a, nav ul li:hover ul, nav ul li ul li {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 95%;
	margin: 0 auto;
	background-color: #ffffff;
}
#footLeft {
	float: left;
	width: 25%;
	margin-left: 12%;
	border-right: 1px solid #000000;
}
#footMid {
	float: left;
	width: 25%;
	border-right: 1px solid #000000;
}
#footRight {
	float: left;
	width: 25%;
}
#grades {
	height: 15px;
	margin: 0 auto;
	width: 80%;
	color: blue;
}
#grades:hover {
	cursor: pointer;
	color: red;
}
#icon {
	float: left;
	margin-left: 25%;
}
#sectionMargin {
	width: 99%;
	margin-left: 1%;
}
#asidePic {
	margin-top: 30px;
	margin-right: 1%;
	margin-left: 1%;
}
#credit {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}
#credit tr:nth-child(even){
	background-color: tan;
}
#credit tr:nth-child(odd){
	background-color: lightgrey;
}
#credit tr:last-child {
	background-color: #ffffff;
}
.tablespace {
	padding: 5px;
}
.events {
	margin-left: 20px;
	list-style-type: square;
	background-color: seagreen;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.pagecenter {
	margin: 0 auto;
}
.list {
	list-style-type: circle;
	margin-left: 20px;
	float: none;
}
.list:last-child {
	border-bottom: 1px solid black;
}
.pic {
	border: 1px solid grey;
	margin-bottom: 3px;
	width: 99%;
}
.picText {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.picSect {
	float: left;
	width: 45%;
}
h1 {
	font-family: "Book Antiqua", serif;
	font-weight: bold;
	font-style: italic;
	width: 100%;
	padding: 1em 0;
	background-color: #226666;
	color: #91b3b3;
}
h2 {
	text-align: center;
	color: #003333;
	background-color: #fff;
}
h3 {
	text-align: center;
	color: #003333;
}
h4 {
	background-color: tan;
}
h5 {
	color: #003333;
	font-size: 20px;
	margin: 0 auto;
}
main {
	background-color: black;
	font-family: Tahoma, Geneva, sans-serif;
}
body {
	background-color: #ffffff;
	color: #2f2f30;
}
hr {
	background-color: #000000;
	margin: 1em auto;
	color: black;
	width: 95%;
	height: 1px;
}
nav {
	width: 100%;
	background-color: lightblue;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #003333;
}
ul {
	list-style-type: none;
}
ul li {
	float: left;
}
ul li a {
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 1em;
	color: #0d4d4d;
	line-height: 1;
}
ul li a:hover {
	cursor: pointer;
	background-color: #0d4d4d;
	color: #368f86;
}
dt {
	width: 97%;
	background-color: tan;
}
section {
	padding-left: 1%;
	float: left;
	width: 75%;
	background-color: #ffffff;
}
tr:n-thchild(odd) {
	background-color: tan;
}
aside {
	background-color: #91b3b3;
	float: left;
	width: 25%;
	padding-bottom: 20px;
	height: 100%;
}
footer {
	padding: 1em;
}
/*Slider*/
.banner {
	width: 100%;
	height: 538px;
	position: relative;
}
#slider {
	width: 100%;
	height: 538px;
	position: absolute;
	overflow: hidden;
}
#next {
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	right: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .4;
}
#pre {
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	width: 50px;
	height: 50px;
	background-color: #1aaba5;
	position: absolute;
	top: 205px;
	left: 0;
	z-index: 99;
	cursor: pointer;
	opacity: .4;
}
.banner:hover #next {
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
}
.banner:hover #pre {
	opacity: 1;
	transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-ms-tansition: all .5s ease-out;
}
/*Image Slider*/
#curtain {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.4);
}
#light {
	max-width: 80%;
	max-height: 80%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: fixed;
	margin: auto;
}
#close {
	height: 50px;
	width: 50px;
	top: 0;
	right: 0;
	position: fixed;
	z-index: 990;
}