BODY /* The body controls the main page attributes such as the background image etc */
	{
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg_main.gif);
	color: #333333;
	font-family: Arial,Verdana,Helvetica;
	font-size: 8pt;
	}

	a:link {  color: #333333;text-decoration: none }
	a:visited { color: #333333;text-decoration: none }
	a:hover { color: #333333;text-decoration: underline }

	a.navig8:link {  color: #333333;text-decoration: none }
	a.navig8:visited { color: #333333;text-decoration: none }
	a.navig8:hover { color: #990000;text-decoration: none }

	a.navig7:link {  color: #666666;text-decoration: none }
	a.navig7:visited { color: #666666;text-decoration: none }
	a.navig7:hover { color: #990000;text-decoration: none }

	a.navig6:link {  color: #333333;text-decoration: underline }
	a.navig6:visited { color: #333333;text-decoration: underline }
	a.navig6:hover { color: #990000;text-decoration: none }

TABLE.maintable /* Main table, the template holding the structure together */
	{
	width: 744px; 
	}

TABLE.mainlinks /* tabular links down left of page */
	{
	width: 52px;
	border: 0px;
	background-image:url(images/bg_tabs_button.gif); 
	}

TABLE.bullets /* tabular links down left of page */
	{
	font-size: 8pt;
	line-height: 10pt;
	}

TD.outermainlinkscell /* table cell surrounding mainlinks */
	{
	width: 52px; 
	}

TD.mainlinks_selected /* background image for selected tabular mainlink */
	{
	width: 52px;
	background-image:url(images/bg_tabs_buttons_selected.gif); 
	}

TD.temp_right /* background image down right of page */
	{
	background-image:url(images/bg_temp_right.gif); 
	}

TD.more_bar /* background image in the table cell containing the more image link */
	{
	background-image:url(images/bg_more_bar.gif); 
	}

TD.more_boxes /* background gradient image in the table cell above the more image link cell  */
	{
	background-image:url(images/bg_more_boxes.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.formfield /* formfield style  */
	{ 
	border-style: solid;
	border-width: 1px; 
	border-color: #C2C2C2;
	background-color: #FBFBFB;
	background-position: center center; 
	font-family: Arial,Verdana; 
	font-size: 9pt;
	/* font-weight: bold; */
	color: #333333;
	padding: 2px;
	}
	
.formfieldbutton/* formfield button style  */
	  { 
	  color: #333333; 
	  font-weight: bold; 
	  font-size: 9pt; 
	  font-family: Arial,Verdana; 
	  background: #ffffff center; 
	  padding: 2px; 
	  border-color: #C2C2C2;
	  background-color: #FBFBFB;
	  border-width: 1px; 
	  cursor: pointer;  
	  }

.scrollbox/* scroll box style  */
	{
	width: 190px;
	height: 212px;
	overflow: auto;
	}
	
.mainlink_text /* this effects the sublinks in each section  */
	{
	font-size: 9pt;
	}
	
.content_text /* general content */
	{
	line-height: 10pt;
	}
	
.content_text2 /* style applied to the copyright message and links at base of page */
	{
	line-height: 12pt;
	}
	
.large_heading /* large heading style  */
	{
	font-size: 15pt;
	}

.small_heading /* small heading style  */
	{
	font-size: 10pt;
	}.red_read {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #990000;
}

/*
//*******
//
//	logo styles
//
//*******
*/

#eskills_frontpage_logo
{
	width: 230px;
	height: 31px;
	border: 0px;
	margin: 30px auto 0px auto;
	padding: 0px;
}

#enterprising_britain_frontpage_logo
{
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#derek_bastiman_frontpage_logo
{
	margin: 20px auto 0px auto;
	padding: 0px;
}