/* trauma.css - 17-04-2004
   :: Stylesheet designed by Graham Dutton,
   :: email ( web[at]gra[dot]dk ) for details
   :: designed for "The Trauma Clinic" website (www.thetraumacentre.com)
   :: Copyright Graham Dutton, 2004.
*/

/* ------------------------------------------- */
body {
  background-color: #CCD0DD;
  font-family: times new roman, serif;
  color: black;
  font-size: 12pt;
  line-height: 1.5em;
  font-weight: normal;
}

/* ------------------------------------------- */
.header {
  background-color: #EEF0FF;
  font-family: courier new, courier;
  text-align: center;
  margin: 25px;
  width: 25em;
  border: 2px inset black;

  /* ## for actual inset title ##
  margin: 30px;
  padding: 2px;
  float: left;
  background-color: #BBBBDD;
  border: 2px inset black;
  */
}
.header h1 { margin-top: 0px; }
.header h3 { margin-top: 0px; margin-bottom: 0px; }

/* ------------------------------------------- */
.main {
  margin: 25px;
  padding: 10px;
  background-color: white;
  border: 1px solid #666666;
}

.logo {
  margin-left: 25px;
  padding: 10px 10px 10px 35px;
  width: 350px;
  background-color: white;
  border: 1px solid #666666;
}
.main p {
  text-align: justify;
}
.main h2 {}
.main .emph {
  font: bold italic 12pt georgia, serif;
  /*text-decoration: italic;*/
}
.main ul {}
.main ul li {}
.main .person {}

.main a:link {
  color: #333399;
  text-decoration: none;
}
.main a:hover {
  color: #333399;
  text-decoration: underline;
}

/* ------------------------------------------- */
.details {
  background-color: #EEF0FF;
  width: 20em;
}
.details p {
  margin: 0px;
  padding: 0px 10px;
}
.details a {
  font-weight: bold;
}
.details a:hover {}

/* ------------------------------------------- */
.xe {
  border-top: 1px solid black;
  font-size: 8pt;
}
