/* BODY */

body {
	margin: 20px 5px 0px 5px;
	padding: 0;
	background-color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4em;
}

hr {
	margin: 0px 0px 5px 0px;
	padding: 0;
	height: 1px;
	width: 100%;
	color: #253c59;
	background-color: #999999;
	border: 0;
}

/* PAGE LAYOUT DIVS */

#content {
	margin: 0px 1px;
	padding: 1px 0px 0px 0px;
}

#userlogin {
	margin: 0px 1px;
	padding: 0;
	text-align: left;
	height: 20px;
}


/* PARAGRAPHS AND CONTENT DIVS */

#content p {
	margin: 5px 50px 15px 0px;
}


/* IMAGES */

img {
	margin: 0;
	padding: 0;
	border: none;
}

.imageTitle {
	border-bottom: 1px solid #FFF;
	margin-bottom: 10px;
}

.imageSubTitle {
	margin: 15px 0px 0px 0px;
}

/* LINKS */

a {
	color: #009fc3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* TABLES */

table.programSchedule {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;

}

table.programSchedule td.time{
	padding: 3px 15px 0px 0px;
	color: #333;
}

table.programSchedule td.company {
	padding: 3px 20px 0px 0px;
	color: #333;
}

table.programSchedule td.heading{
	border: none;
	padding: 15px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
}


/* TEXT FORMATTING */

b {
	font-weight: normal;
	color:#333;
}


h1 {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 0px solid #b6b6b6;
	width: 100%;
	clear: both;
	margin: 41px 0px 20px 0px;
	padding: 0;
}




h2.print-title {
  margin: 0px;
  padding: 15px 0px 0px 0px;
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
}


.sub-meetings {
  margin: 15px 0px;
  width: 500px;
  border: 1px solid #333;
  padding: 15px;
  background-color: #fdfdfe;
}

.sub-meetings h3 {
  margin: 0px;
  padding: 0px;
  font-size: 10px;
  text-transform: uppercase;
}

.sub-meetings table {
  padding: 0px;
  margin: 0px;
}

.sub-meetings table td {
  font-size: 10px !important;
  vertical-align: top !important;
  padding-top: 10px !important;
  font-size: 11px !important;
  line-height: 1.5em !important;
  
}

.sub-meetings table td.time {
  padding-right: 10px;
  text-transform: uppercase;
  white-space:nowrap;
  text-align: right;
}

