@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9fcf67;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #contact_info {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
}

.twoColFixLtHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background: #E0F0F3;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	position: relative;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/Header.jpg);
	height: 200px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	width: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	vertical-align: text-top;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 150px;
	background-color: #E0F0F3;
	padding: 0px;
	width: 825px;
	vertical-align: top;
	position: relative;
	text-align: left;
} 
.twoColFixLtHdr #sponsort {
	background-color: #E0F0F3;
	margin-left: 130px;
}

.twoColFixLtHdr #table {
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: justify;
}
.twoColFixLtHdr #lowertable {
	margin-top: 100px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	text-align: justify;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E0F0F3;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #unsubscribe {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 145px;
	text-align: left;
	background-color: #E0F0F3;
	padding: 0px;
	width: 550px;
}
.thrColFixHdr #Photoshop {
	display: block;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.standardtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	padding-top: 0px;
	padding-left: 10px;
}
.subpageHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #F90;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
	vertical-align: top;
	float: left;
}

.mainpage_falshbox {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
	text-align: left;
}
.mainpage_book {
	vertical-align: top;
	padding-top: 5px;
}

.mainpage_spkrtitle      {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	vertical-align: middle;
	background-color: #CCC;
}
.mainpage_addvertizing {

}
.mainpage_topbanneradd {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}


.mainpage_leftline {
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.mainpage_speakerimage {
	vertical-align: text-top;
	text-align: left;
	top: 1px;
}
.mainpage_speaker_name {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #F90;
	text-align: left;
	font-weight: normal;
	text-decoration: underline;
}
.speakerpage_StandardText01 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 20px;
}
.speakerpage_StandardText02 {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-left: 20px;
	width: 750px;
}

.speakerpage_image {
	text-align: center;
	vertical-align: top;
}

.speakerpage_spkrtitle02 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;
	font-size: medium;
	text-decoration: underline;
	vertical-align: bottom;
}
.speakerpage_spkrtitle03 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.ContactUs_address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #666;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
}
.contactAddress {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-align: left;
}


.ConventionCenter {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: justify;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}

.Schedule_tableTitle {
	background-color: #4D5B80;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
}

.schedulepage_tableformat {
	border: 1px solid #999;
	text-align: center;
}
.schedule_tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #999;
	background-color: #FFF;
	height: 75px;
}
.schedule_tabletext_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border: 1px solid #999;
	background-color: #C8D1EA;
	height: 75px;
}




.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.border01 {
	border: 1px solid #9C0;
	color: #F60;
	text-align: center;
	vertical-align: middle;
}



.bottommenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	vertical-align: top;
	position: relative;
	text-align: center;
	background-color: #E0F0F3;
	padding-top: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.PageHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding-top: 15px;
	padding-left: 15px;
	text-decoration: underline;
}
.bioimage {
	float: left;
	position: relative;
	top: auto;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
}
.SpeakerVideo {
	padding-left: 40px;
	padding-top: 10px;
}
.schedule_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
.SponsorTitles {
	color: #F60;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.thinline {
	border: thin solid #999;
	vertical-align: top;
}
.nmwtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
}
.banner {
	width: 880;
	text-align: left;
	position: relative;
}
.popupTitle {
	color: #F90;
	font-weight: bold;
}

