/* BODY STYLES */
body
 {
  background-color: #ffffff;
  color: #000000;
 }

/* TABLE ROW AND DATA STYLES */
#main_table
 {
  width: 700px;
 }

#top_row
 {
 }

#top_data
 {
  width: 100%;
  height: 120px;
  background-image: url('images/topbackground.jpg');
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #000000
 }

#body_row
 {
 }

#body_data
 {
  background-image: url('images/bodybackground.jpg');
  background-repeat: repeat-y;
  background-color: #ffffff;
  color: #000000
 }

#bottom_row
 {
 }

#bottom_data
 {
  height: 21px;
  background-image: url('images/bottombackground.jpg');
  background-repeat: no-repeat;
  background-color: #ffffff;
  color: #000000
 }

#copyright_row
 {
 }

#copyright_data
 {
  text-align: center;
  font-size: 10px;
 }

#content_table
 {
  margin: 0px 16px;
  width: 668px;
 }

#content_row
 {
 }

#navigation_data
 {
  width: 166px;
  text-align: right;
  background-color: #caf4a6;
  color: #000000;
 }

#spacer_data
 {
  width: 4px;
 }

#content_data
 {
  width: 500px;
 }

#intro_table
 {
  width: 498px;
 }

#intro_first_data
 {
  background-color: #caf4a6;
 }

/* LINK STYLES */
a
 {
  color: #1F4600;
  text-decoration: none;
 }

a:hover
 {
  color: #caf4a6;
  text-decoration: none;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
 }

a:visited
 {
  color: #8AB369;
  text-decoration: none;
 }