body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 12px;
	padding: 0px;
	font-family: "Helvetica", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

div.page {
	width: 950px;
	margin: auto;
	text-align: left;
}

div.leftcolumn {
	width: 190px;
	float: left;
	margin-right: 10px;
}

div.maincontent {
	width: 750px;
	float: left;
}



div.importantDateBox div.dateLabel {
	background-color: #649baa;
	color: white;
	font-weight: bold;
	text-align: center;
}

div.importantDateBox {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 80%;	
	width: 100%;
}

div.importantDateBox div.fullitem {
	text-align: left;
}

div.importantDateBox div.emptyitem {
	text-align: center;
}

div.importantDateBox div.fullitem, div.importantDateBox div.emptyitem {
	background-color: #c3d2d7;	
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

div.importantDateBox div.spacing {
	height: 10px;
	background-color: #c3d2d7;
}


.mastHeadCell {    
	background: url("conference_header_graphic.png") top left no-repeat;
	height: 108px;
	//height:164px;
	//width:527px;
}

div.titleWording {
	text-align: center;
}



div.titleWording span.MSTAWording {
	font-weight: bold;
	color: #649baa;
}

div.titleWording span.DateWording {
	font-size: 150%;
	font-weight: bolder;
	color: #649baa;	
}

div.titleWording span.LocationWording {
	font-size: 90%;
	color: #cb8e79;
	font-weight: bold;
}

div.titleWording span.AnnualWording {
	font-size: 125%;
	font-weight: bold;
	color: #649baa;	
}

a:link {
	color: #649baa;  
	text-decoration: none;
}

a:visited {
	color: #649baa; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


div.footer {
	clar: both; 
	padding-top: 10px;
	border-top: 1px solid #cb8e79;
	margin-top: 10px;
	text-align: center;
	font-size: 75%;
	font-weight: light;
}

ul.navigation {
	/*width: 17em;*/
	font-size: 85%; 
	width: 100%;
	
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px; 
}

ul.navigation li.title {
	background-color: #649baa;
	color: white;
	text-align: center;
	font-weight: bold;
	border: 0px;
}

ul.navigation li {
	background-color: #c3d2d7;	
	list-style: none;
	text-align: left;
	margin: 0px;
	border: 1px solid #c3d2d7;
}

ul.subnavigation {
	font-size: 95%;
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 15px;
}

ul.subnavigation li {
	list-style-type: disc;
}

ul.navigation li a,
ul.navigation li a:visited,
ul.navigation li a:active {
	display: block;
	text-decoration: none;
	color: black;
}

ul.navigation li a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: white;
	background-color: #649baa;
}

ul.navigation li a.active {
	font-weight: bold;
}


div.logoImage {
	width: 15em;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


div.contentpane {
	border-top: 1px solid #cb8e79;
	background-color: white;
	padding-top: 10px;
}

div.content {
	line-height: 150%;	
	font-size: 85%;
}

div.featuredSession {
	margin-bottom: 20px;
	clear: both;
	font-size: 90%;
}

div.featuredSession div.time {
	font-weight: bold;
	font-size: 105%;
}

div.featuredSession div.title {
	font-size: 130%;
	font-weight: bold;
}

div.featuredSession div.speaker {
	font-size: 115%;
	font-weight: bold;
	font-style: italic;
}

div.featuredSession div.limit, div.featuredSession div.sponsor {
	font-weight: bold;
}

div.featuredSession div.location {
	font-style: italic;
	font-weight: bold;
}

div.featuredSession div.picture {
	width: 62px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-top: 3px;
	float: left;
}

div.featuredSession p {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 10px;
}

span.vendorTag {
	font-weight: bold;
	font-style: italic;
	color: #00f;
}

span.featuredTag {
	font-weight: bold;
	font-style: italic;
	color: #f60;
}

span.sbceuTag {
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

span.newTag {
	font-weight: bold;
	font-style: italic;
	color: #990;
}

div.pullout {
	text-align: center;
	background: #649baa;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	border-top: 3px double #c3d2d7;
	border-bottom: 3px double #c3d2d7;
}

div.pullout a {
	color: white;
}

div.pullout a:active, div.pullout a:hover {
	color: red;
	text-decoration: underline;
}


div.error {
	border: 2px solid red;
	padding: 6px;
	background: #fee;
	margin: 6px;
}

h1, h3, h5 {
	font-weight: bold;
}

h2, h4, h6 {
	font-size: italic;
}

h1, h3, h5 {
	color: #cb8e79;
}

h2, h4, h6 {
	color: #649baa;
}
 
h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

