﻿#header {
	text-align:center;
}
#content
{
    position:relative; 
    overflow: auto;
}

.Menu
{
	background-color:Navy;	
	font-size:20px;
	color:Yellow;
	margin: 0px auto; /*This centers the menu*/
}
.MenuBackground
{
    background-color:Navy; /*This is the colour of the menu bar*/         
}
.MenuItems
{
	background-color:Navy; /*This is the Menu button Background colour*/
	color:Yellow;/*This is the Menu Text Colour*/
	font-size:14px;
	font:Arial;
	/*width:360px;*/
	font-weight: bold;
}
.MenuItemsHover
{
	background-image:url(images/vistabuttonaqua.jpg);/*This is the image shown on the button when it is selected*/
	background-color:Blue;/*This is the Menu button Background colour when the button is selected/hovered over with the mouse*/
	color:Yellow;/*This is the Menu Text Colour when the button is selected/hovered over with the mouse*/       
    font-weight: bold;                     
}
.MenuItemLeaves
{
	background-color:Navy;
	color:Yellow;
	font-weight: bold;
}
.MenuItemLeavesHover
{
	background-color:Orange;
	color:White;
	font-size:14px;
	font:Arial;
	font-weight: bold;
}
body {
	background-color:White;/*main background colour of the web page#404040*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.ContentPageText
{
	color:Black;
	font:Arial;
	font-size:14px;
	font-weight: bold;	
}