body {
  background: #B71319;
  font-family: verdana, arial, "times new roman";
  font-size: 0.8em;
  color: white;
}

p {color: white; text-align: justify; margin-top:0px; margin-bottom:3em;}
p.right {color: white; text-align: right; margin-top:0px; margin-bottom:1em;}

h1 {color: white; size: 18; margin-bottom: 2em; text-align:center;}
h2 {color: white; size: 14; margin-bottom: 1em;}
h2.normal {color: white; size: 14; margin-bottom: 0.25em; border-bottom:0px;}
h3 {color: white; size: 12; margin-bottom: 0.25em; margin-top: 0em;}
hr {width:100%; color: white;}
blockquote {color: white; text-align:center; vertical-align:middle; font-style: italic; font-weight:bold; font-size:18; font-color:silver; margin-top:0; margin-bottom:0em; margin-left:1em; margin-right:1em;}
cite {font-style:normal; text-align:center; margin-top:0; margin-bottom:1em; margin-left:1em; margin-right:1em; clear:both;}

img {border-width: 0px; border-color: white; margin-left: 2%; margin-right: 2%; margin-top: 1%; margin-bottom: 1%;}
img.left {float: left; border-width: 0px; border-color: white; margin-left: 0; margin-right: 4%; margin-top: 2%; margin-bottom: 2%;}
img.right {float: right; border-width: 0px; border-color: white; margin-left: 4%; margin-right: 0; margin-top: 2%; margin-bottom: 2%;}
img.top {float: left; width: 100px; max-height:150px; border-width: 0px; border-color: white; margin-left: 1em; margin-right: 1em; margin-top: 0.3em; margin-bottom: 0.5em;}
img.nothing {border-width: 0px; margin-left: 0; margin-right: 0; margin-top: 0; margin-bottom: 0;}

object {float:left; margin-left:0; margin-right:1em; margin-top: 0.3em; margin-bottom: 0.5em;}
form {text-align:right; margin-left:0; margin-right:0; margin-top: 0; margin-bottom: 0;}
form.center {text-align:center; margin-left:0; margin-right:0; margin-top: 0; margin-bottom: 0;}

td {font-family: verdana, arial, "times new roman"; font-size: 0.8em; color: white;}

A:link {color: black; text-decoration: none;}
A:visited {color: black; text-decoration: none;}
A:active {color: black; text-decoration: none;}
A:hover {color: black; text-decoration: none;}


#pagecontainer {
  float: left;
  text-align:left;
  overflow: hidden;
  width: 80%;
  background: #B71319;
    }
  
#header {
  width:100%;
  float:left;
  overlow: visible;
  margin-bottom:1%;
  background: #B71319;
     }
#topleft {
  width: 47%;
  float: left;
  padding: 1% 1% 1% 1%;
  overflow: visible;
  p: color: red; text-align: left;
  background: #B71319;
    }
#topright {
  margin-left:1%;
  width: 47%;
  float: left;
  padding: 1% 1% 1% 1%;
  overflow: visible;
  background: #B71319;
     }
#leftcolumn {
  float: left;
  width: 31%;
  padding: 0% 1% 1% 0%;
  background: #B71319;
  margin-bottom:1%;
}
#content {
  float: left;
  width: 90%;
  padding: 0% 3% 0% 3%;
  margin-left:2%;
  margin-bottom:1%;
  overflow: visible;
  background: #B71319;
}
#footer {
  clear: both;
  width: 97%;
  padding: 1% 1% 1% 1%;
  text-align:center;
}
#menucolumn {
  overflow: visible;
  width: 17%;
  margin-left:1%;
  padding: 1% 1% 1% 1%;
  float: left;
  height:100%;
  min-height: 800px;
  text-align:center;
  background: #B71319;
  A:link {color: black; text-decoration: none;}
  A:visited {color: black; text-decoration: none;}
  A:active {color: black; text-decoration: none;}
  A:hover {color: black; text-decoration: none;}
  }
#leftitem {
  float: left;
  width: 100%;
  padding: 0% 2% 0% 2%;
  background: #B71319;
  margin-bottom:5%;
}
