@charset "iso-8859-1";

/* basic elements */
body {
  background: #fffff5;
  color: #000000;
  font-family: Trebuchet MS, Verdana, Arial, Tahoma;
  text-align: center;
}

p, li { 
  font-size: 12px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 12pt;
}

h1 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 11px;
  font-weight: bold;
}

h2 {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}

h3 {
  color: #AE380F;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 16px;
}

a {
  color: #ae0000;
  text-decoration: underline;
  border-right: 0;
}

a:visited {
  color: black;
}

a:hover, a:focus, a:active { 
  color: #ff5300;
  text-decoration: none;
}

img { border: 0; }

table { border: 1px solid silver; border-collapse: collapse; margin-bottom: 12px; width: 100%; }
thead, tfoot { background: #f7dbd6; }
th {
  border: 1px solid silver;
  color: #AE380F;
  empty-cells: show;
  font-size: 11px;
  font-weight: bold;
  padding: 4px;
  text-align: left;
}
td {
  border: 1px solid silver;
  color: #000;
  empty-cells: show;
  font-size: 12px;
  font-weight: normal;
  padding: 4px; 
  text-align: left;
}
.cellright { text-align: right; }
.cellcentre { text-align: center; }

hr {
  border: 0;
  width: 100%;
  color: #ae0000;
  background-color: #ae0000;
  height: 1px;
}


/* special div elements */
#container {
  margin: 5px auto;
  width: 700px;
  text-align: left;
}

#navbar
{
  color: #ae0000;
  border-top: 1px solid #ae0000;
  border-bottom: 1px solid #ae0000;
  margin-bottom: 20px;
  padding: 5px 0;
}

#navbar ul
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 10px; 
}

#navbar ul li { display: inline; font-size: 10px; }

#navbar ul li a
{
  color: #ae0000;
  font-weight: bold;
  margin-right: 16px;
  text-decoration: none;
  padding: 0;
}
#navbar ul li a:hover { color: #ff5300; }
#navbar .datestamp { float: right; }
#navbar .datestamp p { font-size: 10px; margin: 0; padding: 0; }

#maincontent {
  text-align: left;
}
#maincontent .imgleft { float: left; margin: 0 10px 4px 0; }
#maincontent .imgright { float: right; margin: 0 0 4px 10px; }
#maincontent form, input, select {
  font-family: Trebuchet MS, Verdana, Arial, Tahoma;
  font-size: 11px;
}
#maincontent textarea {
  font-family: Courier;
  font-size: 11px;
}

#rightcol {
  background: #f7dbd6;
  border: 1px solid silver;
  float: right;
  margin: 0 0 10px 40px;
  padding: 16px 16px 0 16px;
  width: 200px;
  text-align: left;
}
#rightcol p { font-size: 10px; lineheight: 16px; }

#footer
{
background: url("i/strip.gif") top right no-repeat;
  
  padding: 80px 0 0 0;
  text-align: right;
}
#footer p { color: #ae0000; font-size: 11px; }
