/* TWO COLUMN LAYOUT */
* {
	margin:0;
	padding:0;
  }
#container{
	width:994px;
	margin-left:auto;
	margin-right:auto;
	border-left:#ccc 3px solid;
	border-right:#ccc 3px solid;
	background-color:#fff; 
	}
#contentArea {
	clear:both;
	}
#contentInner{
	width: 520px;
	margin:0px 5px 0px 220px;
	}
#contentInnerWithoutLeftNav{ 
	width:720px;
	margin-left:20px;
    }
/* ---------- for index page. #contentRight and #contentLeft are both 50% ---------- */
#contentRight{
	background:#fff url(../graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	width:358px; /*adjusted for 10px padding around*/
	float:right;
	margin:10px 10px 0px 10px;
	}
#contentLeft{
	background:#fff url(../graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	width:358px; /*adjusted for 10px padding around*/
	margin:10px 10px 0px 10px;
	}
/*----------------------------------------------------------------------------------- */
#footer {
	clear:both;
	width:1000px;
	margin: 0 auto;
	padding-top:20px;
	text-align:center;
	background:url(../graphics/images_pres/bg_footer.gif) top left no-repeat;
	}	
#homeHeader{
	height:83px;
	margin-top:18px;
	background-color: #fff;
	background-image: url(../../../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
html { height: 101%}
#leftNavArea{
	width:200px;
	background:#fff url(../graphics/images_pres/bg_orangeGradient.gif) top left repeat-x;
	float:left;
	}
#mainContent{
	width: 760px;
	text-align:left;
	}
#menuBar{
	background:#2482be url(../graphics/images_pres/bg_menuBar.gif) repeat-x;
	height:35px;
	border-bottom:#2563ac 1px solid;
	}
#rightColumn{
	width: 230px;
	float: right;
	text-align:left;
	}
.wrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
