/* Pretty Stuff
================================== */

/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color:#228989;
}

h1 {
  font-size: 2.4em;
  font-weight: 700;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

p.emph {color:maroon; font-variant: small-caps; background-color: white }

#wrapper {
  background-color: #d4d4d4;
  border-left: solid 2px maroon; 
  border-right: solid 2px maroon;
}

#headdiv {
  background-color:#b0b0b0;
  padding: 20px 0;
}

#headdiv h1, #headdiv p {
  margin: 0;
  text-align: center;
}

#mainContent table {
  font-size: 2em;
}

#content {
  background-color:#d4d4d4;
}

/* ======================
uncomment for three-column setup

#secondaryContent {
  background-color:#d4d4d4;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
}

#secondaryContent p {
  font-size: 1.2em;
}

====================  */

#footer {
  background-color:#b0b0b0;
  padding: 1px 20px;
}

/* Margins and padding
================================= */

#content {
    padding-bottom: 2in;
    margin-bottom: -2in
}

#mainContent {
    padding-bottom: 3in;
    margin-bottom: -3in
}

#mainContent h1 {
    margin-left: 10px;
}

#mainContent h2 {
    margin-left: 20px;
}

#mainContent p, #mainContent ul {
    margin-left: 30px;
    padding-right: 30px;
}

/* #mainContent table {font-size:smaller} */

#mainNav {
  padding-top: 0.5in;
  margin-top:0.8in;

  padding-bottom: 3in;
  margin-bottom:-3in;
}


/* The Core Technique
================================= */

body {
  text-align: center;
  min-width: 800px;
}

#wrapper {
  width: 800px;
  margin: 0 auto;
  text-align: left;
}

#headdiv {
  height: 50px;
  width: 800px;
  float: left;
  position: fixed;
  z-index: 1000;
}

#content {
  width: 620px;
  float: right;
  margin-top:0.8in;
  padding-left: 40px;
}

#mainContent {
  width: 620px; /* change to 320 for secondary content */
  margin: 0;
  float: left;
}

#mainNav {
  width: 180px;
  float: left;
  position: fixed;
  list-style: none;
  background: #94B8E9;
  background-color:#999;
}

#footer {
  clear: both; display: none;
}


/* Vertical Nav
================================== */

ul.nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li.nav {
  display: block;
  width: 180px;
  height: 39px;
  line-height: 39px;
  color: #000;
  text-decoration: none;
  background: #94B8E9 url(images/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 30px;
  text-transform: uppercase;
}

li.nav:hover {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
  cursor: pointer;
}

.first a {
  height: 40px;
  line-height: 40px;
}
