	      
	* {
      padding: 0;
      margin: 0;
    }
	
    html, body {
      height: 100%;
      font-family: arial, helvetica, sans-serif;
	  font-size:12px;
	  background-image: url('../images/bg.gif'); 
	  background-repeat: repeat-x;
    }
	
	#PageBody{
		width: 780px;
		margin-left: auto;
  		margin-right: auto;
		height: 100%;		
	}
	
	
	#Banner{
		width: 755px;
		height: 93px;
		background-image: url('../images/NewBanner.jpg'); 
		vertical-align:top;
	}
	
	#Banner #addressblock{
		font-size:14px;
		font-weight: bold;
		float:right;
		padding: 10px;
	}
	
	
	#LeftShadow{
		width: 10px;
		background-image: url('../images/fLeftShadowBG.gif'); 
	  	background-repeat: repeat-y;
		vertical-align:top;
		height:100%;
	}
	
	#RightShadow{
		width: 10px;
		background-image: url('../images/fRightShadowBG.gif'); 
	  	background-repeat: repeat-y;
		vertical-align:top;
		height:100%;
	}
	
	#MiddleRow{
		background-image:url(../images/secondaryPageBG.gif);
	}
	
	#Middle{
		width: 755px;
		background-color:#f5ecd4;
		height:100%;
		vertical-align:top;
	}
	
	#TopNavigation{
		background-color:#FFFFFF;
		width:100%;
		border-top: solid #38314d; border-width: 1px;
		border-bottom: solid #38314d; border-width: 1px;
		margin:0;
		height:35px;	
				
	}
	
	#LeftColumnHeader{
		background-color:#38314d;
		color:#ffffff;
		font-weight:bold;
		font-size: 12px;
		width:203px;
		min-height:17px;
		float:left;
		padding:5px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	#ContentHeader{
		background-color:#38314d;
		color:#ffffff;
		font-weight:bold;
		font-size: 12px;
		min-height:17px;
		padding:5px 10px 5px 5px;
		border-color: #ffffff;
		border-style: solid;
		border-width: 0 0 1px 0;
		text-align:right;
	}
	
	#LeftColumn{		
		width:214px;
		float:left;
		min-height: 200px;	
		border-right: 1px solid #ffffff;
		padding-bottom:25px;		
	}
		
	#Content{
		float:left;
		width:540px;
	}
		
	#footer{
		color: #ffffff;
		text-align:center;
		background-color: #38314d;
		padding-top: 5px;
		height:20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	