/* CSS Document */

body {
	margin: 0px;
	background-position: top center;
	background-color: #FFE882;
	background-image: url(images/inner_mainbg.gif);
	background-repeat: repeat;
}
.pos1{
	margin-top: 80px;
}
.welcomebg {
	background-image:url(images/homenew_welcome.jpg);
	width:256px;
	height: 438px;
	background-repeat:no-repeat;
}
.content_text {
	color: #000000;
	font-family: "Tahoma", Times New Roman, Times, serif;
	font-size: 11px;
}
.footebg {
	width: 762px;
	height: 26px;
	background-repeat:no-repeat;
}
.footer_text {
	color: #303941;
	font-size:10px;
	font-family: "Tahoma", Times New Roman, Times, serif;
}	
a.footer_link {
	color: #303941;
	text-decoration: underline;
}
a.footer_link:hover {
	color: #1D8AB9; 
	text-decoration: none;
}
