body, table
{
	font-family: 'Verdana', 'Arial', 'Tahoma', 'Times New Roman', 'Courier New';
	font-size: 11px;
}

input, select, textarea
{
	font-family: 'Arial', 'Tahoma', 'Verdana', 'Times New Roman', 'Courier New';
  font-size: 11px;
}

ul
{
  margin-top: 0px;
  margin-bottom: 0px;
}

ol
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.footerFont
{
  font-size: 10px;
  color: #2368b5;
}

.footerLinkBlue
{
  font-size: 10px;
  color: #6495ed;
  text-decoration: none;
}

.footerLinkBlue:hover
{
  text-decoration: underline;
}

.footerLinkGray
{
  font-size: 10px;
  color: #808080;
  text-decoration: none;
}

.footerLinkGray:hover
{
  text-decoration: underline;
}

.leftSection
{
  width: 195px;
}

.middleSection
{
  padding: 0 10 0 10;
}

.rightSection
{
  width: 195px;
  /*background-color: #686a75;*/
}

.allNewsLink
{
  color: #FF8C00;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.allNewsLink:hover
{
  text-decoration: underline;
}

.eventTitleLink
{
  color: #222222;
  font-weight: bold;
  text-decoration: none;
  /*
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  */
}

.eventTitleLink:hover
{
  text-decoration: underline;
}

.eventText
{
  color: #DCDCDC;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
}

.eventText:hover
{
  text-decoration: underline;
}

.partnerNews
{
  color: #DCDCDC;
  font-size: 10px;
  font-weight: bold;
}

.leftMenuLink
{
  color: #FFFFFF;
  font-family: 'Verdana', 'Tahoma', 'Arial';
  font-size: 12px;
  text-decoration: none;
}

.leftMenuLink:hover
{
  text-decoration: underline;
}

.leftMenuLinkSelected
{
  color: #FFD700;
  font-family: 'Verdana', 'Tahoma', 'Arial';  
  font-size: 12px;
  text-decoration: none;
}

.leftMenuLinkSelected:hover
{
  text-decoration: underline;
}

h1
{
  color: #295882;
  font-size: 18px;
  font-weight: bold;
  padding: 7 0 10 0;
  margin: 0px;
}

.pageTitle
{
  color: #295882;
  font-size: 18px;
  font-weight: bold;
  padding: 7 0 10 0;
}

.pageText
{
	line-height: 130%;
}

.logOutLink
{
  font-family: 'Arial';
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.logOutLink:hover
{
  text-decoration: underline;
}

.headerLink
{
  font-family: 'Arial';
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.headerLink:hover
{
  text-decoration: underline;
}

.sectionHeader
{
  /*background-color: #2876c9;*/
  background-color: #DCDCDC;
  color: #000000; 
  border-bottom: 1px solid #666666; 
  font-weight: bold;
}

.menuCellNonJS
{
  padding: 6 12 6 12;
}

.menuLinkNonJS
{
  font-family: 'Arial';
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.menuLinkNonJS:hover
{
  text-decoration: underline;
}

.announcementDate
{
  font-size: 11px;
  font-style: italic;
}