#welcome{
	font-weight: 700;
	font-size: .95em;
	}
	
p.resNote{ 
	font-size: .6em;
	line-height: .3em;
	}
	
.RightImg{
	float: right;
	border: none;
	height: 220px; 
	width: 150px; 
	border: 0; 
	} 
	
.CentreImg{
	display: block;
	text-align: center;
	margin: 0 auto;
	}
	
.logoImg{
	height: 80px; 
	width: 95px;
	border: none;
	}
	
.logo{
	float: left;
	display: block;
	text-align: center;
	padding: 50px 0 0 0;
	border: none;
	height: 200px; 
	width: 410px; 
	font-size: .85em;
	}
		
.newsBlock{
	float: left;
	border: none;
	height: 160px;
	width: 190px;
	Padding: 0 15px;
	}
	
.newsBlock a:link{
	text-decoration: none;
	font-size: .8em;
	color: black;
	}
	
.newsBlock h5 a:link{ 
	color: teal;
	font-size: 1em;
	}

.newsBlock a:visited{
	text-decoration: none;
	font-size: .8em;
	color: black;
	}

.newsBlock h5 a:visited{ 
	color: teal;
	font-size: 1em;
	}
	
.newsBlock a:hover{
  	text-decoration:  underline;
  	font-size: .8em;
  	color: black;
  	}
  
.newsBlock h5 a:hover{
	text-decoration: underline;
	font-size: 1em;
	color: teal;
	}
  
.newsBlock a:active{
  	text-decoration:  underline;
  	font-size: .8em;
  	color: black;
  	}

.newsBlock h5 a:active{
	text-decoration: underline;
	font-size: 1em;
	color: teal;
	}

  	
#imgContent{
	display: block;
	text-align: center;
	width: 94%; 
	border: none;
	clear: both;
	}

#layer1{
	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666; 
	padding: 5px;
   	width : 150px; 
   	top : 130px; 
   	left : 150px;
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}

#layer2{
   	background-color : #FFCC66; 
   	border-width : 1px; 
   	border-style : solid; 
   	border-color : #006666;
	padding: 5px;
   	width : 200px; 
   	top : 180px; 
   	left : 150px;
   	line-height: 2em;  
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
	}

#layer3{
   	background-color : #FFCC66; 
  	border-width : 1px; 
  	border-style : solid; 
   	border-color : #006666;
	padding: 5px; 
   	width : 200px; 
   	top : 275px; 
   	left : 150px;
   	line-height: 2em; 
   	position : absolute; 
   	z-index : 90; 
   	visibility : hidden; 
   	}