	
	body,html{
		width:  100%;
		height: 100%;
	}
	
	body{
	text-align: center;
	/*Centers Design In IE 5 */
	background: url(../images/body/wrapperbkg2.gif) ;
	background-repeat: repeat-y;
	background-position: center top;
	/*behavior: url(../csshover3.htc);*/
}
	
   #BodyBackground{
      width: 100%;
      height: 100%;                
      margin: 0 auto;
   }
	
	#wrapper{
		text-align: left;/*Reset the Center to left */
		width: 979px;
		height: 100%;
		margin: 0 auto;
		padding-bottom: .5px;
		padding-left: 1px;
		/*border: 1px solid yellow;*/
	}
	
	#header{	
		height: 80px;
		position: relative; /*Allow for positioning Absolute inside the header div*/
		z-index: 2;
		/*border: 1px solid green; */
	}
		#header #gdtlogo{
			position: absolute;
			top: 7px;
			left: 14px;
			/*	border: 1px solid orange; */
		}
		

	#MainContentWrapper{
		font-family: Arial, Helvetica, sans-serif;
		position: relative;
		width: 979px;
		height: 490px;
		/*background-image: url(../images/body/main_img_2.jpg);*/
		background-repeat: no-repeat;
		z-index: 1;
		/*border: 2px solid red; */
	}
		
				
	#footer{
/* 		background-color: #C21230; */
/*		background-color: #a20000; */
		background-color: #ffffff;
		height: 115px;
 		border-top: 2px solid #fff; 
/* 		border-top: 2px solid #000000;  */
/*		border-bottom: 1px solid #000000;  */
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 10px;
		/*border:1px solid green; */
	}
	
	#footer a{
		color:black;
	}
	
	#footer #footerdiv{
		position:relative;
		top:30px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 10px;
		/*border:1px solid blue;*/

	}
	
	#footer #footerdiv #footertop{
		width:470px;
		border-bottom:1px solid black; 
		padding-bottom:2px;
		margin-bottom:2px;
		margin-left:auto;
		margin-right:auto;
/*		border:1px solid yellow;*/
	}
	
	#footer #footerdiv #footerbottom{
		
	}
	
	
	
	
	
	#newfooter{
/* 		background-color: #C21230; */
/*		background-color: #a20000; */
		background-color: #ffffff;
		height: 250px;
 		border-top: 2px solid #fff; 
/* 		border-top: 2px solid #000000;  */
/*		border-bottom: 1px solid #000000;  */
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 10px;
		/*border:1px solid green; */
	}
	
	#newfooter a{
		color:black;
	}
	
	#newfooter #newfooterdiv{
		position:relative;
		top:137px;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;	
		font-size: 10px;
		/*border:1px solid blue;*/
	}
	
	
	#newfooter #newfooterdiv #newfootertop{
		display: inline-block;
		width:943px; 
		height:27px;
		background-image: url(../images/secondarynav/2hdr_spacer2.jpg);
		border: 1px solid #ccc;
		padding-bottom:2px;
		margin-bottom:2px;
		margin-left:auto;
		margin-right:auto;
		/*border:1px solid orange;*/
	}
	
	#newfooter #newfooterdiv #newfooterbottom {
		border-top:1px solid black; 
		margin-top: 50px;
		width:470px;
		margin-left:auto;
		margin-right:auto;
		

}	
