﻿Html
{
	background-color:#EEEEEE;
}

Body
{
	height: 90%;
}

Table
{
	border-collapse:collapse;
	padding:0;
}

TD
{
  margin:0px;
  padding:0px;
} 

A
{
  border-width: 0px;
  color: #003300;
}

IMG
{
  border-style: none;
}

:Visited
{
	color:#003b00;
}

.TabelFull
{
	height:100%;
}

.Header
{
  background-repeat:no-repeat;
/*	background-image:url('HeaderImage.png'); */

	background-color:#44532f;

	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.MainNavigation
{
	background-color:#0FAA0F;
	background-image:url('Background.png');

	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.LeftNavigation
{
  vertical-align:top;
  background-color:#c8ceaf;
  width:200px;

	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.PageRow
{
	background-color:#FFFFFF;

	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.Footer
{
	text-align:Center;
	background-color:#678646;
	
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.FooterDiv
{
    position:relative;
}

.CounterDiv
{
  position:absolute;
  top:0px;
  right:5px;
  border-width: 0px;
}

.ImagePage
{
	text-align:Center;
	width:400px;
}

.ImageLinks
{
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	border-top-width:0px;

	text-align:Center;
	height:30px;
}

.SubNavigation
{
	border-color:#000000;
	border-style:solid;
	border-width:0px;
	border-left-width:1px;

	vertical-align:Top;
	text-align:Center;
	width:150px
}

.ContentBody
{
 	border-color:#000000;
	border-style:solid;
	border-width:1px;
}

.TextPage
{
	vertical-align:Center;
	text-align:Center;
}

.TextDiv
{
	height:100%;
	position:static;
	overflow:auto;
}

.LinkTopBase
{
  color:#FFFFFF;
  position:relative;
}

.LinkTop
{
  display: inline-block;
  width: 150px;

  color: #FFFFFF;
  
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  background-color: #678646;
}

.LanguageTag
{
  position:absolute;
  top:0px;
  right:5px;
  border-width: 0px;
}

.DonateTag
{
  position:absolute;
  top:5px;
  right:5px;
  border-width: 0px;
}