@import "header.css";
@import "content.css";
@import "footer.css";

/* CSS Document */

body  {
	font-family: "Times New Roman", Times, serif;
	width: 1000px;
	height: 1000px;
	float: center;
  }
  
table tr td  {
	font-family: "Times New Roman", Times, serif;
  }
  
 #top { color:#002B73; }

 /* ----------------------------------------------- */ 

a:link {
  color:#002B73;
  text-decoration:none;
  }
a:visited {
  color:#002B73;
  text-decoration:none;
  }
a:hover {
  color:#002B73;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
  
 /* ----------------------------------------------- */ 
 
#page-header1 {
	position: absolute;
	top: 0px;
	float: left;
	background: White;
	padding: 0px;
	font-size: 40px;
	width: 980px;
	height: 56px;
	padding-top: 7px;
	letter-spacing: 8px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	border: 0px solid green;
	color: #002B73;
}

#page-header2 {
	position: absolute;
	top: 58px;
	float: left;
	background: #2CD380;
	border: 2px solid #F1F1F1;
	font-size: 20px;
	color: White;
	width: 980px;
	height: 30px;
	padding-top: 7px;
	letter-spacing: 5px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

#page-footer1 {
	position: absolute;
	float: left;
	height: 30px;
	padding-top: 7px;
	letter-spacing: 2px;
	background: #2CD380;
	border: 2px solid #F1F1F1;
	font-size: 14px;
	color: White;
	width: 980px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
}

 /* ----------------------------------------------- */ 
  
 #page-layout {
 	position: absolute;
	top: 100px;
 	background: white;
	margin: 10px 0px 0px 0px;
	float:left;
	width: 980px;
	border: 0px solid blue;
}
  
#page-left {
float:left;
  width:210px;
  margin-top:px;
  color: #002B73;
  }

#page-centre {
	float: right;
	width: 726px;
	border: 1px solid #F1F1F1;
	padding: 5px 10px 10px 10px;
	margin-left: 10px;
}

 /* ----------------------------------------------- */ 

#footer-layout {
  clear:both;
  width:100%;
  font-size:85%;
  line-height:1.2em;
  }
  
  
#footer-left {
float:left;
width:160px;
}

#footer-centre {
float: right;
width: 780px;
margin-left: 10px;
}


  