/* CSS Document */

body {
  font-family: arial;
  font-size: 90%;
  color: black;
  background-image: url(images/bg_body.jpg);
  background-repeat: repeat-x;
  background-color: white;
  margin-top: 0px;
  }  
#allcontent {
  margin-left: auto;
  margin-right: auto;
  width: 850px;
  }  
h1, h2 {
  font-size: 110%;
  color: #045088;
  }
#desc h2 {
  padding-bottom: 5px;
  border-bottom: 1px solid #c0c0c0;
  }  
a:link {
  color: #0565ab;
  text-decoration: underline;
  }
a:hover {
  text-decoration: underline;
  }
img {
  border: none;
  }
  
#branding {
  height: 120px;
   }
#main {
  margin-top: 20px;
  width: 480px;
  float: left;
  }
#screenshot {
  float: left;
  padding-right: 25px;
  }
#schoolinfo {
  float: left;
  }
#schoolinfo a:link {
  color: #0565ab;
  }  
#mainnav {
  width: 180px;
  height: 250px;
  float: right;
  margin-top: 20px;
  padding-top: 20px;
  margin-right: 120px;
  background-color: #efefef;
  line-height: 1.7em;
  padding-left: 20px;
  }
#mainnav a:link {
  text-decoration: none;
  color: #4c4c4c;
  }
#mainnav a:visited {
  text-decoration: none;
  color: #4c4c4c;
  }
#mainnav a:hover {
  text-decoration: underline;
  }  
ul {
  list-style: none;
  padding: 0px;
  margin-left: 20px;
  }
  
#desc {
  width: 450px;
  float: left;
  clear: left;
  margin-top: 40px;
  margin-bottom: 80px;
  }
  
#degrees {
  width: 210px;
  float: left;
  clear: left;
  margin-top: 40px;
  margin-bottom: 40px;
  }

#ads2 {
  width: 250px;
  float: right;
  margin-top: 30px;
  margin-bottom: 40px;
  
  }
  
#desc2 {
  width: 480px;
  float: left;
  clear: left;
  }
  
#degrees ul {
  margin: 0px;
  }
  
#comments {
  height: 30px;
  background-image: url(images/bg_comment.jpg);
  background-repeat: repeat-x;
  clear: both;
  margin-top: 60px;
  padding-top: 20px;
  }
#commentspost {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  }  
#footer {
  height: 50px;
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 100px;
  }
#main .date {
  font-size: 80%;
  color: #808080;
  margin-bottom: 40px;
  text-align: right;
  border-top: 1px solid #c0c0c0;
  padding: 5px;
  }
#tableofcontents {
  line-height: 2.5em;
  }
.redlink {
  color: #0565ab;
  text-decoration: underline;
  }
#bookstats td {
  padding-right: 10px;
  }
  

  