	/* styles applied to main HTML elements */

#container 
	{
	text-align:center;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	width: 94%;
	margin: 0 auto;
	height: 100%;
	background-color: #fff;
	}

/*
JCR: had to add this id since #container was being
     used 2x on the same form, since I don't know why
     it was added, I can't comfortably remove the div
     I'm also removing the border since it is causing
     display problems
*/
#subcontainer 
	{
	text-align:center;
	height: 100%;
	background-color: #fff;
	}
		
#contentleft 
	{
	width:30%;
	float:left;	
	margin: 0;
	background-color: #fff;
	background-color: #eaeef3;
	padding-bottom: 150px;
	background-image:url(../images/bkgd_navshader.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 100%;
	}
	
#contentcenter 
	{
	width:64%;
	padding: 18px 3% 20px 10px;
	float:left;
	text-align: left;
	background-color: #fff;
	height: 100%; 
	}

#contentcenter form 
	{
	height: 100%;
	}
