/* CSS Document */

/* {
  border: 1px dotted red;
}*/

/* GLOBAL LAYOUT COMMANDS */

body {
  background-color: #000011;
  font-family: Arial, Helvetica, sans-serif;
}

table {
  padding: 0px;
  }
  
.global table {
  width: 100%
  }

.800width {
  width: 800px;
  margin: 0px;
  }

.main {
  height: 825px;
  }

img {
  border: 0px;
  }


/* Text area commands */

.contents {
  width: 606px;
  height: 825px;
  background:url(design/contents.jpg) top no-repeat;
  vertical-align: top;
  }

.text {
  width: 500px;
  height: 630px;
  overflow: auto;
  margin: 1.35em 1.0em;
  }

.highlight {
  color:#0066CC;
  }

.text :link, .text visited {
  color:#0066CC;
  text-decoration: underline;
  }

h1 {
  font: Arial, Helvetica, sans-serif;
  color: #000099;
  font-size: 1.25em;
  }
  
h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #0066CC;
  font-size: 1.0em;
  }

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.85em;
  margin-bottom: 0.5em;
  }


/* IMAGE commands */

img {
  border: 0;
  }

.floatLeft {
  float: left;
  margin: 0.5em 0em 0.5em 0.5em;
  }

.floatLeft {
  float: right;
  margin: 0.5em 0.5em 0.5em 0em;
  }

.centerAligned {
  text-align: center;
  }
