BODY
{
    BACKGROUND-COLOR: #25587E;  /*Default background colour*/
    FONT-FAMILY: Tahoma, Verdana, Geneva, Arial; /*Default font followed by alternates*/
    COLOR: #000000; /*Default color of font is black*/
    FONT-SIZE: 13px;
    text-align: center /*Centres text and elements on page. Use container div to left-align text within elements.*/
}

P
{
	/*Base paragragh style - see classes for refinement of these.  Note 4px space above and below each paragragh*/
    FONT-FAMILY: Tahoma, Verdana, Geneva, Arial;
	COLOR: #000000;
    FONT-SIZE: 13px;
    MARGIN-BOTTOM: 4px;
    MARGIN-TOP: 4px
}

TABLE.MENU
{
    /*For drop-down menu. A.Menuitem is at bottom of page, TD.menu is in TD section, DIV is just following this class*/
    FONT-size: 10pt;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}

div.menuNORMAL
{
	display: none;
	position: static;
}

div.menuHover
{
	border: 1px lightblue;
	BACKGROUND-COLOR: #00A5FF;
	display: inline;
	position: absolute;
	margin-top: -6px;
}

div#container
{
    /* Wrapping div element to centre the page */
    margin-left: auto;
    margin-right: auto;
    width: 752px;
    text-align: left
}

TABLE.Top
{
	/*Table style for top bar of page - solid black border on left, top and right*/
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    background-color: white;
}

TABLE.Middle
{
	/*Table style for middle/expandable section of page - solid black border on left and right only*/
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}

TABLE.Bottom
{
	/*Table style for bottom bar of page - solid black border on left, bottom and right*/
    BORDER-BOTTOM: #000000 1px solid;
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px
}

TABLE.Center
{
	/*Table style for embedded text blocks - no visible borders*/
    BORDER-BOTTOM: #000000 1px;
    BORDER-LEFT: #000000 1px;
    BORDER-RIGHT: #000000 1px;
    BORDER-TOP: #000000 1px
}

TABLE.Content
{
	/*Table style for expandable content section*/
    BORDER-LEFT: #000000 1px solid;
    BORDER-RIGHT: #000000 1px solid;
	BACKGROUND-COLOR:#D6ECF9
}

TABLE.Embedded
{
	/*Table style for embedded content tables on pages - solid black border on all sides*/
    BORDER-BOTTOM: #000000 2px solid;
    BORDER-LEFT: #000000 2px solid;
    BORDER-RIGHT: #000000 2px solid;
    BORDER-TOP: #000000 2px solid
}

TABLE.TOC
{
	/*Table style for page table of contents eg. Sports page*/
    MARGIN-LEFT: 48px;
    BORDER: #000000 1px solid;
	BACKGROUND-COLOR:#D6ECF9
}

TD.Color1
{
	/*White background for embedded table elements with transparent background image*/
    BACKGROUND-COLOR: #ffffff; /* Old unsightly grey colour: #d7d6d4; */
    BACKGROUND-IMAGE: url(images/TextAreaLeft.gif);
    BACKGROUND-POSITION: center bottom;
    BACKGROUND-REPEAT: repeat-x
}

TD.Color2
{
	/*Blue background for embedded table elements*/
    BACKGROUND-COLOR: #D6ECF9
}

TH
{
	/*Header of a table with bold font - use for column headings for example*/
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px
}

TD.Head
{
	/*Phasing out: Use TH instead.*/
	/*Header of a table with bold font - use for column headings for example*/
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px
}

TD.Data
{
	/*Data of a table*/
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 13px;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px
}

TD.TOCHead
{
	/*Header of a TOC table with bold font eg. Sports page*/
    COLOR: #000000;
    FONT-FAMILY: Tahoma;
    FONT-SIZE: 15px;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 12px;
	PADDING-RIGHT: 12px;
	PADDING-TOP: 12px;
	PADDING-BOTTOM: 6px;
	text-decoration: underline
}

TD.menuNormal
{
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}

td.menuHover
{
	padding: 0px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	background-color: white;
}

.Indented12LR
{
	/*Text class - Left and right margins of 12px. Plain text. Default size.*/
	MARGIN-LEFT: 12px;
   	MARGIN-RIGHT: 12px;
	FONT-SIZE: 13px
}

.Indented12LR_s13_Bold_Under
{
	/*Text class - Left and right margins of 12px. Bold, underlined text. Default size.*/
    MARGIN-LEFT: 12px;
    MARGIN-RIGHT: 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	text-decoration:underline
}

.Indented12LR_s14_Bold_Under
{
	/*Text class - Left and right margins of 12px. Bold, underlined text. Size 14.*/
    MARGIN-LEFT: 12px;
    MARGIN-RIGHT: 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	text-decoration:underline
}

.Indented12LR_s16_Bold
{
	/*Text class - Left and right margins of 12px. Bold text. Size 16.*/
    MARGIN-LEFT: 12px;
    MARGIN-RIGHT: 12px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px
}

.Indented24L
{
 	/*Text class - Left margin of 24px, Right margin of 12px. Plain text. Default size.*/
	MARGIN-LEFT: 24px;
    MARGIN-RIGHT: 12px;
	FONT-SIZE: 13px
}

.Indented36L
{
	/*Text class - Left margin of 36px, Right margin of 12px. Plain text. Default size.*/
	MARGIN-LEFT: 36px;
    MARGIN-RIGHT: 12px;
	FONT-SIZE: 13px
}

.size14
{
	/*Text class - 14px font.*/
	FONT-SIZE: 14px;
}

.Indented12L0R
{
	/*Text class - Left margin of 12px, right margin of 0px. Plain text. Default size.*/
	MARGIN-LEFT: 12px;
   	MARGIN-RIGHT: 0px;
	FONT-SIZE: 13px
}

a.menuitem:link
{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	background-color: lightblue;
	display: block;
}

a.menuitem:visited
{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	background-color: lightblue;
	display: block;
}

a.menuitem:hover
{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	background-color: white;
	display: block;
}

a.menuitem:active
{
	text-decoration: none;
	padding-left: 6px;
	color: black;
	background-color: lightblue;
	display: block;
}

#imageContainer {
	height: 207px;
	width: 513px;
	background-color: white;
	margin-top: 0px;
	margin-bottom: 0px;
   	margin-left: 0px;
   	margin-right: 0px;
}

#imageContainer img {
	display: none;
	position: absolute;
/*
top:32; left:420;
*/
}
