body {
  background-color: #BE1932;
  color: #BE1932;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 16px;
  font-style: normal;
  margin: 0;
  width: 100%
}


/*
  Page layout: main.
*/

div#organization_upper {
  background-color: #FFF8EE;
  border-style: dashed;
  border-width: 0;
  height: 25px;
  position: absolute;
  top: 148px;
  width: 100%;
  z-index: 2;
}

/*
div#logo {
  height: 100px;
  position: absolute;
  text-align: right;
  font-size: 36px;
  top: -20px;
  z-index: 0;
}
*/

div#gallery {
  background-color: #FFF8EE;
  height: 110px;
  position: absolute;
  text-align: center;
  top: 37px;
  width: 100%;
  z-index: 2;
}

div#navigation {
  height: 36px;
  position: absolute;
  top: 0px;
  width: 100%; background-color: #FFF8EE;
}

div#content {
  height: 100%;
  left: 0%;
  position: absolute;
  top: 174px;
  width: 60%; background-color:#FFF8EE;
}

div#sidebar {
  background-color: #FFF8EE;
  height: 100%;
  right: 0%;
  position: absolute;
  top: 174px;
  width: 40%
}



/*
  Page format.
*/
.bold {
  font-weight: bold;
}

.hotspot {
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.smaller {
  font-size: 83.333%;
}

a {
  color: rgb(190,025,050);
  text-decoration: underline;
}

a.navigation {
  color: #A71932;
  text-decoration: none
}

a.organization {
  color: rgb(190,025,050);
  text-decoration: none;
}

a.sidebar {
  color: rgb(190,025,050);
  text-decoration: underline;
}

div.content {
  line-height: 1.2em;
  margin: 2% 2% 0 2%;
}

div.navigation {
  color: #008000;
  display: block;
  font-size: 16px;
  height: 24px;
  margin: 6px 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase; 
  border-right-style:solid; border-right-width:1px; 
  
}

div.organization {
  border-style: dashed;
  border-width: 0 1px 0 0;
  display: block;
  font-size: 16px;
  font-variant: small-caps;
  height: 24px;
  position: absolute;
  text-align: center;
  text-transform: lowercase;
}



div.sidebar {
  font-size: 83.333%;
  line-height: 1.5em;
  margin: 2% 2% 0 2%
}

h1.content {
  background-color: rgb(190,025,050);
  color: rgb(249,231,225);
  font-size: 48px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

h1:first-child.content {
  margin: 0;
}

h1.sidebar {
  background-color: rgb(190,025,050);
  color: rgb(243,218,200);
  font-size: 100%;
  text-transform: uppercase;
  width: 60%;

}

h2.content {
  text-align: center;
}

img {
  margin: 10px; 
  float: right;
}

td p {
  margin: 0;
}

ul.no_bullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}