/* Positioning Structure  
------------------------------------------------------------------*/ 
#Container{ 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding:0px 5px ;
	text-align:left;
	min-height:100%;
	height:auto !important;
	height:100%;
	background: #FFFFFF;	
} 
/* Positioning Sub-Structure  */ 
#Content{ 
	margin:0px auto; /* Right and left margin widths set to "auto" */
	width:1050px;
	background-color : #ffffff;
	text-align:left; /* Counteract to IE5/Win Hack */
} 
#colleft{ 
	width:200px;
	min-height:100%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	float:left;
} 
#colright{ 
	width:850px;
	min-width:600px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	float:left;
} 
#bodycolright{ 
	width:100px;
	min-width:100px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	float:left;
} 

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

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

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

#BodyNavigator{
	float:left;
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	z-index:200;
}
#BodyEast{
	position:relative;
	float:left;
	right:0px;
	top:0px;
	margin:0px;
	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{
	float:left;
	margin:0 0 0 5px;
}

#infocolumn{ 
       position: relative;
       vertical-align : top; 
	margin:0px;
	padding:0px;
	min-width:200px;
	width:230px;
	border : 1px solid #ededed;
	float:right;
	text-align:left;
} 
