#OuterColumnContainer
{
	background-color: white;
	border-style:solid;
	border-width: 0 302px 0 0; 
	border-color:white;
 	color: black;
	z-index: 1;
	position:relative;
	top:-50px;
}
#InnerColumnContainer
{
	border-style: solid;
	border-width: 0px 0px 0 0;
	margin: 0 -1px;
	position: relative;
	width: 100%;
	z-index: 2;
}
.Inside
{
/*	padding: 0 0.5em;*/
}
#InnerColumnContainer
{
	border-color: black;	
}
#LoginPane
{
	background-image: url(Images/Home_Page_Login.jpg);
	width:270px;
	height:132px;
	top:-33px;
	right:-7px;
	position:relative;
	float: right;
}
#LoginContent
{
	top:40px;
	left:10px;
	width:250px;
	height:85px;
	position:relative;
	overflow:hidden;
}
#RightBottomPane
{
	top:-25px;	
	position:relative;
}
#RightColumn, #ContentColumn
{
	float: left;
	overflow: visible;
	position: relative;
	z-index: 10;
}
#RightColumn
{
	float: right;
	margin: 0 -302px 0 0px;	
	width: 285px;
}
#RightColumn .Inside
{
	font-size: 90%;
	padding-left:15px;
}
#ContentColumn
{
	margin: 0 -1px;
	width: 100%;
	z-index:-1;
	top:-8px;
/*	padding-right:50px;*/
}
#RightColumn,#ContentColumn
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


TABLE P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

