* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1c5082; /* blue background */
}
a:link {
	color: #1c5082;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #1c5082;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #1c5082;
	text-decoration: underline;
	font-weight: bold;
}
table {
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
#wrap {
	width: 100%;
	background-image: url('../images/main-body-bg.gif'); /* produces the white

							     gradient at the top

							     of the pages */
	background-repeat: repeat-x;
	background-position: top center;
}
table.main {
	width: 965px; /* This width includes 32px on either side for the 

                         left and right drop shadows. */
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
td.leftshadow { /* This also appears in oldie.css */
	background-image: url('../images/left-shadow.png');
	background-repeat: repeat-y;
	background-position: top right;
}
td.rightshadow { /* This also appears in oldie.css */
	background-image: url('../images/right-shadow.png');
	background-repeat: repeat-y;
	background-position: top left;
}
td.header-cell {
	width: 901px; /* This width is everything between the dropshadows */
	background-color: #ffffff;
}
table.header-table {  /* This table includes everything in the header

					 above the menu */
	width: 901px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
td.logo-cell {
	width: 497px;
	height: 61px;
	background-color: #ffffff;
}
td.logo-cell img {
	width: 497px;
	height: 61px;
	border: 0px none transparent;
}
td.logo-cell a:link {
	border: 0px none transparent;
}
td.logo-cell a:visited {
	border: 0px none transparent;
}
td.logo-cell a:hover {
	border: 0px none transparent;
}
td.speaker {
	width: 205px;
	height: 32px;
	background-color: #ffffff;
}
td.myspeakers {
	width: 87px;
	height: 32px;
	background-color: #ffffff;
}
td.myharrywalker {
	width: 112px;
	height: 32px;
	background-color: #ffffff;
}
table.header-table img {
	border: 0px none transparent;
}
td.phone {
	background-color: #ffffff;
	width: 404px;
	height: 29px;
}
td.menu-cell { /* This cell contains the whole menu */
	width: 901px;
	height: 59px;
	background-image: url('../images/menu-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
table.menu-table {
	width: 901px;
	height: 59px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.menu-table img {
	border: 0px none transparent;
}
table.menu-table a:link {
	border: 0px none transparent;
}
table.menu-table a:visited {
	border: 0px none transparent;
}
table.menu-table a:hover {
	border: 0px none transparent;
}
td.photo-cell {
	width: 893px;
	height: 165px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
	padding-bottom: 0px;
}
table.photo-table {
	width: 893px;
	height: 165px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
td.banner {
	padding-right: 3px;
}
td.yellowcell {
	width: 203px;
	height: 165px;
	background-image: url('../images/start-here.png');
	background-repeat: no-repeat;
	background-position: center center;
}
table.yellow-table {
	width: 203px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.yellow-table img {
	border: 0px none transparent;
}
table.yellow-table a:link {
	border: 0px none transparent;
}
table.yellow-table a:visited {
	border: 0px none transparent;
}
table.yellow-table a:hover {
	border: 0px none transparent;
}
table.yellow-table img {
	border: 0px none transparent;
}
td.searchbox-cell {
	width: 130px;
	height: 28px;
}
input.searchbox {
	width: 126px;
	height: 15px;
	background-color: #ffffff;
	border: 1px solid #839fb7;
	margin-left: 10px;
}
td.searchbbutton-cell {
	width: 73px;
	height: 28px;
}
td.white-content {
	background-color: #ffffff;
	background-image: url('../images/white-gradient.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	padding: 4px;
	padding-top: 10px;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 110%;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-right: 8px;
	color: #404040;
}
h1 {
	padding-top: 5px;
}
table.three-columns {
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
table.three-columns img {
	border: 0px none transparent;
}
table.three-columns a:link {
	border: 0px none transparent;
}
table.three-columns a:visited {
	border: 0px none transparent;
}
table.three-columns a:hover {
	border: 0px none transparent;
}
td.col1 { /* index,about page */
	padding-left: 16px;
	background-image: url('../images/dotbg.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 322px;
	color: #5b5b5b;
	padding-top: 7px;
	padding-right: 8px;
}
td.col1a { /* ourspeakers page */
	padding-left: 16px;
	padding-top: 7px;
	background-image: none;
	width: 322px;
	padding-right: 8px;
	color: #5b5b5b;
}
td.col1b { /* allows for spacer between 2nd and 3rd columns */
	padding-left: 16px;
	padding-top: 7px;
	background-image: none;
	width: 325px;
	color: #5b5b5b;
}
td.col1c { /* same as 1b, but with background */
	padding-left: 16px;
	padding-top: 7px;
	background-image: url('../images/dotbg.gif');
	background-repeat: repeat-y;
	background-position: top right;
	width: 325px;
	color: #5b5b5b;
}

table.sample { /* highlight box for industry trend pages */
border-width: 2px;
border-spacing: ;
border-style: double;
border-color: #1c5082;
border-collapse: collapse;
background-color: white;

}
table.sample th {
	border-width: 1px;
	padding: 7px;
	border-style: none;
	border-color: gray;
	background-color: #e8f3ff;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 7px;
	border-style: none;
	border-color: gray;
	background-color: #e8f3ff;
	-moz-border-radius: ;
}
td.col1c-title {
	padding-left: 16px;
	padding-top: 7px;
	background-image: none;
	color: #5b5b5b;
}
td.col2 { /* index, about page */
	padding-left: 16px;
	width: 322px;
	padding-right: 8px;
	padding-top: 7px;
}
td.col2a { /* index, about page */
	padding-left: 16px;
	background-image: none;
	width: 322px;
	padding-right: 8px;
	padding-top: 7px;
	color: #5b5b5b;
}
td.col2b { /* allows for spacer between 2nd and 3rd columns */
	padding-left: 16px;
	padding-top: 7px;
	background-image: none;
	width: 317px;
	padding-right: 8px;
	padding-top: 7px;
	color: #5b5b5b;
}

td.onerow { /* allows for one row */
	padding-left: 16px;
	padding-top: 7px;
	background-image: none;
	padding-right: 8px;
	padding-top: 7px;
	color: #5b5b5b;
}

td.col3 { /* index, about page page */
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 7px;
	width: 187px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #5b5b5b;
	background-image: url('../images/dotbg.gif');
	background-repeat: repeat-y;
	background-position: top left;
}
td.col3a { /* index, about page page */
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 7px;
	width: 187px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #5b5b5b;
}
td.col3 p {
	padding-top: 7px;
}
td.col3 p.col3para {
	font-size: 75%;
	padding-bottom: 12px;
	line-height: 120%;
}
td.bottom { /* Displays the drop shadow and curved bottom at the bottom of the

	       page.  Also in oldie.css */
	width: 965px;
	background-image: url('../images/bottom-shadow.png');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
}
td.bottom a:link {
	color: #ffffff;
	text-decoration: none;
}
td.bottom a:visited {
	color: #ffffff;
	text-decoration: none;
}
td.bottom a:hover {
	color: #ffffff;
	text-decoration: underline;
}
div.bookreleases {
	background-image: url('../images/dotbg-horizontal.gif');
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 8px;
}
div.bookreleases p {
	padding-top: 0px;
	font-size: 75%;
	margin-left: 5px;
}
div.bookreleases p a.authorName {
	text-decoration:underline;
}
div.bookreleases p a.authorName:hover {
	font-weight:bold;
}
div.inthenews {
	background-image: url('../images/dotbg-horizontal.gif');
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 8px;
}
div.inthenews p {
	padding-top: 8px;
	font-size: 75%;
	margin-left: 5px;
}
div.watchvideos {
	width: 100%;
	padding-bottom: 8px;
}
div.watchvideos p {
	padding-top: 8px;
	font-size: 75%;
	margin-left: 5px;
}
p.caption {
	font-size: 70%;
	font-weight: bold;
}
div.dottedhline {
	background-image: url('../images/dotbg-horizontal.gif');
	background-position: center center;
	background-repeat: repeat-x;
	line-height: 1%;
	font-size: 1%;
	height: 16px;
 width: 100%  margin-left: auto;
	margin-right: auto;
}
p.bottomlinks { /* The links at the bottom of the page */
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	color: #ffffff;
	font-size: 70%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
p.bottomtag { /* The tagline at the bottom of the page */
	color: #efe3a1;
	font-size: 70%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
p.bottommotto { /* The tagline at the bottom of the page */
	color: #efe3a1;
	font-size: 70%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 32px;
	padding-right: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
}
ul.arrowbullet {
	margin-left: 10px;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}
ul.arrowbulletnarrow {
	margin-left: 10px;
	list-style-type: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 80%;
}
ul.arrowbullet li {
	background-image: url('../images/arrowbullet.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	padding-bottom: 6px;
}
ul.arrowbulletnarrow li {
	background-image: url('../images/arrowbullet.gif');
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 100%;
}
div.stafflist {
	float: left;
	width: 171px;
}
div.speakerlist {
	float: left;
	width: 171px;
}
div.clear {
	width: 100%;
	height: 0px;
	line-height: 0%;
	font-size: 0%;
	clear: both;
}
span.boldtitle {
	color: #1c5082;
	font-weight: bold;
}
span.b {
	font-weight: bold;
}
span.i {
	font-style: italic;
}
span.u {
	text-decoration: underline;
}
div.photo-list { /* This div is repeated in both the first and second columns of the

		    index and ourspeakers pages to display the individual speakers */
	/*	width: 320px; */

	padding-bottom: 16px;
	padding-top: 8px;
	clear: left;
}
div.photo-list img {
	float: left;
}
div.photo-list p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	margin-left: 68px;
	padding-top: 0px;
	padding-bottom: 3px;
}
div.photo-list a:link {
	color: #1c5082;
	font-weight: bold;
	text-decoration: underline;
}
div.photo-list a:visited {
	color: #1c5082;
	font-weight: bold;
	text-decoration: underline;
}
div.photo-list a:hover {
	background-color: #1c5082;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
div.photo-list span.title {
	color: #5b5b5b;
}
div.photo-list span.desc {
	color: #5b5b5b;
}
ul.circles {
	list-style-type: none;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
}
ul.circles li {
	padding-left: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
}
ul.circles li.one {
	background-image: url('../images/1.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
ul.circles li.two {
	background-image: url('../images/2.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
ul.circles li.three {
	background-image: url('../images/3.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
td.colbottom { /* index, ourspeakers pages */
	padding-left: 16px;
	width: 330px;
	padding-top: 5px;
}
td.colbottoma { /* index, ourspeakers pages */
	padding-left: 16px;
	width: 325px;
	padding-top: 5px;
}
a img {
	border: 0px none transparent;
}
td.horizontalrule {
	height: 8px;
	background-image: url('../images/dotbg-horizontal.gif');
	background-repeat: repeat-x;
	background-position: center center;
}
table.white-content-table { /* This table is the rounded corner table

			       that appears on the index page. */
	width: 893px;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
}
td.white-table-top { /* also in oldie.css */
	width: 893px;
	height: 9px;
	background-image: url('../images/white-table-top.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}
td.white-table-middle { /* also in oldie.css */
	width: 893px;
	background-image: url('../images/white-table-middle.png');
	background-position: top center;
	background-repeat: repeat-y;
}
td.white-table-middle2 {
	width: 893px;
}
td.white-table-bottom { /* also in oldie.css */
	width: 893px;
	height: 9px;
	background-image: url('../images/white-table-bottom.png');
	background-position: top center;
	background-repeat: no-repeat;
}
table.twocols {
	margin-top: 7px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 5px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
table.twocols h3 {
	font-size: 90%;
	color: #1c5082;
}
table.twocols p {
	font-size: 80%;
}
td.twocolscell1 {
	width: 425px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-top: 15px;
	background-image: url('../images/dotbg-horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
td.twocolscell1 img {
	float: left;
	margin-right: 8px;
	padding-bottom: 8px;
}
td.twocolscell2 {
	width: 430px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-image: url('../images/dotbg-horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom center;
}
td.twocolscell2 img {
	float: right;
	padding-left: 8px;
	padding-bottom: 8px;
}
td.twocolscell2 p {
	margin-right: 8px;
}
td.twocolsmiddle {
	width: 35px;
	background-image: url('../images/dotbg.gif');
	background-repeat: repeat-y;
	background-position: center center;
}
td.twocolsmiddleblank {
	width: 35px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center center;
}
img.medium {
	width: 102px;
	height: 120px;
}
/* ADDED TO MAIN.CSS FILE */

.red_link{
	float: right;
	text-align: right;
	margin: 0 8px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #ee292d;
}

.red_link img {
	border: 0;
}

/* END OF ADD TO MAIN.CSS */