body {
	font: 12px arial;
	color: black;
	margin-top: 0px;
	background-color: #cccccc;
	background-image: url('imageo/bg.png');
    background-repeat: repeat-x;
	height: auto;}

#main {
	border: 1px #333333 solid;
	width: 700px;
	height: 100%;}


	
#top {
  background: no-repeat center;
  background-image: url('imageo/topbanner.png');
  width: 100%;
  height: 105px;
  color: white;
  bottom: 0px;
  z-index: 1;}
  
#toplink {
	font: 12px arial;
	color: #ffffff;
    text-decoration: none;}

#toplink:hover {
    padding-bottom: 5px;
	border-bottom: 3px solid white;}

#topbannerlink {
    text-decoration: none;
    font: 34px arial;}
    
#topbannerlink:hover {
    text-decoration: none;
    font: 34px arial;
    color: #ccccff;}

#middle  {
  width: 100%;
  height: auto;
  background-color: #cccccc;
  z-index: -1;}

#imageborder {
  border: 1px dotted black;}
  
#one {
  background-image: url('imageo/1.png');
  background-repeat: repeat-x;}


#two {
  background-image: url('imageo/2.png');
  background-repeat: repeat-x;
  background-color: #333333;
  font: 12px arial;
  color: white;
  padding: 2px;}

#middleindextbl {
  border: 1px #333333 solid;
  background-color: white;
  padding: 2px;}

#charter {
  font: 12px arial;
  color: black;
  border: 1px #333333 solid;
  background-color: white;
  padding: 2px;}

#bottom {
	height: 16px;
	border: 1px #333333 solid;
	width: 80%;
	background-color: #990000;}
	
#footer  {
  color: #ffffff;
  font: 11px arial;
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 4px;
  background-color: #cccccc;}

#blacklink {
    text-decoration: none;
    border-bottom: 1px dashed black;
    font: 11px arial;
    color: #990000;}
    
#blacklink:hover {
    text-decoration: none;
    border-bottom: 1px solid black;
    font: 11px arial;
    color: #990000;}
  
a:link, a:visited {
  font:10px arial;
  color:#ffffff;
  text-decoration: none;}

a:hover, a:active {
	font: 10px arial;
	color: #ffffff;
    text-decoration: underline;}

input, select {
	font: 11px arial;
	color: #000000;}
	
a.newslink {font:12px arial; color:white;}

