/* set the base styles for the HTML tags */body {    font-family: Arial, Helvetica, sans-serif;	font-size: 81.25%;	background-color: white;    margin: 0;	padding: 0;}/* styles for the page */#page {	width: 960px;	margin: 0 auto;	background-color: #800000;}/* styles for the header */#navigation {	background-color: black;	font-weight: bold;	color: white;	text-align: center;	padding: .5em 1.5em;	margin: 0;	position: relative;}#navigation a {	text-decoration: none;}.gray {	color: #d3d3d3;}.white {	color: #ffffff;}/* styles for the right sidebar */#sidebar {	width: 325px;	float: right;}#news {	background-color: #fffded;	margin-top: 10px;	margin-right: 10px;}#sidebar h1 {	font-size: 140%;	color: #000000;	padding-top: .7em;	padding-left: 1em;	margin-top: 0;	margin-bottom: 0;}#sidebar h2 {	font-size: 100%;	color: #800000;	padding-left: 1.5em;	padding-right: 1.5em;	margin-top: .7em;	margin-bottom: 0;}#sidebar img {	width: 315px;}.news_item {	font-size: 90%;	line-height: 1.4;	padding-left: 1.5em;	padding-right: 1.5em;	margin-top: .3em;}#summary {	margin-right: 10px;}#summary p {	color: #fffded;	text-align: center;	padding: .2em;	margin-bottom: 1em;	line-height: 1.5;}/* styles for the main content */#main {	margin-right: 325px;}#intro {	background-color: #fffded;	margin: 10px 10px 0 10px;}#intro h1 {	font-size: 120%;	font-style: italic;	font-weight: bold;	line-height: 1.5;	padding-top: 1.5em;	padding-left: 20px;	margin-top: 0;	margin-bottom: 0;	color: #363636;}#speakers {	background-color: #fffded;	padding-bottom: 45px;	margin: 0 10px 10px 10px;}#speaker_col_1 {	width: 275px;	margin-left: 20px;	float: left;}#speaker_col_2 {	width: 275px;	margin-left: 320px;	margin-right: 20px;}#speakers img {	width: 75px;	border: none;}#speakers h2 {	font-size: 120%;	color: #800000;	padding-top: 1.5em;	margin-top: 0;	margin-bottom: 0;}/*#speakers h2.first {	padding-top: 1.5em;}*/.image {	float: left;	margin: .6em .8em 0 0;}.name {	font-size: 110%;	font-weight: bold;	font-style: italic;	margin-top: .5em;	margin-bottom: 0;}.date {	margin-top: .3em;	margin-bottom: 0;}.description {	padding-left: 1.5em;	margin-top: 1.9em;	margin-bottom: 0;}/* styles for the footer */#footer {	clear: both;}#footer p {	font-size: 90%;	color: #ffffff;	background-color: #000000;	margin-top: 0;	margin-bottom: 0;	padding: .5em 1em;	text-align: center;}