html,body{
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	topmargin: 0;
	leftmargin: 0;
}


/* General Styles */
.skiplink{
	display:none;
}
.clear{
	clear:both;
}
label{
	cursor:pointer;
}
a{
	color:#898989;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#FFFFFF;
	color:#333333;
	font:65.5%/1 Verdana, Geneva, sans-serif;
}
.wrapper{
	margin:0 auto;
	width:100%;
}
/* header */
#header{
	width:100%;
	height:100%;
	overflow:hidden;
}


/*footer*/
#footer{
	width:100%;
	overflow:hidden;
	padding:30px 0 30px 0;
	text-align:center;
}
#footer ul{
}
#footer li{
	display:inline;
	font-size:1.1em;
	line-height:1.3em;
	color:#000;
	font-weight:bold;
	padding:0 10px 0 10px;
}
#footer li.first{
	background:none;
	padding:0;
}
#footer li a{
	color:#000;
}
#footer .copyrights{
	color:#000;
	padding:15px 0 0 0;
	line-height:1.1em;
}
#footer .copyrights a{
	color:#000;
}