/*This is the formatting for the body of the Equinoxtraining Homepage*/
div.bodyformat
	{
		width:690px;
		height:130px;
		/*border: solid #006600 thin;*/
		position: relative;
		margin-bottom:20px;
	}
img#hmpgefr
	{/*This sets the stype and positioning for the EFR image link on the Home Page*/
		border: thin solid #006600;
		float: left;
		margin: 0px 0px 0px 50px;
		height: 125px;
		width: 125px;
		/*position:relative; left:50px;*/
		/*display: inline;*/
	}
p#hmpgbigtext
	{/*This sets the general style and position for the centred text on the Home Page*/
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 19px;
		text-align: center;
		width:280px;
		height:128px;
		/*border: #006600 thin solid;*/
		position:absolute; left:200px;
		overflow:auto;
		/*display: inline;*/
		/*position: relative; /*left:180px; top:-130px;*/
		margin-top:0px;
	}
p#hmpgbigtext span
	{/*This sets the style for the emphasized central text on the Home Page*/
		font-size: 32px;
		font-weight: bold;
		color: #006600;
		background-color:inherit;
	}
img#hmpgmap
	{/*To position and format the UK Map Image on the Home Page*/
		border: #006600 none thin;
		position: absolute; top: 0px; right: 53px;
		height:126px;
		width: 100px;
	}
p#contact
	{/*To format and position the "Contact Us" text for the UK Map*/
		position: absolute; top: 50px; right:90px;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size:14pt;
	}
p#contact a:link {
	color:black;
	background-color:inherit;
}
p#contact a:visited
	{/*To set the text colour for the visited link on the UK Map*/
		color:black;
		background-color:inherit;
	}
p#contact a:hover
	{/*To set the Hover style for the UK "Contact Us" link*/
		background-color:silver;
		margin:0px;
		text-decoration:none;
		color:black;
	}
/*This section covers the styling of the data table element of the page*/
table
	{
		text-align:center;
		border-left: 100px #CCFF99 solid;
		border-right:105px #CCFF99 solid;
		margin-bottom:20px;
	}
caption
	{
		background-color: #CCFF99;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		color:#006600;
		width:inherit;
		font-size: larger;
		font-weight: bold;
	}
thead
	{
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		color:black;
		background-color:#CCFF99;
		text-align:center;
	}
th
	{
		text-align:center;
	}
th span
	{
		font-size: small;
	}
table tbody td
	{
		border-left:2px #006600 solid;
		padding:5px 10px;
	}
tr.toprow td
	{
		border-top:2px #006600 solid;
	}
tr.bottomrow td
	{
		border-bottom:2px #006600 solid;
	}
.col1
	{
		width:80px;
	}
.col2
	{
		text-align:left;
		width:300px;
	}
.endcol
	{
		border-right:2px #006600 solid;
	}
