﻿body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0;
	height: 70%; /*Set container height for reference*/;
	background-color: #FCFCE5;
}
table, td {
	table-layout: fixed;
	margin-right: 25%;
	margin-left: 25%;
	width: 50%;
	color: #006600;
	background-color: #FCFCE5;
	padding: 1px;
	text-align: center;
	border: 1px solid #000000;
	border-collapse: collapse;
}
table.noborder {
	/*IN HTML USE table class=”noborder”> </table*/
	color: #FFFFFF;
	background-color: #FCFCE5;
	padding: 20px;
	font-size: 14px;
	text-align: left;
	font-family: Arial;
	border: 0px;
}
h1 {
	font-family: "Times New Roman";
	font-size: 50px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: white;
	background-color: #FCFCE5;
	text-transform: capitalize;
	line-height: 1;
	margin: 0px;
}
h2 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: white;
	background-color: #FCFCE5;
	text-transform: capitalize;
	line-height: 1.5;
	margin: 0px;
}
h3 {
	font-family: "Times New Roman";
	font-size: 25px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: white;
	background-color: #FCFCE5;
	text-transform: capitalize;
	line-height: 1.5;
	margin: 0px;
}
h4 {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: white;
	background-color: #FCFCE5;
	line-height: 1.5;
	margin: 0px;
}
h5 {
	font-family: "Times New Roman";
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	color: white;
	background-color: #FCFCE5;
	line-height: 1.5;
	margin: 0px;
}
h6 {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	font-style: normal;
	color: white;
	background-color: #FCFCE5;
	line-height: 1;
	margin: 0px;
}
p, ul, ol, li {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	font-style: normal;
	color: black;
	background-color: #FCFCE5; /*text-transform:capitalize;*/;
	line-height: 1.5;
	margin: 0px;
}
#white_purple {
	font-weight: bold;
	text-align: left;
	font-style: normal;
	color: white;
	background-color: #FCFCE5;   /*variation for colour/aligment at same size and style*/
}
#white_purple_single {
	font-weight: bold;
	text-align: left;
	font-style: normal;
	line-height: 100%;
	color: white;
	background-color: #FCFCE5;   /*variation for colour/aligment at same size and style*/
}
#black_pale {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: center;
	font-style: normal;
	color: black;
	background-color: #FCFCE5; 
}
#blue_pale_left {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: left;
	font-style: normal;
	color: blue;
	background-color: #FCFCE5;  
}
#black_pale_justified {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: center;
	font-style: normal;
	text-align: justify;
	text-justify: inter-word;
	color: black;
	background-color: #FCFCE5; 
}
#blue_pale_justified {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: center;
	font-style: normal;
	text-align: justify;
	text-justify: inter-word;
	color: blue;
	background-color: #FCFCE5;  
}
#black_pale_single_justified {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: center;
	font-style: normal;
	line-height: 100%;
	text-align: justify;
	text-justify: inter-word;
	color: black;
	background-color: #FCFCE5;
}
#black_pale_single {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: center;
	font-style: normal;
	line-height: 100%;
	color: black;
	background-color: #FCFCE5; 
}
#black_pale_single_left {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: left;
	font-style: normal;
	line-height: 100%;
	color: black;
	background-color: #FCFCE5;  
}
#red_pale {
	font-weight: bold; /*variation for colour/aligment at same size and style*/;
	text-align: left;
	color: red;
	background-color: #FCFCE5; 
}
#leftcolumn {
	position : absolute;
	left : 0%;
	top : 123px;
	width : 12%;
	padding-left : 15px;
	margin: 0 0 0 0;
	color : #CEE3F6; /*pale blue.*/;
	z-index : 3;
	height: 88%;
	background-color: #FCFCE5;
}
