@charset "utf-8";
/* CSS Document */
/* .class #id */

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 90%;
  font-weight: normal;
  background-color: #FFF8E7;  /* Cosmic latte */
  }

p,a,h1,h2,h3,h4 {font-weight: normal;}

a:link,a:visited,a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

h1,h2,h3,h4 {
  margin: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 4px;
  color: #9A0000;
  }

h1 {
  font-size: 180%;
  padding-top: 0px;
  }

h2 {
  font-size: 160%;
  padding-top: 0.5em;
  }

h3 {
  font-size: 140%;
  padding-top: 1em;
  }

h4 {
  font-size: 120%;
  padding-top: 0px;
  }

/* Body wrapper */
div#wrapper {
/*  margin-top: -19px;*/
  padding: 0px 0px 0px 0px;
  }

div#header {
  margin: 0;
  padding: 0;
  color: #9A0000;
  /*  border: 1px dashed #FF0000;*/
  height: 200px;
  width: 100%;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #880000;
  }

div#logo {
  float: left;
  height: 200px;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  }

img#logo {
  margin-top: 10px;
  }

#head {
  height: 200px;
  width: auto;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 200px;
  padding-left: 0px;
  }

div#toplinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  position: absolute;
  top: 0px;
  left: 100px;
  color: #000000;
  }

div#signedin {
/*border: 1px dashed #00FF00;*/
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 75%;
  font-weight: bold;
  color: #000099;
  }

div#name {
/*  border: thin dashed #FF33FF; */
  font-weight: normal;
  line-height: 1.1;
  position: absolute;
  left: 20px;
  top: 50px;
  }

#name h1 {
  font-size: 150%;
  text-align: center;
  }
#name h4 {
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  }
/*---------------------------------------------------------+
|   Body Table - covers navigation and contents            |
+---------------------------------------------------------*/
table#body {
  color: #5E2F00;
  }
/*---------------------------------------+
|   Navigation menu                      |
+---------------------------------------*/
td#nav {
  /*  white-space: nowrap;*/
  vertical-align: top;
  margin-bottom: 1em;
 /* font-size: 75%;*/
  color: #9A0000;
  width: 200px;
  padding-left: 5px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: #880000;
  }

td#nav h3 {
  font-size: 100%;
  margin: 0;
  color: #9A0000;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  padding-left: 0;
  }

td#nav a {
  display: block;
  text-decoration: none;
  font-size: 75%;
  padding: 2px 10px 1px 10px;
  margin: 0 0 0 0.66em;
  color: black;
  background: transparent url(../images/blank_left.gif) -4px 50% no-repeat;
  }

td#nav a:link  {text-decoration: none;}
td#nav a:visited  {text-decoration: none;}
td#nav a:active {text-decoration: none;color: red;}
td#nav a:hover {text-decoration: underline;}

/*---------------------------------------+
|            Content                     |
+---------------------------------------*/
td#content {
  /*border: 1px dotted #FF0000;*/
  color: black;
  /*font-size: 100%;*/
  width: auto;
  position: relative;
  padding-top: 8px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  vertical-align: top;
  }

a.edit,td#nav a.edit {
  font-size: 90%;
  margin-top: 1em;
  display: block;
  }

a.edit:link,td#nav a.edit:link {color: #008800; text-decoration: none;}
a.edit:visited,td#nav a.edit:visited {color: #008800; text-decoration: none;}
a.edit:active,td#nav a.edit:active {color: #008800; text-decoration: none;}
a.edit:hover,td#nav a.edit:hover {text-decoration: underline;}

div#fullpage {
  margin: 0px;
  padding: 0px;
  /*border: 1px dotted #0000FF;*/
  max-width: 800px;
  }

div#date {
  text-align: right;
  padding: 2px;
  }

div#footer {
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 70%;/* border: 1px dotted #0000CC;*/
  }

div.clearer {clear: both; line-height: 0; height: 0;}

a.new:link {color: red;}
a.new:visited {color: rgb(192,0,0);}

/*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³   Pretty Table                                           ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*/
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  }

table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
  }

table.prettytable th {
  background: #f2f2f2;
  text-align: center;
  }

/*ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
³    Blank Table                                           ³
ÀÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ*/
table.blank {
  background: #FFF8E7;
  border-collapse: collapse;
  border: 0px none #000000;
  vertical-align: top;
  }

table.blank th, table.blank td {
  border: 0px none #000000;
  padding: 0.2em;
  vertical-align: top;
  }

table.blank th {
  background: #FFF8E7;
  text-align: center;
  }

div.img_right {
  float: right;
  font-family: "Courier New", Courier, mono;
  font-size: x-small;
  color: #66CC33;
  }

div.img_left {
  font-family: "Courier New", Courier, mono;
  font-size: x-small;
  color: #66CC33;
  }

div.img_frame {
 float: right;
 border: thin solid #000000;
  font-family: "Courier New", Courier, mono;
  font-size: x-small;
  color: #66CC33;
  }

/*----------------------------------------------------------
      Home Page Content
----------------------------------------------------------*/
td#homepage {
  width: 100%;
  border: 1px dashed #0066FF;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  }

td#homepage h2 {
  font-size: 160%;
  font-weight: normal;
  margin-top: 0px;
  }

div#slab {
  border: 1px dashed #00CC00;
  bottom: 1px;
  clear: both;
  position: relative;
  }

div#slideshow {
  height: 400px;
  }
