a       {text-decoration: none;}
a:hover {text-decoration: underline;}

body {
	margin: 0px;
	padding: 0px;
	font-size: 0.7em;
	line-height: 1.3em;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

/* College of Engineering Logo at top of page */
#logo { 
  background: #c93;
}

/* Department identifier at top of page */
#department-header { 
  background: #346933;
}



#department-header a {
  display: block;
  height: 45px;
}

#department-header span {
  display: block;
  position: relative;
  left: -1000em;

}

#contentarea {
	margin: 10px 0px 0px 30px;
	background-color: #FFFFFF;
	width: 720px;
}

#coursenav {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

#quarter {
	float: right;
}

#pagecontent {
	background-color: #FFFFFF;

}

#footer {
	font-size: 10px;
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

h3 {
  line-height: 20px;
}

h4 {
  margin: 0 0 15px 0;
}

img {
  border: none;
}

#logo a {
  display: block;
  height: 30px;
}

#logo span {
  display: block;
  position: relative;
  left: -1000em;
}

p {
  margin: 0 0 15px 0;
}

/* for wide versions */

.wide1 #content {
  width: auto !important;
  margin-right: 170px;
}

.wide2 #content{
  width: auto !important;
  margin-right: 15px;
}
