/* Specify blanket rules for all elements */
body {
  width:760px;
  font-size:80%;
  font family:Times New Roman;
  margin:10px;
  background-color:#F8F7E0;
  }

/* Masthead */
#masthead {
  height:48px;
  margin:0 0 10px 0;
  border:0px solid #000;
  background-color:#800000;
  text-indent:12px;
  }


/* Content */
#content {
  margin-left:23%;
  margin-right:20%;
  margin-bottom:40px;
  padding:10px;
  border:0px solid #000;
  }
html>body #content {
  width:338px;
}

/* Adjust content in twoCol context */
  #twoCol #content {
  margin-right:0px;
  margin-top:30px;
  width:730px;
  margin-bottom:30px;
}

/* Sidebar A */
#sidebar_a {
  float:left;
  width:20%;
  margin-bottom:0px;
  padding:5px;
  border:0px solid #000080;
  }


/* Sidebar B */
#sidebar_b {
  float:right;
  width:15%;
  height:200px;
  margin-bottom:10px;
  padding:0px;
  border:0px solid #000;
   }

/* Adjust sidebar_b in twoCol context */
  #twoCol #sidebar_b {
  display:none;
  }

/* Sidebar C */
#sidebar_c {
  float:left;
  width:20%;
  margin-bottom:50px;
  padding:5px;
  border:0px solid #000080;
  background-color:#F8F7E0;
  position:absolute;
  top:375px;
  }

/* Footer */
#footer {
  clear:both;
  height:12px;
  border:0px solid #000;
  margin:30px 0 0 0;
  background-color:#800000;
  text-align:right;
  padding:12px 14px 0 0;
  }


/*Rules for headings*/

/* Masthead heading */
h1 {
  font-size:40px;
  color:#F8F7E0;
  padding:16px 0px 0px 20px;
  line-height:80%;
  }

/* Content heading brown */
h2 {
  font-size:170%;
  color:#800000;
  line-height:70%;
  text-align:left;
  }

/* Sidebar-c font */
h3 {
  font:italic 12px 'Lucida Grande', Verdana, sans-serif; 
  font-size:13px;
  color:#000080;
  }

/* sidebar-a font */
h4 {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif; 
  font-size:14px;
  color:#800000;
  }

/* Footer font and Masthead 2nd line*/
h5 {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif; 
  font-size:11px;
  color:#F8F7E0;
  padding-left:22px;
  padding-bottom:3px;
  line-height:40%;
  }

/* Headings on programme pages */
h6 {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif; 
  font-size:140%;
  padding:7px;
  color:#000080;
  text-decoration:none;
  line-height:150%;
  }

/* Default for content */
p {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif;
  font-size:13px;
  line-height:120%;
  color:#000000;
  }

ul {
  list-style-type:none;
  margin:5px;
  padding:2px;
  width:180px;
  line-height:25px;
  }
li {
  background: #F8F7E0;
  margin:0;
  padding:2px 2px;
  border-left:0px solid #fff;
  border-top:0px solid #fff;
  border-right:0px solid #666;
  border-bottom:1px solid #aaa;
}


a:link {
  color:#800000;
  text-decoration:none;
  }
a:visited {
  color:#800000;
  text-decoration:none;
}
a:hover {
  color:#000000;
  text-decoration:none;
  background:#ffffff;
  }
a:active {
  color:#800000;
  text-decoration;none;
}

table {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif;
  text-align:left;
}
th,td {
  padding:4px 4px 4px 0px;
  }
th {
  font:bold 12px 'Lucida Grande', Verdana, sans-serif;
  font-size:13px;
  color:#000080;
  border-bottom:0px solid #000;
  text-align:left;
}
td {
  font:normal 12px 'Lucida Grande', Verdana, sans-serif;
  font-size:12px;
  line-height:130%;
  color:#000000;
}
