@charset "utf-8";
/* CSS Document */


div, h1, h2, h3, p, ul, ol, li, img {
	padding: 0px; border: 0px; list-style: none; margin:0px;
}

a:link
{
	color: #fff;
	text-decoration: none; 
}
a:visited
{
	color:  #ffffff;
	text-decoration: underline;
} 
a:active 
{
	color:  #ffffff;
	text-decoration: underline;
}
a:hover
{
	color: #18ad3f;
	text-decoration: none;	
}

body
{
	font-family: Arial;
	font-size  : 13px;
	color: #656565;
	margin:0px;
	background:#dfdfdf;
}

p{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-align:center;}
.title{font-family:Arial, Helvetica, sans-serif; font-size:22px; color:#18ad3f; text-align:center;}


/*---------------Header Styling---------------*/
/*-------------------------------------------*/
#headerpan		{margin:0 auto; float:none; width:100%; }
#headerpan #header{margin:0px auto; float:none; width:801px; height:602px; background:url(images/uc.png) no-repeat;}
#headerpan .data{margin:0 auto; float:left; width:500px; margin:400px 0px 0px 150px;}
/*---------------Header Styling---------------*/
/*-------------------------------------------*/