@charset "utf-8";
/* CSS Document */
body	{
	font-family:Arial, Helvetica, sans-serif;
}

h1	{
	text-transform:uppercase;
	font-weight:normal;
	font-size:24px;
	color:#721c25;
	padding-bottom:7px;
	margin-bottom:20px;
	border-bottom:2px solid #721c25;
}
h1 img	{
	float:right;
	margin-left:10px;
}
h2	{
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:18px;
	color:#d76d2f;
	padding:10px 0 5px 0;
	margin:0;
	font-weight:normal;
}
h3	{
	font-size:13px;
	color:#000;
	padding:15px 0 5px 0;
	margin:0;
	font-weight:bold;
}
h4	{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#452720;
	padding:15px 0 3px 0;
	margin:0 0 15px 0;
	font-weight:bold;
	font-style:italic;
	border-bottom:2px solid #452720;
}
h3 span	{
	color:#d76d2f;
}
p	{
	margin:0;
	font-size:13px;
	line-height:18px;
	padding:0 0 20px 0;
}
div.content_column ul	{
	margin:0 0 0 0px;
	padding:0 0 10px 0;
	list-style-type:none;
}
div.content_column ul li	{
	font-size:12px;
	padding:3px 0 3px 10px;
	background:url(../../media/images/common/li_bg.jpg) no-repeat 0 10px;
}
div.content_column ol li	{
	font-size:12px;
	padding:3px 0 3px 10px;
}
a	{
	color:#225b87;
	font-weight:bold;
}
a:hover	{
	color:#721c25;
}

#page_container	{
	width:964px;
	margin:0 auto;
}
#header_img	{
	margin:30px 0 27px 0;
	clear:both;
}


/* top nav styles */
ul.top_nav	{
	width:964px;
	height:30px;
	margin:0 auto 50px auto;
	clear:both;
	padding:0;
	list-style-type:none;
	font-size:13px;
	letter-spacing:2px;
}
ul.top_nav li	{
	float:left;
	text-transform:uppercase;
}
ul.top_nav li a	{
	font-weight:normal;
	display:block;
	background:url(../../media/images/common/nav_item_bg.jpg) no-repeat top right;
	height:23px;
	width:174px;
	padding:7px 0 0 0;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}
ul.top_nav li a:hover, ul.top_nav li a.selected	{
	color:#FFF;
	background:url(../../media/images/common/nav_item_bg_over.jpg) no-repeat top right;
}


/* content area styles */
div.left_column	{
	width:310px;
	float:left;
	margin:0 30px;
	text-align:center;
}

div.left_column_sponsor	{
	width:250px;
	float:left;
	padding:13px 30px 30px 30px;
	margin:0 30px;
}
img.dt_logo	{
	margin-bottom:42px;
}

div.content_column	{
	width:544px;
	float:left;
}


#earlybird_table {
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #d76d2f;
	border-bottom: none;
	border-right: none;
	margin: 20px 0px;
}

#earlybird_table  td {
	border-bottom: 1px solid #d76d2f;
}

#earlybird_table #heading_row, #program_table #heading_row {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	background:url(../../media/images/common/orange_gradient_bg.jpg) repeat-x;
}

#earlybird_table .border_right td {
	border-right: 1px solid #d76d2f;
	text-align: left;
}


#earlybird_table .shaded_border_right td {
	border-right: 1px solid #d76d2f;
	background: #FFF9BE;
	text-align: left;
}

#program_table {
	width: 100%;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #b48f74;
	border-bottom: none;
	border-right: none;
	margin: 30px 0px 50px 0px;
}

#program_table  td {
	border-bottom: 1px solid #b48f74;
}

#heading_row {
	background: #FA832D;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#program_table .border_right td {
	border-right: 1px solid #b48f74;
}


#program_table .shaded_border_right td {
	border-right: 1px solid #b48f74;
	background: #FFF9BE;
}

#time {
	width: 125px;
}	


div.footer	{
	border-top:4px solid #d76d2f;
	clear:both;
	font-size:11px;
	width:964px;
	margin:20px auto 0 auto;
	padding-top:10px;
	text-align:center;
}




