/*************************************************************************************
Header
*************************************************************************************/
.pics {
	position: absolute;
	top: 20px;
	left: 50%;
	width: 752px;
	margin: 0px auto 0px -376px;
	height: 110px;
	background: #ffffff;
	clear: all;
	border-top: 5px solid #009cce;
	border-bottom: 5px solid #b5b5b5;
}
.pics a, img {
	text-decoration: none;
	border: 0;
}

.menubar {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 752px;
	margin: 0px auto 0px -376px;
	height: auto;
	border: none;
	z-index: 3;
}



.contactNo {
	position: absolute;
	top: 142px;
	left: 830px;
	height: auto;
	text-align: left;
	border: none;
	z-index: 1;
	clear: all;
}
.contactNo img{
	position: relative;
	height: 16px;
	width: 16px;
	margin: 0px 5px 0px 0px;
}
.contactNo p{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #99cc00;
	margin: 0;
	padding: 0;
}
.contactNo a{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #99cc00;
	margin: 0;
	padding: 0;
}
.contactNo a:hover {
	font-weight: bold;
}
/*************************************************************************************
Footer
*************************************************************************************/
.footer {
	position: relative;
	float: top;
	left: 50%;
	width: 752px;
	margin: 0px auto 5px -376px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #006699;
	clear: both;
	
}

.footer p {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color:#999999;
	word-spacing: 5px;
	margin: 0;
}

.footer a {
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	word-spacing: 0px;
	text-decoration: none; 
}

.footer a:link {color:#CCCCFF;}
.footer a:visited {color:#CCCCFF;}
.footer a:active {color: #CCCCFF;}
.footer a:hover {color: #FEFFFF;}



/*************************************************************************************
Copyright statement
*************************************************************************************/
.copyright{
	position: relative;
	float: top;
	left: 50%;
	width: 752px;
	margin: 5px auto 25px -376px;
	height: 10px;
	clear: all;
}

.copyright p {
	color:#333333;
	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
	font-size: 7pt;
	margin-top: 0px;
	text-align: center;
}
