html, body {
	background-color: #F0F5E5;
	margin: 0px;
	height: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	color: #AF1B3F;
	margin: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AF1B3F;
	text-transform: uppercase;
	margin-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #AF1B3F;
	margin: 30px 0px 0px 0px;
}
#bounding-box {
	width: 100%;
	height: 100%;
}
#left-column {
	background-color: #AE1B3F;
	background-image: url(images/BG_Left-Column.gif);
	background-repeat: repeat-y;
	width: 142px;
}
#right-column {
	background-image: url(images/BG_Right-Column.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	vertical-align: top;
	height: 100%;
}
#content-box {
	height: 100%;
}
#content-cell {
	padding: 30px 0px 0px 25px;
	vertical-align: top;
}
#copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #746969;
	width: 450px;
	margin-top: 20px;
}
#copy a {
	color: #AF1B3F;
	text-decoration: none;
}
#copy a:hover {
	color: #AF1B3F;
	text-decoration: underline;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AF1B3F;
	padding: 40px 0px 40px 25px;
	vertical-align: bottom;
}
#footer a {
	color: #AF1B3F;
	text-decoration: none;
}
#footer a:hover {
	color: #AF1B3F;
	text-decoration: underline;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #746969;
	margin-bottom: 10px;
}
#nav a {
	color: #746969;
	text-decoration: none;
}
#nav a:hover {
	color: #746969;
	text-decoration: none;
}
#dropmenudiv {
	position: absolute;
	border: 1px solid #746969;
	margin-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 100;
	text-transform: uppercase;
}
#dropmenudiv a {  /* subnav link style */
	background-color: #F0F5E5;
	display: block;
	border-bottom: 1px solid #746969;
	text-decoration: none;
	color: #746969;
	padding: 2px 0px 2px 5px;
}
#dropmenudiv a:hover { /* subnav hover background color */
	background-color: #AF1B3F;
	text-decoration: none;
	color: #F0F5E5;
}
* html body #nav a { 
   width: 100%; 
} 
* html body #dropmenudiv a { 
   width: 100%; 
} 
#speaker-profiles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #746969;
	width: 593px;
}
#speaker-profiles a {
	color: #AF1B3F;
	text-decoration: none;
}
#speaker-profiles a:hover {
	color: #AF1B3F;
	text-decoration: underline;
}
#speaker-profiles img {
	margin: 15px 7px 15px 0px;
}
#speaker-profile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #746969;
	width: 450px;
	margin-top: 20px;
}
#speaker-profile td {
	vertical-align: top;
}
#speaker-profile img {
	margin: 5px 20px 0px 0px;
}