/* CSS Document */
body {
	margin:0px;
	padding:0px;
}
/* overarching container surrounding utility and topnav used to get children centered on the page */
#container {
	TEXT-ALIGN: center;
}
/* Hides from IE-mac \*/
.clearfix {
	height: 1%;
	text-align: right;
}
/* End hide from IE-mac */

/* logo, login, search, home myprefs sitemap */
#utilitycontainer
{
	/* min-height:71px; 
	margin: 0px auto;*/
	padding: 3px 3px 3px 3px;
}
#logo
{
	float:left;
}
/* topnav */
#navcontainer
{
	margin: 2px;
	padding: 2px;
	clear:both;
}
#bodycontent
{
	margin: 0px auto;
	position:absolute;
	width:100%;
}

#pagecontent {
	position:relative;
	z-index:3;
	width:auto;
	margin: 0 15% 0 20%;
	max-width:700px;
}

#leftnavcontainer {
	position:absolute;
	width:15%;
	z-index:2;
	left:0px;
	top:0px;
}
#rightnavcontainer {
	position:absolute;
	width: 15%;
	z-index:1;
	right:0px;
	top:0px;
}
.imgright {
	float: right;
}
.cfdebug{
   position:absolute;
   margin-top:1500px;
   margin-left:0px;
   max-width:800px;
}
 
