﻿/*
  CSS Document
*/

body { 
  background-image: url('../images/bg_1406.jpg');
  background-color: #369; /* deep blue */
  margin: 0; /* prevents 10px margin all around */
  padding: 0; /* prevents 5px margin for Opera only */
}

#container { /* default padding =~5px inside solid border */
  background-color: white;
  border: 1px solid black;
  width: 694px; /* was 694 */
  text-align: left; /* prevents text from centering */
  margin: auto; /* causes centering within window */
  padding: 5px; /* creates padding between solid line and text */
}

#footer {
  padding: 5px; /* expand padding above text */
}

#footer p {
  font: x-small Verdana, Arial, Helvetica, sans-serif;
  color: gray;
  margin-bottom: 4px;
  margin-top: 4px;
}

a:link { /* unvisited links */
  color: blue;
  text-decoration: underline;
}

a:visited { /* visited links */
  color: #000080; /* dark blue */
  text-decoration: underline;
}

a:active { /* click button is down */
  color: red;
	text-decoration: none;
}

a:hover { /* mouse over but not clicking */
  color: red;
  text-decoration: underline;
}

* {
  color: black;
  font-size: small; 
  font-family: tahoma, arial, helvetica;
}

h3 {
  color: #009999; /* aqua */
}

h2 {
  color: #009999; /* aqua */
}

h1 {
  color: #009999; /* aqua */
}

h1 {
  text-align: center;
}

p {
  margin-bottom: 8px; margin-top:0;
}

.red {
  color: red;
}

ul { /* reformat unordered list */
  margin-top: 0; /* remove margins for IE, Opera (ignored by Mozilla) */
  margin-bottom: 0; /* remove margins for IE, Opera (ignored by Mozilla) */
  margin-left: 1.1em; /* remove margins for IE, Opera (ignored by Mozilla) */
  padding: 0; /* remove padding for Mozilla, Safari (IE's default = 0) */
  padding-left: 0.4em; /*  shift bullet to the right a bit */
  text-align: left;
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  margin-bottom:4px; margin-top:4px;
}

h2 {
  margin-bottom:4px; margin-top:4px;
}

h1 {
  margin-bottom:4px; margin-top:4px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
}

h4 {
  font-size: 11px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

.cell_c { /* put in a colored heading cell */
  color: white;
  font-size: small;
  font-weight: bold;
  background: #009999;
}

.cell_c1 { /* put in a colored table body cell */
  background: silver;
}

.dec_align { /* align numbers */
  text-align: right;
  padding-right: 24px;
}

.img_border { /* Put a border around an image */
  border: 2px solid blue; /* deep blue */
}

.indent { /* indent an item and remove top and bottom padding */
  padding-left: 2.0em; /*  shift line to the right a bit */
}
