html, body {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	width:999px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 15px; 
	color: #333;
	background-color: #FFF;

}
html {
	background-color: #6ba9dc;
}
p {
	font-size:13px;
	color:#333;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-top: 4px;
	text-align:left;
	line-height: 19px;
}
p a:link, a:active, a:visited {
	color:#05BAF7;
	font-size:12px;
	text-decoration:none;
}
p a:hover {
	color:#515194;
	font-size:12px;
	text-decoration:none;
}
h1 {
	font-size:13px;
	color:#AF2028;
	padding-left: 20px;
	padding-bottom: 5px;
	margin-top: 4px;
	text-align:left;
	line-height: 17px;
}
h2 {
	text-align: left;
	font-size: 19px;
	padding-left: 20px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #505294;
}
h2 a:link, a:active, a:visited {
	text-align: left;
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #f89c19;
	text-decoration:none;
}
h2 a:hover {
	text-align: left;
	font-size: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #33FF00;
	text-decoration:none;
}
h3 {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	line-height: 18px;
	color:#C74C27;
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 10px;
}
h4 {
	text-align: left;
	font-size: 16px;
	line-height: 16px;
	color:#003399;
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 6px;
	margin: 0px;
	margin-top: 15px;
}
h5 {
	margin: 0;
	padding-left: 20px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px; 
	color: #000;
}
h6 {
	text-align: left;
	color:#f89c19;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 25px; 
	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 10px;
}
.header {
	text-align: left;
	color:#f89c19;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: -.025em;
/* 	text-shadow: 2px 2px 2px #aaa;
*/	padding-left: 20px;
	padding-right: 5px;
	margin: 0px;
	margin-top: 10px;
}
ul li {
	font-size:13px;
	color:#333;
	text-align:left;
	line-height: 19px;
}
ul a:link, a:active, a:visited {
	color:#05BAF7;
	font-size:12px;
	text-decoration:none;
}
ul a:hover {
	color:#515194;
	font-size:12px;
	text-decoration:none;
}

.reg {
	text-align: left;
	font-size: 26px;
	padding-left: 20px;
	padding-top: 15px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000066;
	text-decoration: underline;
}
.reg a:link, a:active, a:visited {
	text-align: left;
	font-size: 26px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	color: #000066;
	text-decoration:underline;
}
.reg a:hover {
	color:#50f543;
}
/************************************
navigation and links - formatting
************************************/
/** to style specific lists**/
#lists {
	list-style-type: circle;
	text-align: left;
	padding: 0px;
	margin: 0px;
	margin-left: 20px;
}
#lists li {
	list-style-type: circle;
	text-decoration:none;
	padding: 0px;
	padding-bottom: 8px;
	margin: 0px;
	margin-left: 15px;
}
#link_lists {
	color: #942327;
	text-decoration: none;
}
#link_lists a {
	color: #942327;
	text-decoration: none;
}
#link_lists a:hover {
	text-decoration: underline;
	color: #7E9A0E;
}

/*****
uberlink navlist
****/
#menu {
	width: 999px;
	float: left;
	text-align:left;
	margin-left: 40px;
	white-space: nowrap;
	list-style-type: none;
/*	padding: 0px;*/
/*	padding-left: 20px;*/
/*	margin: 0px;*/
}
#navlist {
	width: 999px;
	height: 32px;
	white-space: nowrap;
	float:left;
	display: inline;
	font-size: 14px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	padding-top:10px;
	list-style-type: none; /*turns off display of bullet*/
	text-decoration:none;
}
#navlist li {
	white-space: nowrap;
	position: relative;
	display: inline;
	font-size: 14px;
	font-weight:bold;
	list-style-type: none; /*turns off display of bullet*/
	text-decoration:none;
}
/****set link styles***/
#navlist a, #navlist a:visited {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 0;
	font-size: 14px;
	color: #0099ff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/***set the hover***/
#navlist a:hover {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 0;
	font-size: 14px;
	color: #C64A27;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist li a:active {
	display: inline;
	padding: 2px 10px 2px 10px;
	border: 0;
	font-size: 14px;
	color: #CE5627;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.bottom_text {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px; 
	color: #383734;
}
body {
	text-align:center;
	width: 999px;         /* 2 x (LC fullwidth + CC padding) + RC fullwidth */
}
#container {
	text-align:center;
/*	padding-left: 0px;*/      /* LC fullwidth */
/*	padding-right: 11px;*/     /* RC fullwidth + CC padding EDIT - this changes size of right column*/
}
#mainarea {
/*	background: url(images/mdhcn_tallmainimge.jpg) repeat none;
*/	text-align:center;
	background-color:#FFF;
/*	padding-left: 0px;*/      /* LC fullwidth */
/*	padding-right: 11px;*/     /* RC fullwidth + CC padding EDIT - this changes size of right column*/
}
#container .column {
	position: relative;
	float: right;
}
#content {
	width: 800px;
	margin-left: 30px;
	padding-top: 30px;
	float:left;
	z-index:1;
}
#content_agenda {
	width: 800px;
	height:2750px;
	margin-left: 30px;
	padding-top: 30px;
	float:left;
}
#{
	width: 999px;
	height: 320px;
	position:absolute;
	top: 580px;
	border-top:#000000 dotted;
	margin:0;
	padding:0;
}
#sponsors_location {
	width: 999px;
	height: 220px;
	position:absolute;
	top: 600px;
	border-top:#000000 dotted;
	margin:0;
	padding:0;
}
#wayright_content {
	width: 250px;
	height: 80px;
	position:absolute;
	top: 104px;
	left:705px;
	margin:0;
	z-index: 1;
}
#sponsors_agenda {
	width: 999px;
	height: 220px;
	position:absolute;
	text-align:left;
	top: 2900px;
	border-top:#000000 dotted;
	margin:0;
	padding:0;}
#sponsors {
	width: 999px;
	height: 320px;
	position:absolute;
	text-align:left;
	top: 600px;
	border-top:#000000 dotted;
	margin:0;
	padding-bottom:40px;
}	
#right {
	width: 11px;             /* RC width */
	padding: 0px;          /* RC padding */
	padding-bottom: 40px;
	margin: 0px;
/*	background: url(images/newsidebar_repeat.jpg) repeat-y #E75116;
*/
}
/*#footer {
	clear: both;
	height: 50px;
}*/
#graphic_left {
	float: left;
	width: 250px;
	height: 227px;
	padding: 5px;
	padding-left: 37px;
	margin: 0px;
	margin-right: 15px;
	clear: both;
}
#graphic_right {
	float: right;
	width: 250px;
	height: 227px;
	padding: 5px;
	padding-left: 15px;
	margin: 0px;
	margin-right: 15px;
	clear: both;
}
.tops {
	vertical-align: top;
}
.bottoms {
	float: right;
}
/*** Equal-height Columns ***/
#container {
	text-align:center;
	width:999px;
	overflow: hidden;
}
/*#container .column {
	padding-bottom: 1001em;*/     /* X + padding-bottom */
/*	margin-bottom: -999em;*/     /* X */
/*}*/
/*** Footer Fix ***/
* html body {
	overflow: hidden;
}
* html #footer_wrapper {
	float: left;
	position: relative;
	width: 999px;
/*	padding-bottom: 10010px;
	margin-bottom: -9990px;*/
	background: none;         /*** Same as body background ***/
}
#header, #footer {
	font-size: large;
	text-align: center;
	padding: 0;
	background: none;
}
/** IE6 fix**/
#footer {
/*	clear: both;*/
/*	height: 50px;*/
	width: 999px;
	background-color:#fff;
	padding: 10px 0 10px 0;
	border-top: 1px #000;
}
html>body #footer {
	width: 999px;
	padding: 0px;
	padding: 10px 0 10px 0;
	border-top: 1px #000;
}
#footer_link {
	width: 989px;
	white-space: nowrap;
	position: relative;
	text-align: center;
	display: inline;
	font-size: 11px;
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#footer_link li {
	white-space: nowrap;
	position: relative;
	text-align: center;
	display: inline;
	font-size: 11px;
	list-style-type: none; /*turns off display of bullet*/
}
/****set link styles***/
#footer_link a, #footer_link a:visited {
	display: inline;
	font-size:11px;
	font-weight:100;
	padding: 2px 2px 2px 2px;
	border: 0;
	color: #4C82D7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
/***set the hover***/
#footer_link a:hover {
	color: #000;
}
#footer_link li a:active {
	color: #000;
}


/** all others **/
#center {
/*	background-image:url(images/mdhcn_tallmainimge.jpg); 
	background-repeat:no-repeat;
*/	background-color:#FFF;
	width: 999px;
	height: 1200px;
	display:inline;
}
#center_agenda {
	background-color:#FFF;
	width: 999px;
	height: 3200px;
	display:inline;
}
#center_top {
	width: 999px;
	margin:0;
	padding-right:0px;
}
#container .column {
	text-align: justify;
}
#hotel_link	{
	position:relative;
	top: 30px;
	left: 580px;
	width:160px;
	height:40px;
	margin:0;
	padding:0;
}
#more_info_link	{
	position:absolute;
	top: 600px;
	left: 700px;
	width:245px;
	height:60px;
	margin:0;
	padding:0;
	z-index:999;
}
#more_info_link_agenda	{
	position:absolute;
	top: 1780px;
	left: 700px;
	width:245px;
	height:60px;
	margin:0;
	padding:0;
	z-index:999;
}
.more_info_text {
	text-align:left;
	padding-left:20px;
	color:#000066;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.more_info_text a {
	color:#0099ff;
	text-decoration:none;
}
.more_info_text a:hover {
	color:#C64A27;
	text-decoration:none;
}
.gold {
	font-size:11px;
	font-weight: bold;
	color:#000000;
	text-decoration:underline;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align:center;
	line-height: 16px;
	}
