a:link /*standard link text attributes*/
	{
	color: #800000;
    font-size: 18px;
    font-style: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
a:visited /*visited link text attributes*/
	{
	color: #400000;
    font-size: 18px;
    font-style: italic;
	text-decoration: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
a:hover /*mouse-over link text attributes*/
	{
	color: #800000;
    font-size: 20px;
    font-style: oblique;
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
a:active /*active linke link text attributes*/
	{
	color: #808000;
    font-size: 20px;
    font-style: blink;
	text-decoration: none;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	}
.style1 /*text attributes*/
	{
	color: #800000;
	font-size: 14px
	}
.style2 /*text attributes*/
	{
	color: #FFFFFF;
	font-size: 20px
	}
p /*paragraph text attributes*/
	{
	font-size: 14px;
 	padding: 5px;
	}
h2 /*Heading text attributes*/	
	{
	 font-size: 16px;
 	color: #FFFFFF;
 	margin: 15px;
	text-align: left;

	}
h3 /*Heading text attributes*/
	{
	font-size: 14px;
	color: #1F3956;
	margin-bottom: 5px;
	text-align: center;
	}
h3 a /*Heading text attributes*/
	{
 	color: #FF8D1D;
	}
dl /*text attributes*/
	{
 	float:left;
 	margin-left:10px;
 	width:233px;
 	text-align:left;
	}
dt /*text attributes*/
	{
 	font-weight: bold;
 	margin-top:10px;
 	font-size: 17px;
	}
dd /*text attributes*/
	{
 	min-height: 30px;
 	height: 200px;
 	padding:3px;
 	font-size:14px;
	}

body  /*ENTIRE PAGE BACKGROUND COLOUR OF THE WEBSITE FOR THE FULL BROWSER VIEW*/
	{
  	background:#000000;
	}

body, td /*Body text attributes*/
 	{
  	font-size : 11px;
  	font-family : Tahoma, Geneva, Arial, Helvetica, sans-serif;
  	color: #000000;
  	margin:0;
	}

#express_body /*THIS DEFINES THE SIZE, POSITION & COLOUR OF THE WEBPAGE*/
	{ 
    width:1000px;  /*THIS DEFINES THE WIDTH OF THE WEBPAGE*/
	margin: 0 auto; /*THIS CENTRES THE WEBPAGE*/
	padding: 0;
  	height: 100%;  /*THIS DEFINES THE HEIGHT OF THE WEBPAGE*/
	margin-bottom: 0.01em;
  	background: #FFB32F; /*THIS DEFINES THE COLOUR OF THE WEBPAGE*/
	text-align: center;
	}

#express_header  /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE HEADER LOGO BANNER, child of express_Body*/
	{ 
  	position: relative;
  	top: 0px;
  	left: 0px;
  	width:1000px;
  	height:100px;
  	text-align:center;
  	font-weight: bold;
  	background: #000;
	}
#express_header_menu /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE HEADER BUTTON MENU, child of express_Body*/
	{
	position: relative;
	top: 0px;
	left: 0px;
	height:35px;
	width: 1000px;
	background: #000000;
	font: impact;
	font-size: 20px;
	}
#express_main_body /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE MAIN BODY SEGMENT, child of express_Body*/
	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 1250px;
	background: #FFB32F;	
	} 
#express_left_sidebar /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE LEFT SIDE MENU BAR, child of main_Body*/
	{
    position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 1250px;
	font-size: 16px;
    font-family:"Times New Roman",times,serif;
	font-style: normal;
	background: #FFB32F;
	color: #black;
	} 
#left_menu /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE LEFT MENU BAR, child of express_left_sidebar*/
	{
	position: absolute;
	left: 2px;
	top: 2px;
	width: 146px;
	height: 1146px;
    font-style: normal;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	background: #F3A703;
	}
#counter /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE LEFT MENU VIEWS COUNTER, child of express_left_sidebar*/
	{
	position: absolute;
	left: 5px;
	top: 1150px;
	width: 140px;
	height: 90px;
	background: #000000;
	color: #FFFFFF;
	}
#body_content /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE WEB PAGE CONTENT, child of main_Body*/
	{
    position: absolute;
	top: 0px;
	left: 150px;
	width: 850px;
	height: 1250px;
	background: #E9A003;	
	} 
#express_google /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE GOOGLE SEGMENT, child of express_Body*/
	{
	position: relative;
	top: 0px;
  	left: 0px;
  	width: 1000px;
  	height:50px;
  	background: #FFB32F;
	}
#express_footer /*THIS DEFINES THE SIZE, POSITION & COLOR OF THE FOOTER SEGMENT, child of express_Body*/
	{
	position: relative;
  	top: 0px;
  	left: 0px;
  	width: 1000px;
  	height:150px;
  	font-size:20px;
  	font-weight: bold;
  	background: #000000;
  	text-align:center;
	color: #FFFFFF;
	}





