body {
  margin: 0;
  font-family: sans-serif;
  font-size: 11pt;
}

h1 {
  font-size: 1.6em;
}
h2 {
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  font-size: 1.3em;
}
p {
  /* So that reducing margin-bottom on h2 works */
  margin-top: 0
}

p.application-flash-notice {
  margin-top: 1.2em;
  color: green;
}

td {
  padding-right: 0.5em;
}
th.table-row-heading {
  text-align: left;
  vertical-align: top;
}

/* Three column layout with variable width centre column
   By Martin Orr
   Based on http://www.alistapart.com/articles/holygrail by Matthew Levine
   */
html {
  height: 100%;
}
body {
  min-height: 100%;
  border-left: 160px solid #021246;

  /* Background image here since #application-header only has the width of the
     viewport, so appears truncated if there is horizontal scrolling */
  background-image: url("http://www.tcms.org.uk/images/banner.jpg");
  background-repeat: no-repeat;
}

#application-container {
  clear: both;
  padding-left: 15px;
  padding-right: 175px;
  zoom: 1; /* Set hasLayout in IE */
}
#application-container .application-column {
  position: relative;
  float: left;
}
#application-content {
  width: 100%;
}
#application-left {
  width: 160px;
  right: 175px;
  margin-left: -100%;
}
/* IE6 hack */
* html #application-left {
  left: 15px;
}
#application-right {
  width: 160px;
  margin-left: 15px;
  margin-right: -175px;
}

#application-footer {
  clear:both;
}

#application-header {
  height: 80px;
  margin-left: -160px;

  /* Background image here as well as on body, so it appears on top of body
     left border */
  background-image: url("http://www.tcms.org.uk/images/banner.jpg");
  background-repeat: no-repeat;
}

/* Menu */
#application-link-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px white solid;
}
#application-link-list li {
  padding: 0.3em 0px 0.3em 10px;
  list-style-type: none;
  border-top: 1px white solid;
  font-size: 1.1em;
  color: white;
}
#application-link-list a {
  text-decoration: none;
  color: white; 
}
#application-link-list li.application-link-list-section {
  padding-top: 1.5em;
  font-family: sans-serif;
  font-style: italic;
}
/* Nested lists */
#application-link-list ul {
  margin-left: 20px;
  padding: 0.3em 0px 0px 0px;
  font-style: normal;
}
#application-link-list ul li {
  padding: 0.2em 0px 0.2em 5px;
  font-size: 0.9em;
}
