  * {
    margin:0;
    padding:0;
  }
  
  body {
    font-family: "Times New Roman", Times, serif;
    font-size: 0.9em;
    color: #444;
    background-color: #003399;
    text-align:center;
    
    background-image: url('http://www.uta.edu/uac/images/96.jpg');
    background-repeat: repeat-x;
  }

  img {
    border: 0;
  }
  
  p {
    margin: 10px 0px;
    font-size: 0.9em;
    line-height: 1.1em;
  }
  
  #banner {
    width: 706px;
    margin: 0 auto;
    background-color: #B6B5C3;
  }
  
  #container {
    margin: 0 auto;
    margin-top: 10px;
    text-align:center;
    width: 760px;
    background-color: #fff;
    padding-top: 20px;
  }
    
  #navigation {
    margin: 10px 0px 50px 30px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  #IE-Navigation #navigation {
    margin-left: 10px;
  }
  
  
  #leftlogo {
    float: left;
    width: 511px;
  }
  
  #banner-menu {
    margin-top: 15px;
    float:left;
    background-color: #B6B5C3;
    width: 195px;
    text-align: left;
  }
  
  #content_container {
    padding-top: 20px;
  }
  
  #banner-menu a {
    display:block;
    font-size: 0.8em;
    background-image: url('http://www.uta.edu/uac/images/97.gif');
    background-repeat: no-repeat;
    background-position: 3px 2px;
    text-decoration: none;
    color: #006;
    padding-left: 19px;
    line-height: 1.4em;
    margin-left: 7px;
  }
  
  #banner-menu a:hover {
    background-color: #C1C0CE;
    background-image: url('http://www.uta.edu/uac/images/98.gif');
  }
    
  #left_image {
    float: left;
    width: 201px;
    margin-left: 20px;
  }
  
  #content {
    text-align: left;
    float: left;
    margin-left: 10px;
    width: 490px;
  }
  
  /* fsmenu adjustment for the homepage */
  .menulist li {
    margin: 0px 20px;
  }

 #content .table h3 {
  background-color: #ddd;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.4em;
  margin: 6px 2px 0px 2px;
  padding: 2px;
  padding-left: 7px;
}

table {
  width: 100%;
}

table tr th {
  vertical-align: top;
  background-color: #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.4em;
  padding: 4px;
  border: 1px solid #bbb;
}

table tr td {
  background-color: #f6f6f6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  line-height: 1.4em;
  padding: 4px;
  border: 1px solid #e0e0e0;
}
  
  #footer {
    width: 620px;
    margin: 35px auto 25px auto;
    border-top: 1px solid #bbb;
    padding-top: 5px;
    padding-bottom: 25px;
    color: #666;
    font-size: 0.8em;
  }
  

#content a, #footer a {
  text-decoration: none;
  font-weight: bold;
  color: #E17F1E;
}

#content a:hover, #footer a:hover {
  color: #c6701a;
  text-decoration: underline;
}

  #IE-Content #left_image {
    margin-left: 10px;
  }