﻿
table.navbar
{font-size: 15pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;
border-width:0px}


table.menu
{	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border-width:0px;
}

td.menuNormal
{
	padding: 0px;
  color : white;
	font-weight: bold;
	vertical-align: top;
	background-color: #006634;
	border-width:0px;
}

td.menuHover
{
	padding: 0px;
	color: white;
	font-weight: bold;
	vertical-align: top;
	background-color:  #006634;
}

div.menuNormal
{
	display: none;
	position: static;
	border-width: 0px;
}

div.menuHover
{
	border:none;
	background-color: blue;
	display: inline;
	position: absolute;
}

a.menuitem:link
{
	text-decoration: none;
	color: white;
	background-color:  #006634;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	color: white;
	background-color:  #006634;
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	color: white;
	background-color: #006634;
	display: block;
}

a.menuitem:active
{text-decoration: none;
color: black;
background-color:  #006634;
display: block;}

body 
{margin:0px; 
 padding:0px;
 background-color:#FAFFD2;
 text-align:center;
}

#Header
{ position:absolute;
  top:0px;
  left:10px;
  width: 750px;
  height:100px;
  margin-top:0px;
  margin-left:0px;
  padding:0px;
  border:0px dashed #333;
  background-color:#eee;
}

#TopMenu
{ position:absolute;
  left:10px;
  width: 750px;
  top:100px;
  height:25px;
  margin-top:0px;
  margin-left:0px;
  padding:0px;
  border:0px dashed #333;
  background-color:#eee
}
#CenterContent {

	position:absolute;
	top:125px;
	left:0px;
	width:500px;
	margin-top:0px;
	margin-left:170px;
	text-align:left;
	padding:10px;
	border:0px dashed #333;
	background-color:#eee;
	}

#LeftAd
{
  position:absolute;
  top:125px;
  left:10px;
  width:160px;
  height:600px;
  border:0px dashed #333;
  background-color:#eee;
}
#RightPictures
{
  position:absolute;
  left:692px;
  top:125px;
  width:200px;
  border:0px dashed #333;
  background-color:#eee;
}
#RightMenu
{
}
