
html, body {border: 0; margin: 0; padding: 0; height: auto;}
body {	
	font: 11px arial, helvetica, sans-serif;
	color: #000000; /*Font color*/
/*	background:#2c6d9a; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

	
/************************* Global linking *************************/	

#Wrapper {
	width: 1003px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/****************************** Header Css ******************************/
#header{
	width: 1003px;
	height: 92px;
	background:url(../images/header.jpg) no-repeat;
	float:left;
}

/**ro**/
#nav-disclaimer, #nav-disclaimer-sel{
	float:right;
	margin:72px 28px 0 0;
}

#nav-disclaimer a, #nav-disclaimer-sel a{
	height:28px;
	float:right;
	display:block;
	text-indent: -9999px;	
}

#nav-disclaimer a:focus, #nav-disclaimer-sel a:focus{
	height:28px;
	overflow:hidden;
}

/***** nav - home*****/
#nav-disclaimer, #nav-disclaimer a{
	width: 153px;
	height:18px;
	background: url(../images/disclaimer_1.jpg) 0 0;
}

#nav-disclaimer a:hover, #nav-disclaimer a:active {
	width: 153px;
	height:18px;
	background: url(../images/disclaimer_1.jpg) 0 -18px;
}

#nav-disclaimer-sel{
	width: 153px;
	height:18px;
	background: url(../images/disclaimer_1.jpg) 0 0;
}


/****************************** bottom middle Css ******************************/
#container {
	width: 1003px;
	float:left;

}

	
/****************************** Clear float Css ******************************/	
#clear{
	clear:both;
}


