/*
  This is the stylesheet for the scionews.net website.
  Review081307.css August 13, 2007 19:22:54
  
  http://www.scionews.net
  
  Copyright (c) 2007 Scio News
  
*/

body {
  background: #FF8446;
  color: #000000;
  margin: 5px;
  text-align: center;
}

#body {
  border: 1px solid #000000;
  width: 780px;
  background: #ffffff url('images/columnizer.gif') repeat-y top left;
  color: #000000;
  margin: auto;
  position: relative
}

#headLINE {
  width: 600px;
  margin: auto;
  height: auto;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  text-align: center;
}

#flagHEAD {
  margin: auto;
  width: 600px;
  height: auto;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #ffffff;
  background: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  letter-spacing: 0.75px;
  text-align: center;
  text-decoration: none;
  position: relative; top: 0px; left: 0px;
}

#finePRINT {
  margin: auto;
  width: 600px;
  height: auto;
  border-top-width: 5px;
  border-bottom-width: 10px;
  border color: #ffffff;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.25px;
  color: #000000;
  text-align: justify;
}

A:link {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #761405;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}