/* Sytles used especiallyf for the landing page */
.meetContainer {
	font-size: 46pt;
	font-family: Arial;
	padding-left: 46px;
	padding-top: 40px;
	color: #ffffff;
	font-weight: bold;
}
.meetText {
	font-size: 40pt;
}
.meetBody {
	color: #fff200;
	line-height: 120%;
	font-size: 12pt;
	width: 455px;
	font-weight: normal;
}

.Navigation {
  background: url('./images/index_nav_bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  height: 72px;
  width: 892px;
  /* 
  margin-left: 24px;
  margin-right: 24px;
  */
  text-align: center;
  padding-bottom: 12px;
  clear: both;
}
.Navigation table {
  height: 47px;
}
.Navigation td {
  text-align: center;
  padding-left: 18px;
  padding-right: 18px;
}
.Navigation td a {
	font-size: 12pt;
	text-decoration: none;
	color: #ffffff;
}
.Navigation td a:hover {
	color: #fff200;
	font-size: 12pt;
}

/*
.column {
  display: inline;
  width: 440px;
  text-align: left;
  clear: both;
  padding-left: 2px;
}
*/
.column {
  width: 50%;
}
