/****************************************
 * TITLE   : BlueTranquility Stylesheet * 
 * REVISED : September 28, 2004         *
 * AUTHOR  : Linus "ElderDude" Gibson   *
 * EMAIL   : linusgibson@yahoo.com      *
 * SITE URL: http://linus.no-ip.com     *
 ***************************************/

/******** General *******/
a:link {
  color: #f0f0f0;
  text-decoration: none;

}

a:visited {
  color: #f0f0f0;
  text-decoration: none;
}

a:hover {
  text-decoration: underline; 
}

a:active {
  color: #f0f0f0;
  text-decoration: none;
}

body {
  background-color: #78716a;
  /* background-color: was black 000000;
  font-family: Arial, "Times New Roman", Times, sans-serif;
  padding: 10px 20px 10px 20px;
/*        top rght botm left  */

}

p {
  text-align: justify;
  margin: 0px 0px 0px 0px;
/*        top rght botm left  */

}

p.noheight {
  line-height: 1.12em;
}

ul {
  text-align: justify;
}

/* Note: Compensates for IE acronym dotted underline bug */
acronym {
  border-bottom: 1px dotted #000000;
  cursor: help;
}

/******** Header *******/
div#header {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 5px 10px 5px 0px;
/*        top rght botm left  */
  font-family: Georgia, "Times New Roman", Times, sans-serif;
  width: auto;
  /* margin: 0px 0px 10px 0px; */
  
  margin: 0px 0px 10px 0px;
/*        top rght botm left  */  
  
  height: 100px;
}

/* Note: Temporary Message for Ad Banner Area (remove if using banner image) */
div#header span {           
/*  border: 1px solid #000000; */
/*  float: right;              */
  margin: 10px 0px  0px 30px; 
/*         top rght botm left  */
  padding: 1px 0px 0px 0px;  
/*  width: 311px;              */
/*  height: 90px;              */
/*  font-size: 9px;            */
/*  text-align: center;        */
 }                           

/* Note: Optional Graphic - Ad Banner Area (remove if not using banner image at all) */
div#header img {
  /* border: 1px solid #000000; */
  float: right;
  margin: 5px 0px 0px 10px;
/*        top rght botm left  */

  width: 311px;
  height: 90px;
}

div#header h1 {
  #color: #00478D;
  color: #000000;
  cursor: default;
  font-size: 25px;
  margin: 11px 10px 0px 10px;
/*        top rght botm left  */
  
  font-family: Verdana, Arial, Tahoma, "Times New Roman", Times, sans-serif;

  width: 375px;
}

div#header h2 {
  #color: #414141;
  color: #00478D;
  cursor: default;
  font-size: 14px;
  margin: 10px  0px  0px 30px;
  /*      top rght botm left  */
  width: 375px;
}

/******** Side Bar *******/
div#sidebar {
  font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
  float: left;
  width: 92px;
}

div#sidebar img {
  border: none;
}

div#sidebar p {
  text-align: left;
}

div#sidebar p.center {
  font-size: 10px;
  text-align: center; 
}

div#sidebar a {
  text-decoration: none;
}

div#sidebar a:hover {
  text-decoration: underline;
}

/******** Nav Menu *******/
div#nmenu {
  font-size: 13px;
  font-weight: bold;
}

div#nmenu span {
  background-color: #00478D;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: default;
  display: block;
  text-decoration: none;
  padding: 3px 10px 3px 10px;
/*        top rght botm left  */

  width: 100%;
}

div#nmenu a {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  display: block;
  padding: 3px 10px 3px 10px;
  text-decoration: none;

  width: 100%;
}

div#nmenu a:hover {
  background-color: #00478D;
  border-color: #000000;
  color: #FFFFFF;
}

/******** Misc Info *******/
div#miscinfo {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;
}
div#miscinfo center {

  background-color: #FFFFFF;
  border: 1px solid #00478D;
  font-size: 10px;
  padding: 3px 10px 3px 10px;
  margin-top: 8px;
  width: 100%;

  text-align: center;
  
}

/******** Content *******/
div.title {
  background-color: #FFFFFF;
  border-top: 1px solid #00478D;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin: 35px 0px 0px 165px;
/*        top rght botm left  */
}

div.content {
  background-color: #FFFFFF;
  border: 1px solid #00478D;
  padding: 6px 10px 6px 10px;
  margin-left: 165px;
  font-size: 12px;
}

div.indexcontent {
  background-color: #78716a;
  /* border: 1px solid #00478D; */
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  margin-left: 200px;
  margin-right: 200px;
  color: #f0f0f0;
  font-size: 13px;
}

div.indexbigcontent {
  background-color: #78716a;
  /* border: 1px solid #00478D; */
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  margin-left: 250px;
  margin-right: 250px;
  color: #f0f0f0;
  font-size: 14px;
}


div.indexsmcontent {
  background-color: #78716a;
  /* border: 1px solid #00478D; */
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  margin-left: 250px;
  margin-right: 250px;
  color: #f0f0f0;
  font-size: 11px;
}


div.footercontent {
  background-color: #78716a;
  /* border: 1px solid #00478D; */
  padding: 6px 10px 6px 10px;
  margin-top: 10px;
  margin-left: 200px;
  margin-right: 200px;
  color: #f0f0f0;
  font-size: 11px;
}

div.footer {
  background-color: #FFFFFF;
  border-top: 1px solid #00478D;
  border-right: 1px solid #00478D;
  border-left: 1px solid #00478D;
  border-bottom: 1px solid #00478D;
  color: #00478D;
  font-family: Verdana, Arial, "Times New Roman", Times, sans-serif;
  font-size: 13px;
  font-weight: bold;
  padding: 3px 10px 3px 10px;
  margin: 35px 0px 0px 165px;
/*        top rght botm left  */
}

div.photocontent {
  background-color: #EFEFEF;
  /* border: 1px solid #00478D; */
  padding: 0px 10px 6px 10px;
  margin-left: 165px;
  font-size: 12px;
}
