
/*****************/
/*  MAIN BODY  */
/*****************/

.norm { background-color: transparent; }
.selected { background-color: #999999; color:#999999; }

FORM { margin: 0px; }
SPAN { white-space: nowrap; }


body {
  font-size: small;
  margin: 0 auto;
  padding: 0;
  font-family: Garamond, "Minion Web", "ITC Stone Serif", "MS Georgia", "Bitstream Cyberbit";
  background-color: #000000;
  color: #FFFFFF;
  }

#menu A:link    {text-decoration: none; color: #6495ED;   background-color: transparent}
#menu A:visited {text-decoration: none; color: #6495ED;   background-color: transparent}
#menu A:active  {text-decoration: none; color: #6495ED;   background-color: transparent}
#menu A:hover   {text-decoration: none; color: #0003ff;   background-color: transparent}

.menu_1 {
  float: left;
  padding-left: 50px;
  width: 200px;
  }

.menu_2 {
  float: right;
  padding-right: 25px;
  width: 200px;
  }

#wrap {
  width: 1000px;
  margin: 0 auto;
  color: inherit;
  border-top: none;
  }

/************************************/
/*  HEADER and TABBED NAVIGATION  */
/************************************/

#headerbox {
  background-color: #fff;
  }

#header-pic {
  clear: both;
  }

/***********************/
/***  LEFT COLUMN  ***/
/***********************/
#left-column {
  position: absolute;
  width: 160px;
  }

/*************************/
/***  MIDDLE COLUMN  ***/
/*************************/

/* Sections */
/************/
#middle-column {
  margin-left: 160px;
  width: 840px;
  color: #000;
  font-size: 85%;
  float: left;
  }

#middle-column-left {
  width: 440px;
  padding-left: 10px;
  float: left;
  /* border-style:solid;
  border-color:#ff0000 #0000ff; */
  }

#middle-column-right {
  width: 300px;
  float: left;
  }

/*******************/
/***  Bottom   ***/
/*******************/
#bottom {
  clear: both;
  float: none;
  margin-left: 160px;
  width: 820px;
  text-align: center;
}

#bottom-left-column {
  width: 700px;
  padding-left: 25px;
  float: left;
  font-size: 20px;
  }
/*******************/
/***  FOOTER   ***/
/*******************/
#footer {
  width: 700px;
  padding-left: 190px;
  float: left;
  text-align: center;
  font-size: 20px;
  }

/**************************/
/***  MISCELLANEOUS   ***/
/**************************/
a:link {
  color: white;
  background-color: inherit;
  }

a:visited {
  color: white;
  background-color: inherit;
  }

a:hover {
  color: white;
  background-color: inherit;
  }

.noborder {
  border:none;
  }

h1 {
  font-weight: bolder;
  font-size: 150%;
  text-align: center;
 }

h2 {
  font-weight: bolder;
  font-size: 125%;
  text-align: center;
 }

h3 {
  font-weight: bolder;
  font-size: 100%;
  text-align: center;
  text-decoration: underline;
 }