body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Verdana;
	background-image:  linear-gradient(#eeeeee, #ffffff);
	background-attachment: fixed;
}
header {
	background-color: #BA1C21;
	color: #FFFFFF;
	font-family: Georgia;
}
footer {
	font-size: .70em;
	text-align: center;
	font-style: italic;
	padding: 1em;
}
nav {
	font-weight: bold;
	background-color: #F3F3F3;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
}
nav a:link {
	text-decoration: none;
}
h1 {
	line-height: 240%;
	background-image: url("images/dsu.jpg");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 1em;
	height: 72px;
	margin-bottom: 0;
}
h2 {
	color: #424242;
	font-family: Georgia;
}
h3 {
	color: #BA1C21;
}
dt {
	color: #BA1C21;
	font-weight: bold;
}
main {
	padding-left: 2em;
	padding-right: 2em;
	display: block;
}
.dsu {
	color: #BA1C21;
	font-size: 1.2em;
}
#wrapper {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	background-color: #ffffff;
	min-width: 960px;
	max-width: 2048px;
}
/*Background Images*/
#homehero {
	background-image: url("images/homehero.jpg");
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#studenthero {
	background-image: url("images/studenthero.jpg");
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
#facultyhero {
	background-image: url("images/facultyhero.jpg");
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}