/* Positioning Structure  
------------------------------------------------------------------*/ 
#Container{ 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding:0px 5px ;
	text-align:center;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #FFFFFF;	
} 
/* Positioning Sub-Structure  */ 
#Content{ 
	width:960px;
	background-color : #ffffff;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border-left : solid 1px #ededed;
	border-right : solid 1px #ededed;
} 

#Header{ 
        clear: both; 
        background-color : #ffffff; 
} 

#BodyContent{ 
       clear: both; 
       position: relative;
	left:0px;
	top:0px;
       background-color : #ffffff; 
       vertical-align : top; 
	margin:0px;
	padding:0px;
	min-height:625px;
	height:auto !important;
	height:625px;
	width:100%;
} 

#Footer{ 
       position: relative;
       clear: both; 
	text-align:center;
	width:auto;
} 
/* Positioning Sub-Structure  
------------------------------------------------------------------*/ 

#BodyNavigator{
	position:relative;
	left:0px;
	top:0px;
	float:left;
	background-color : #ffffff;
	width:200px;
	z-index:200;
}
#BodyEast{
	position:relative;
	float:left;
	right:0px;
	top:0px;
	background-color : #ffffff;
	margin:0px;
	width:100%;
	z-index:100;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#NavigatorTop{
	position: relative;
	clear: both;
	background-color : #ffffff;
	border : 0px ;
	width:100%;
	margin:5px 0px 5px 0px;
}
#Copyright{
       position: relative;
       clear: both; 
	border-top : 1px solid #ededed;
	border-bottom : 1px solid #ededed;
	width:100%
	margin:0 0 0 0;
	padding:6px 0px;
}
#MenuHolder{
	margin:0 0 0 5px;
}


