/* GENERAL
--------------------------------------------------*/

#Advance {
	text-indent: -9999px;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#Advance {
	text-indent: -9999px;
	display: block;
}
#Box {
	width: 1000px;
	margin: 20px auto;
	background: url("../img/boxStripe.png") repeat-y 0 0;
	position: relative;
}
#Masthead {
	width: 1000px;
	background: url("../img/boxTop.gif") no-repeat;
	padding-top: 16px;
}
#Masthead h1 {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	height: 400px;
	border-bottom: 0px solid #fff;
	background: url("../img/RM2021_Header_update.jpg") no-repeat;
}
.SelfClear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.SelfClear {
	display: block;
}

/* CONTENT
--------------------------------------------------*/

#Content {
	width: 1000px;
	margin: 0px auto;
	padding-top: 0px;
	color: #666;
}
#Content dl{
	margin-left: 0px;
	margin-right: 0px;
}
#Content p2,
#Content table {
	margin-left: 30px;
	margin-right: 30px;
}
#Content ol,
#Content ul {
	margin-left: 20px;
	margin-right: 20px;
}
#Content h2,
#Content h3,
#Content p {
	margin-left: 30px;
	margin-right: 30px;
}
#Content #Legal {
        width: 1000px;
       height: 115px;
	color: #fff;
	background: #007FA3;
	padding: 10px 
	margin-right: 0px;

}
#Primary {
	width: 1000px;
	padding-bottom: 0px;
	background: url("../img/boxBot.gif") no-repeat left bottom;
}
div.footerLogo {
	width: 975px;
	margin-top: 20px;
	text-align: center;
}
#SelectSite a {
	text-decoration: none;
}
ul.sponsorList {
	width: 925px;
	overflow: hidden;
}
ul.sponsorList li {
	width: 185px;
	text-decoration: none;
	text-align: center;
	background: none;
	padding: 0px;
	margin: 0px;
	float: left;
}
.speakers {
	padding-top: .5em;
}
.speakers h3 {
	padding-top: .5em;
}
.speakers img.speakerPhoto {
	float: left;
	margin: 0px 10px 10px 30px;
	padding: 3px;
	border: 1px solid #e5e5e5;
}

.imagedropshadow {
    padding: 5px;
    border: solid 1px #EFEFEF;
}
a:hover img.imagedropshadow {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
/* HIDE
--------------------------------------------------*/

#Masthead h1 span {
	display: block;
	text-indent: -9999px;
}
/* Table
--------------------------------------------------*/
table strong {
	background: transparent;
}
table.ggconfer {
	color: #333;
	margin-left: 20px;
	margin-right: 20px;
	border-bottom: solid thin #9c6;
	margin-bottom: 20px;
}
table.ggconfer th {
	padding: 4px;
	text-align: left;
	border-bottom: solid thin #9c6;
}
table.ggconfer td {
	padding: 10px 4px;
	text-align: left;
}
table.ggconfer td a {
	font-weight: normal;
	line-height: normal;
	font-size: 150%;
}

table dl dd {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 100%;
	background: url("/img/bullet.png") no-repeat 0em 0.4em;
	padding: 0px 0px 5px 15px;
	list-style: none;
}

table.oddmanout span {
	font-size: 90%;
}