/* Element Styles */

body {
  text-align: left;
  font-family: times, serif;
  color: #000;
  background-image: url('http://www.mnstate.edu/sea/conference/2009/layout/bluebg.gif');
  margin:0px auto;
  padding:0px;
}

#container {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  background-image: url('http://www.mnstate.edu/sea/conference/2009/layout/bg.jpg');
}

#content  {
  width: 750px;
  background-image: url('http://www.mnstate.edu/sea/conference/2009/layout/bg.jpg');
  margin: 0 auto;
  text-align: left;
}

/* HEADER */

#logo {
  clear: right;
  float: left;
  margin: 5px 10px 0 30px;
}

#deptheader {
  clear: right;
  float: right;
  font-family: verdana, sans-serif;
  text-align: right;
  margin-top: 30px;
  margin-right: 30px;
}

#deptheader h1 {
  font-size: 28px;
  color: #000;
  white-space: nowrap;
}

#whiteback {
  border: 0;
  width: 750px;
  height: 100px;
}

#hnavdivider {
  font-size: 0.1em;
  width: 700px;
  height: 2px;
  margin: 0;
  background-color: #000;
  margin-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
  text-align: center;
}


/* END HEADER */


.floatclear {
  margin: 0;
  clear: both;
}

#left {
  color: #000;
  width: 180px;
  float: left;
  padding: 5px 5px 15px 15px;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 100%;
}

#middle {
  color: #000;
  width: 470px;
  margin: 0;
  padding: 0;
  float: left;
  min-height: 400px;
}

#middle img {
  margin: 5px 5px 5px 5px;
}

#middle ul {
  padding-left: 50px;
  text-align: left;
  font-size: 12px;
}

#middle ul li {
  list-style-type: disc;
  margin-left: -2px;
}

#middle blockquote {
  padding-left: 50px;
}


#middle ul {
  padding-left: 50px;
}

#middle ul li {
  list-style-type: disc;
}

h1 {
  color: #000;
  font-weight: bold;
  line-height: 1.4em;
  font-size: 1.4em;
  margin: 0;
  padding: 0;
}

h2 {
  font-weight: normal;
  color: #000;
  text-align: center;
  font-size: 0.79em;
  line-height: 1.7em;
  margin: 0;
  padding: 0;
}

h3 {
  font-weight: lighter;
  font-size: 1.5em;
  color: #555;
  text-align: left;
  padding: 1.2em 0.5em 0 0.5em;
  margin: 0;
}

a:link {
  color: #990000;
  text-decoration: none;
}

a:visited {
  color: #990000;
  text-decoration: none;
}

a:active {
  color: #990000;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: underline;
}
