﻿

/* mainNav - main navigation at top of page */
ul.mainNav
{ 
	text-align: center;
	margin-bottom: 1em ; 
}

ul.mainNav li
{
	display: inline;
	list-style: none;
	margin: 0 .5em 0 0;  
	text-transform: uppercase;
}

.mainNav a
{
	font-weight: bold;
	text-decoration: underline;
	margin: 0 .5em 0 0;  
} 

p.Error
{
	color: #ff0000;
	margin: 0 0 0 1em;  
}

/* General - listed on home page */
.Date
{
	color: #4CD6D9; 
}

.Description
{
	margin:  0 0 0 .5em;
}

.General li
{
	padding: 0 0 .2em 0;
	/*
	border-bottom: solid 1px #444343;
	*/
}

.General .Date
{
	/*
	display: block;*/
	font-size: .8em; 
} 

.General a
{ 
	display: block;
	margin: 0 0 .5em 0;
	text-decoration: none;
}

.General a:hover .Date
{ 
	color: #ffffff;
}

div.Speakers em
{ 
	font-style: italic;
}

div.Speakers em
{ 
	font-weight: bold;
	font-style: normal;
}
