/* CSS Document */
A:hover { background-color: #eeffff; text-decoration:underline; color:#007F00; }
A:active { background-color: white; }
.blankcell	{
			background-color:#FFFFFF;
			text-align:center;
}

.leftcell	{	background-color:transparent;
				vertical-align:top;
				width:140px;
}

.static		{	background-attachment: fixed;
}

table.contentboard	{	
			border:0;
			cell-padding: 8;
			width: 80%;
			background-color: white;
			font-family:Arial, Helvetica, sans-serif;
			}
			
table.navbar	{	
			border:10px;
			margin: 10px;
			cell-padding: 5px;
			width: 120px;
			background-color: #5E85C5;
			color:#003399;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-weight: 700;
			font-size:14px;
			margin: 8px;
			
			}
			
table.subnavbartitle	{	
			background-color: #5E85C5;
			color:#003399;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-weight: 700;
			font-size:14px;
			}
			
table.subnavbar	{	
			background-color: #5E85C5;
			color:black;
			text-align: center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			}
			
.navitem{	cell-padding = 10px;
			height: 40px;
			vertical-align: middle;
			
			}
			
.subnavitem{	vertical-align: middle;
			cell-padding: 0px;
			}
			
.leftcell a			{	display: block;
				text-decoration: none;
				color: #003399;
				background-color: #5E85C5;
}

.leftcell a:link		{display: block;
				text-decoration: none;
				color: #003399;
				background-color: #5E85C5;
}


.leftcell a:hover			{		
				display: block;
				text-decoration: none;
				background-color: #eeffff;
				color:#007F00;
}

.leftcell a:active			{		
				display: block;
				text-decoration: none;
				background-color: white;
				color:#007F00;
}




.deck					{
				color: #305795;
				font-family:"Times New Roman", Times, serif;
				font-size:24px;
				font-weight:bold;
				text-align:center;
				
				}
				
.contribute					{
				color: #305795;
				font-family:"Times New Roman", Times, serif;
				font-size:20px;
				font-weight:bold;
				text-align:center;
				
				}
				
				
.mainpanel		{
				font-family:Arial, Helvetica, sans-serif;
				text-align:justify;
				
}

.publications	{
	background-color: #5E85C5;
	cell-padding: 10px;
				}
				
address			{
				font-family:"Times New Roman", Times, serif;
				font-style:normal;
}

.title			{
				font-family: "Times New Roman MT Extra Bold";
				color: #006666;
				font-size: +1;
}

.pubtitle		{
				font-size:18;
				color:#003399;
				font-weight:bold;
				
}

.pubsubhead		{
				font-size:14px;
				color:#003399;
				font-weight:bold;
				text-decoration: none;
}
.pubsubhead a 		{
				font-size:14px;
				color:#003399;
				font-weight:bold;
}
.pubsubhead a:hover	{		
				display: block;
				text-decoration: none;
				background-color: #eeffff;
				color:#007F00;
}

.pubsubhead a:active	{		
				display: block;
				text-decoration: none;
				background-color: white;
				color:#007F00;
}
