body {
	font: 15px/1.2em Georgia, "Times New Roman", Times, serif;
	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: #333333;
/*	background-image: url(/graphics/star-background.gif);
	background-repeat: repeat-x;
*/}
a {
	color: #990000;
	text-decoration: none;
}
.thrColFixHdr #container {
	width: 780px;
	margin: 0px auto 0;
	text-align: left;
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding:0 20px 20px 20px;
}
.thrColFixHdr #header {
}
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 30px 0px 0px; /* padding keeps the content of the div away from the edges */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar1 .name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-top: 10px;
}
#sidebar1 .company { 
	font-size: 11px;
	font-weight: bold;
}
#sidebar1 p {
	line-height: 1.1em;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar1 .title {
	font-style: italic;
	font-size: 11px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
.thrColFixHdr #sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin: 25px 180px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align:left;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E1E1E1;
}
.thrColFixHdr #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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.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;
}
.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;
	font-size: 1px;
	line-height: 0px;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.photoshow {
	margin: 0;
	padding: 0px;
	background: #FFFFFF url(/graphics/star-background2.gif) repeat-x;
}
#menubar li {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #999999;
	display: inline;
	list-style-type: none;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
/*	letter-spacing: 0.1em;
*/	font-weight: bold;
}
#menubar ul {
	padding: 0px;
	margin: 10px 0px 0px;
}
#menubar a {
	text-decoration: none;
	color: #CC0033;
}
#menubar a:hover {
	color: #000099;
	text-decoration: none;
	border:none;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 20px 0px 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
}
.session {
	font-family: "Arial Black", "Arial Bold", "Helvetica Black", "Helvetica Bold";
	color: #990000;
	padding-right: 5px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#mainContent p {
	margin: 5px 0px 0px;
}
#sessions  h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 10px;
		line-height:1.1em;

}
#sessions  a {
	font-family: "Arial Black", "Arial Bold", "Helvetica Black", "Helvetica Bold";
	font-size: 14px;
		line-height:1.1em;

}
#sessions .session {
	font-family: "Arial Black", "Arial Bold", "Helvetica Black", "Helvetica Bold";
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
	color:#990000;
		line-height:1.1em;

}
#sessions {
	margin-top: 15px;
	margin-bottom: 15px;
	line-height:1.1em;
	border-bottom:#CCCCCC 1px solid;
	padding-bottom:15px;
}
#sidebar2 #recordings {
	background: url(/graphics/recordings-home.jpg) no-repeat right -15px;
	padding: 7px;
	border: 1px solid #CCCCCC;
	margin: 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sidebar2 #recordings a {
	color: #333333;
	font-size: 15px;
	line-height: 1.1em;
}
