

#cartooltip{
position: absolute;
visibility: hidden;
background-color: lightyellow;
border: 2px solid red;
padding: 5px;
font-size: 120%;
font-weight: bold;
}


    
#leftcolumn{
float:left;
width:150px;




}


.LeftColumnPanel
{
		border: solid 1px #707072;
		background-color: #F3F3F3;
		font-size: 8pt;
	

	padding: 10px 0px 10px 0px;
	
	
	border-right: double 2px #707072;
	border-bottom: double 2px #707072;
}

.LeftColumnTitle
{
	color: #707072;
	font-size: 12pt;	
	font-weight: bold;
}

.LeftColumnPanel a{
padding: 3px 0px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;

}

.LeftColumnPanel a:visited{
padding: 3px 0px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;

}

.LeftColumnPanel a:active{
background-color: #4970AA;
color: #F3F3F3;
text-decoration: none;
font-weight: bold;

}

.LeftColumnPanel a:hover{
background-color: #4970AA;
color: #F3F3F3;
text-decoration: none;
font-weight: bold;

}

#rightcolumn{
float:left;
width:700px;
min-height: 400px;



margin-left: 10px;
padding: 5px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 400px;
}

/****************************************************************************/


.Hide
{
	top: -500px;
	z-index: 99;
	position: absolute;
	
	
	
}

.NavJournals
{
	border: solid 1px #707072;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	
}

.NavJournals li
{
	border-bottom: solid 1px #707072;
		background-color: #F3F3F3;
		font-size: 8pt;
	
	
}

.article a:link
{
	padding: 3px 0px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

.article a:visited
{
	padding: 3px 0px;
	display: block;
	width: 100%;
	text-decoration: none;
	font-weight: bold;
}

.article a:hover
{
	background-color: #4970AA;
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
}

.article a:active
{
	background-color: #4970AA;
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
}
}
