/****************/
/* color scheme */
/************************/
/*  000000 black        */
/*  39332C almost black */
/*  716658 dark gray    */
/*  AA9071 dark beige   */
/*  D4C4N1 light beige  */
/*  FFFFFF white        */
/************************/

/************************/
/* basic specifications */
/******************************************************************************/
body {
/*  background-color: #000000;*/ /* black */
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: sans-serif;
}
/******************************************************************************/


/************************/
/* table specifications */
/******************************************************************************/
table.main { /* main page table */
  width: 780px;	
  height: 600px;
}

td.symbol { /* symbol quadrant */
  background-color: #39332C; /* almost black */
  text-align: center;
  width: 147px; /* width of symbol */
  height: 78px; /* height of symbol */
}

td.title { /* title quadrant */
  background-color: #716658; /* dark gray */
  text-align: center;
  font-family: sans-serif;
  font-size: 26px;
  color: #D4C4B1; /* light beige */
  font-weight: bold;
}

div.subtitle { /* page subtitles */
  color: #000000; /* black */
  font-size: 13px;
  text-align: center;
}

td.links { /* link quadrant */
  background-color: #D4C4B1; /* light beige */
  vertical-align: top;
  font-family: monospace;
  /* link section title specs */
  font-weight: bold;
  color: #716658; /* dark gray */
  font-size: 14px;
}

td.text { /* main text area */
  background-color: #39332C; /* almost black */
  font-family: sans-serif;
  font-size: 16px;
  text-align: justify;
  vertical-align: top;
  color: #FFFFFF; /* white */
}
/******************************************************************************/


/**************************/
/* links in link quadrant */
/******************************************************************************/
a.links:link {
  color: #000000; /* black */
  font-weight: bold;
  text-decoration: none;
}

a.links:visited {
  color: #000000; /* black */
  font-weight: bold;
  text-decoration: none;
}

a.links:hover {
  color: #AA9071; /* dark beige */
  font-weight: bold;
  text-decoration: none;
}

a.links:active {
  color: #716658; /* dark gray */
  font-weight: bold;
  text-decoration: none;
}

a.sublinks:link {
  color: #000000; /* black */
  font-weight: bold;
  text-decoration: none;
  text-indent: 0.5cm;
}

a.sublinks:visited {
  color: #000000; /* black */
  font-weight: bold;
  text-decoration: none;
  text-indent: 0.5cm;
}

a.sublinks:hover {
  color: #AA9071; /* dark beige */
  font-weight: bold;
  text-decoration: none;
  text-indent: 0.5cm;
}

a.sublinks:active {
  color: #716658; /* dark gray */
  font-weight: bold;
  text-decoration: none;
  text-indent: 0.5cm;
}
/******************************************************************************/

/****************************/
/* text area specifications */
/******************************************************************************/
div.section { /* section titles */
  color: #AA9071; /* dark beige */
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}

a.text:link { /* links in text area */
  color: #AA9071; /* dark beige */
  text-decoration: none;
}

a.text:visited { /* links in text area */
  color: #AA9071; /* dark beige */
  text-decoration: none;
}

a.text:hover { /* links in text area */
  color: #D4C4B1; /* light beige */
  text-decoration: none;
}

a.text:active { /* links in text area */
  color: #FFFFFF; /* white */
  text-decoration: none;
}

div.desc { /* description in text area */
  color: #D4C4B1; /* light beige */
  text-indent: 0.5cm;
}

table.text {
  width: 100%;
}

td.img {
  text-align: right;
  vertical-align: top;
}

a.img {
  text-decoration: none;
  color: #AA9071; /* dark beige */
}

td.email {
  text-indent: 0.5cm;
}

div.end { /* end of page text */
  color: #FFFFFF; /* white */
  text-align: right;
  vertical-align: bottom;
  font-size: 12px;
} 

/******************************************************************************/

