 body {
 	background-color : White;
 	width : 100 % ;
 }
  div#banner {
 	height : 70px;
 }
  #content {
 	background-color :  #C2E0C2;
 	float : left;
 }
  div#nmLeftPane {
 	float : left;
 	width : 150px;
 	padding-top : 20px;
 	text-align : center;
 }
  div#centerPane {
 	float : left;
 	background-color :  #fff;
 	width : 500px;
 	padding-left : 5px;
 }
  #divOverlay {
 	visibility : hidden;
 	position : absolute;
 	left : 0px;
 	top : 0px;
 	width : 100% ;
 	height : 100% ;
 	text-align : center;
 	z-index : 1000;
 	background-image : url("images/background-trans.png");
 }
  #divDialog {
 	width : 75% ;
 	margin : 100px auto;
 	background-color :  #ffffff;
 	border : 1px solid #000000;
 	padding : 15px;
 	text-align : center;
 }
 #divDialog  td{
 	text-align:left;	
 }
 #divDialog  td:first-child {
 	text-align:right;
	font-weight:bold;
 }
  #divClose a:link {
 	display : inline;
 	width : 20px;
 	height: 20px;
 	background-image : url("images/close.png");
 	background-repeat : no-repeat;
 	padding : 5px 10px 0px 5px;
 	margin : 0 0 0 0;
 }
  #divClose a:visited {
 	display : inline;
 	width: 20px;
 	height: 20px;
 	background-image: url("images/close.png");
 	background-repeat: no-repeat;
 	padding : 5px 10px 0px 5px;
 	margin : 0 0 0 0;
 }
  #divClose a:hover {
 	display : inline;
 	width : 20px;
 	height: 20px;
 	background-image : url("images/closehighlight.png");
 	background-repeat : no-repeat;
 	padding : 5px 10px 0px 5px;
 	margin : 0 0 0 0;
 }
  #divClose a:active {
 	display : inline;
 	width : 20px;
 	height: 20px;
 	background-image : url("images/closeinverse.png");
 	background-repeat : no-repeat;
 	padding : 5px 10px 0px 5px;
 	margin : 0 0 0 0;
 }
 