body 
{
    height: 100%;
    margin: 0;
    padding: 0;
	font-family: Arial,Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    background-color: white;
}

/* Master Page  */
#masterShellOuter {
width:100%;
position:relative;
padding:5px 15px 5px 5px;
}

#masterShellInner {
    width:800px; margin-left:auto; margin-right:auto;
    position:relative;
}

#masterHeader { 
    width:800px; height:130px; 
    background-image:url(Images/Headers/Sarah.jpg); background-repeat:no-repeat; 
    position:relative; 
    border-top:solid thin black;
    border-right:solid thin black; border-left:solid thin black;
} 
#masterHeader #registerLink { position:absolute; left:510px; top:10px; border:solid thin black; padding:5px; }
#masterHeader #registerLink a { color:black; font-size:12pt; font-weight:bold; text-decoration:none; }
#masterHeader #masterTitle { position:absolute; left:270px; top:70px; color:Black; font-size:18pt; font-weight:bold; }
#masterMenu { 
    width:800px; 
    background-color: #FFFFFF;
    border-right:solid thin black; border-left:solid thin black;
    }    
#masterContent {
    width:800px; overflow:hidden;
    background-color: #FFFFFF;
    border-right:solid thin black; border-left:solid thin black;
}
#masterFooter {
    width:800px;
    background-color: #91CAE9;
    font-size: x-small;
    text-align: center;
    border-right:solid thin black; border-left:solid thin black;
    border-bottom:solid thin black;
}
.pageHeader { font-weight:bold; font-size:14pt; padding:0px 1px 0px 5px; margin:0 0 1px 0; }
.pageContent { padding: 2px 5px 2px 5px; }

/* Trial Menu    */
ul#menu{
	margin:0;
	padding:0;
	padding-left:50px;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("/content/images/OFF.gif") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #004c99;
	border-top:1px solid #74b0c6;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("/content/images/DIVIDER.gif") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("/content/images/HOVER.gif") no-repeat top right;	
	}
/* Info Boxes */
.infoBoxSection
{
height:160px;
width:812px;
}
.infoBox
{
float:left;
margin:5px;
width:190px;
background-color:#fff;
border-right:solid 1px #473528;
font-family:verdana;
}
.infoBox .header
{
color:#231A13;
font-size:9pt;
font-weight:bold;
}
.infoBox a
{
color:#2d201a;
font-weight:bold;
font-family:verdana;
font-size:8pt;
text-decoration:none;
}
.infoBox a:hover
{
text-decoration:underline;
}

.infoBox ul
{
border:none;
margin-bottom:0px;
margin-top:8px;
margin-left:2px;
padding-left:12px;
padding-bottom:4px;
}
.infoBox .innerDiv
{
margin-top:4px;
padding-bottom:0px;
padding:8px;
height:120px;
color:#614836;
font-family:verdana;
font-size:8pt;
background-image:url('images/bluegradient.jpg')
}

.sectionTitle { font-weight:bold; font-size:16pt; }
.keyNoteSpeakerName { font-weight:bold; font-size:12pt; }

.speakerBox { padding:10px 5px 10px 5px; }
.speakerImage { float:left; margin-right:10px; }
.speakerBio { margin:10px 10px 5px 5px; }

.SessionDate
{
font-size:10pt;
font-weight:bold;
margin:8px;
padding-left:2px;
}
.ScheduleTime
{
color:#8f6b4b;
font-size:8pt;
font-weight:bold;
margin:12px;
padding-left:6px;
}
.ScheduleTitle
{
color:#2d201a;
font-size:8pt;
margin:8px;
padding-left:24px;
width:360px;
}

.sessionDetails { border-collapse:collapse; }
.sessionDetails td { padding:5px 5px 5px 5px; }
.SessionIdHeader { font-size:9pt; font-weight:bold; white-space:nowrap; }
.SessionAudienceHeader { font-size:9pt; font-weight:bold; }
.SessionTitleHeader { font-size:9pt; font-weight:bold; }
.SessionSpeakerHeader { font-size:9pt; font-weight:bold; }
.SessionLegend { font-size:7pt; }
.SessionId { color:#2d201a; font-size:10pt; text-align:center; vertical-align:top; }
.SessionAudience { color:#2d201a; font-size:10pt; text-align:center; vertical-align:top; }
.SessionDescription { font-size:8pt; }
.SessionTitle
{
color:#2d201a;
font-size:10pt;
vertical-align:top;
}
.SessionSpeaker
{
color:#8f6b4b;
font-size:8pt;
font-weight:bold;
vertical-align:top;
white-space:nowrap;
}

.VendorWorkshop { background-color:#DFEEFF }
.VendorImage
{
width:150px;
border:0px;
}
.VendorTable
{
width:800px;
}
.VendorTable td
{
text-align:center;
}

.strikeout { text-decoration:line-through; }
.bolded { font-weight:bold; }