/* CSS Document */
body {
  background: #ffffff;	
  color:#000000;
  }
  
#pageWrapper {
	/*text-align:center;*/
}

#centerPage 
{
     /*width:755px;*/
    width:755px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
	margin-left:auto;
	margin-right:auto;
}

#contentPanel {
	width:755px;
	margin:20px 0px 0px 0px;
}

#footer {
	/*text-align:center; JW */
	font-size:0.9em;
}


/* ROUNDED CORNERS */
.topLeft {
	background-image:url(../images/tl.gif);
	background-repeat:no-repeat;
	width:13px;
	height:15px;
	}
.topMid {
	background-image:url(../images/tm.gif);
	background-repeat:repeat-x;
	height:15px;	
}
.topRight {
	background-image:url(../images/tr.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	}	
.midLeft {
	background-image:url(../images/ml.gif);
	background-repeat:repeat-y;
	width:13px;
}
.main {
	background-color:#FEFDE9;
}
.midRight {
	background-image:url(../images/mr.gif);
	background-repeat:repeat-y;
	width:15px;
}	
	
	
.bottomLeft {
	background-image:url(../images/bl.gif);
	background-repeat:no-repeat;
	width:13px;
	height:15px;
	}
.bottomMid {
	background-image:url(../images/bm.gif);
	background-repeat:repeat-x;
	height:15px;	
}
.bottomRight {
	background-image:url(../images/br.gif);
	background-repeat:no-repeat;
	width:15px;
	height:15px;
	}		
	
/* END ROUNDED CORNERS */
	
.clearBoth {
	clear:both;
}