body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	text-align:center;
	/*background-color:#D9D7C2;
	background-image:url(../images/bg-sub-pages.jpg);
	background-repeat:repeat-y;
	background-position:center;*/
	margin-bottom:0px;
	padding:0;

}
body html{
height: 100%; 
min-height:100%;

}
#main_content{
	/*background-color:#FFFFFF;*/
	width:899px;
	margin:auto;
	min-height:100%;
    position:relative;
	height:100%;
}
#global_nav{
	height:49px;

}
#header{
	
}

#location_trail{
	font-size:10px;
	height:23px;
	padding:6px 0 0 10px;
	background-color:#FFFFFF;
	/*background-image:url(../images/bg-fade-location-trail.gif);*/
	background-repeat:repeat-x;
	text-align:left;
}
#page_content{
 padding-bottom:15px;
 min-height:100%;
 height:100%;
 position:relative;z
}
#sub_nav{
	width:199px;
	float:left;

}
#action_zone{
	width:199px;
	float: right;
	min-height:100%;
	height:100%;
	position:relative;

}
#copy{
	text-align:left;
	width:501px;
	float:left;
	min-height:100%;
	height:100%;
	position:relative;

}
#footer{	
	width:100%;
	clear:both; /* this is needed to push the footer down.*/
	bottom:0px;
	background-color:#FFFFFF;
	font-size:10px;
	padding: 8px 0 8px 0;
	border-top:#c3bfae solid 1px;
    border-bottom:#c3bfae solid 1px;
	
}
#copyright{
	/*position:absolute;*/
	height:15px;
    width:100%;
	/*clear:both;*/ /* this is needed to push the footer down.*/
	bottom:0px;
	background-color:#FFFFFF;
	font-size:10px;
	border:#333333 solid 1px;
/*	padding: 8px 0 8px 0px;;
	margin:0px;

*/}
#flash{
	width:899px;
	height:194px;
	background-image:url(../images/loading-small.gif);
	background-repeat:no-repeat;
	background-position:center;}
