﻿.size12px {
	font-size: 12px;
	color: #7a7979;
}

.size14px {
	font-size: 14px;
	color: #7a7979;
}

a.footer:link { font-size: 14px; color: #4a6f4f; text-decoration: none;}
a.footer:visited { font-size: 14px; color: #4a6f4f; text-decoration: none;}
a.footer:hover {
 		 color: #277a32;
		 font-size: 14px;
		}

a.relatedevent:link { color: #33ccff;}
a.relatedevent:visited { color: #33ccff;}
a.relatedevent:hover {
 		 color: #33ccff; text-decoration: none;
		}

a.event:link { font-size: 14px; color: #000; text-decoration: none;}
a.event:visited { font-size: 14px; color: #000; text-decoration: none;}
a.event:hover {
 		 color: #000;
		 font-size: 14px;
		 text-decoration:underline;
		}

a.otherwebsites:link { text-decoration: none;}
a.otherwebsites:visited { text-decoration: none;}
a.otherwebsites:hover { text-decoration:underline; }


/****************************************************************************/

#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:780px;
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;
}

}