/* Author: TemplateWorld.com */

/* Header Ad CSS */

#headerBt {
	cursor:pointer;
	width:78px;
}
#headerContent {
	background-color:#eeeeee;
	background:#FDFDFD url(images/footer/page-bg.gif) repeat-x 0 100%;
	left:0;
	top:0px;
	width:100%;
	margin-left:0px;
	margin-top:0px;
	overflow:hidden;
	padding-left:20px;
	padding-top:0px;
	position:fixed;
	z-index:99;
}
#headerContent .mastHead {  margin:0 auto; padding:12px 20px 0 0; height:100%; overflow:hidden;  }

#headerContent  a {text-decoration:underline; color:#000; outline:none; }
#headerContent  a:hover { text-decoration:none; }
#headerContent div{
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}


*html #headerContent {
position:absolute;top:expression((-0 +(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');

}



/* Footer Ad CSS */
#footerBt {
	cursor:pointer;
	width:78px;
}
#footerContent {
	background:#FDFDFD url(images/footer/footer_bg.gif) repeat-x 0 100%;
	left:0;
	width:100%;
	bottom:0;
	margin-left:0px;
	margin-bottom:0px;
	overflow:hidden;
	padding-left:20px;
	padding-bottom:0px;
	position:fixed;
	z-index:99;
}
*html #footerContent {
	position:absolute;top:expression((-0 - footerContent.offsetHeight+(document.documentElement.clientHeight ? document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop:document.body.scrollTop))+'px');

}

#footerContent  a {text-decoration:none; color:990000; outline:none; text-align:center; }
#footerContent  a:hover { text-decoration:underline; }
#footerContent div{	
	font-size:14px; 
}
#footerContent .mastHead {  margin:0 auto; padding:12px 20px 0 0; height:100%; overflow:hidden;  text-align:center;  }
#footerContent .mastHead p{  text-align:center; 	font-size: 14px; 	color: #283465; 	font-weight: bold;
 }
#footerContent .mastHead img { margin:-8px 6px 0 0; float:left; }
.footertext a {  font-size: 14px; font-weight: bolder;  }
