	      
	* {
      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: 900px;
		margin-left: auto;
  		margin-right: auto;
		height: 100%;		
	}
	
	a img{ border: none;}
	
	#Banner{
		width: 100%;
		height: 93px;		
		background-image: url('../images/Header_2011.jpg'); 
		vertical-align:top;
	}
	
	#bannerlogo{
		font-weight:bold;
		font-size: 26px;
		text-align: center;
		width: 455px;
		padding-left:5px;
	}
	
	#bannercenter{
		font-weight:bold;
		font-size: 22px;
		text-align: center;
		padding-top: 135px;
		width: 175px;
	}
		
	#Banner #addressblock{
		font-size:14px;
		font-weight: bold;		
		padding: 5px;
		margin-left: 70px;
	}
	
	#Banner #addressblock a{
		color:#000000;
		text-decoration:none;
	}
	
	#Banner #addressblock a:hover{
		color:#000099;
		text-decoration:underline;
	}
	
	#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/secondaryPageBG2.gif');
		background-repeat:repeat-y;*/
	}
	
	#Middle{
		width: 100%;
		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:360px;
		min-height:17px;
		float:left;
		padding:5px;
		border-right: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	#ContentHeader{
		background-color:#38314d;
		width: 500px;
		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: 360px;		
		background-color:#31454c;
		min-height: 265px;		
		border-right: 1px solid #ffffff;
		padding-bottom:25px;
		padding-top: 10px;
		vertical-align:top;	
	}
		
	#Content{
		/* float:left; */
		width:500px;
		background-color:#FFFFFF;
	}
		
	#footer{
		color: #ffffff;
		text-align:center;
		background-color: #38314d;
		padding-top: 5px;
		height:20px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
