body { 
  font-family: Tahoma, Verdana, sans-serif; 
  font-size: 9pt;
  color: #000;
  background-color: #FFF;
  margin: 0 auto;
  width: 100%;
  background: url("images/tartan.png");
}
    
#global h1 { 
  font-size: 14pt;
  padding-top: 15px;
}

#menu h1 {
	font-size: 12pt;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
    
#global { 
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 15px;
  padding-top: 30px;
  margin: 0px 0px 0px 60px; 
  color: #FFF; 
  text-align: justify;
  height: calc(100% - 204px);
  left: 0px;
  top: 114px;
  position: absolute;
  width: calc(100% - 150px);
  background: url("images/opacity.png");
}


#globalscroll {
  overflow-y: auto;
  height: 100%;
  padding-right: 15px;
}

#global h2 {
	font-size: 12pt;
}

#global p {
  padding-top: 4px; /* solid #FFF;*/
  padding-bottom: 4px; /* solid #FFF;*/
}

#global a {
  color: #FFF;
  border-bottom: 1px dotted #000;
}

#global a:hover {
  color: #FFF;
  border-bottom: 1px solid #3296C8;
}
  
#damn { 
  background-color: #FFF; 
  padding: 2px 20px 2px 0px; 
  margin: 0px 0px 0px 60px;
  height: 20px;
  color: #FFFFFF; 
  text-align: right; 
  border-left: 1px solid #000; 
}

#title {
  height: 148px;
  top: 0px;
  position: absolute;
  float: left;
  z-index: 4;
  background: url("images/crest.png") no-repeat center center;
  color: #ffffff;
  padding: 5px 5px 5px 15px;
  width: 148px;
  vertical-align: middle;
}

#head { 
  height: 50px;
  vertical-align: middle;
  background-color: #FFF;
  background-image: url('images/headergradient.png');
  background-size: 100% 100%;
  background-position: right top;
  padding-right: 20px;
  padding-top: 22px;
  margin: 0px 0px 0px 0px; 
  color: #000; 
  border-bottom: 2px solid #fff; 
  border-top: 2px solid #fff; 
  top: 38px;
  position: absolute;
  width: calc(100% - 20px);
}

#head img {
  float: left;
  vertical-align: middle;
  margin-right: 5px;
}

#head a { 
  text-decoration: none; 
  text-align: left;
  color: #000;
  background-color: #DDD;
  /*background-color: #FFF;*/
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  height: 16px;
  /*border: 1px solid #000;*/
  display: block;
  float: right;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
}

/* #head a { 
  text-decoration: none; 
  text-align: left;
  color: #000;
  background-color: #FFF;
  /*background-color: #FFF;
  padding: 5px 10px 5px 10px;
  margin-right: 5px;
  height: 16px;
  border: 1px solid #000;
  display: block;
  float: right;
} */

#head a:hover { 
  text-decoration: none; 
  text-align: left;
  /*background-color: #3296C8; */
  background-color: #DDD;
  color: #000;
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
  padding: 4px 9px 4px 9px;
  /* background-image: url('images/headergradient.png'); */
  background-size: 100% 100%;
  background-position: right top;
}

#head a:active { 
  text-decoration: none; 
  text-align: left;
  /*background-color: #3296C8; */
  background-color: #DDD;
  color: #000;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  padding: 4px 9px 4px 9px;
  /* background-image: url('images/headergradient.png'); */
  background-size: 100% 100%;
  background-position: right top;
}
    
#menu { 
  float: right; 
  color: #FFF; 
  background-color: #0C2532; 
  padding: 10px 10px 10px 10px; 
  margin: 0px 20px 0px 0px; 
  border-left: 1px solid #000; 
  border-right: 1px solid #000; 
  border-bottom: 1px solid #000; 
  display: block;
  width: 185px;
}

#menu img {
  float: left;
  vertical-align: middle;
  margin-right: 5px;
}
    
#menu a { 
  text-decoration: none; 
  text-align: left;
  color: #fff;
  font-weight: bold;
  background-color: #23698C; /*#3296C8;*/
  padding: 5px 60px 5px 5px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid #FFF;
  display: block; 
}

#menu a:hover { 
  text-decoration: none; 
  text-align: left;
  background-color: #0C2532; 
  color: #FFFFFF;
  border: 1px solid #FFF;
}
    
#info { 
  text-decoration: none;
  text-align: center; 
  color: #fff;
  background-color: #000;
  border-top: 1px solid #fff;
  left: 0px;
  bottom: 0px;
  position: absolute;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
    
#info a { 
  text-decoration: none;
  border-bottom: 1px dotted #000;
  color: #fff; 
  background-color: #000;
}

#info a:hover { 
  text-decoration: none; 
  border-bottom: 1px solid #000;
}

#middle {
  height: 30px;
  margin: 5px 5px 5px 5px;
}
    
.hd1 { 
  font-size: 16px; 
}

.chd1 {
  font-size: x-small;
  color: white;
}

.postDate {
  font-size: x-small;
  font-style: italic;
  color: white;
}

.chd2 {
  font-size: x-large;
  color: white;
}

.hd2 { 
  font-size: 12px;  
} 

input.btn {
  color: #ffffff;
  font-family: Tahoma, Verdana, sans-serif;
  font-weight: bold;
  font-size: small;
  background-color: #194B64;
  border: 1px solid;
  padding: 3px;
  border-color: #3296C8 #3296C8 #3296C8 #3296C8;
}