/* 2010 Annual Conference Style Sheet - 10/26/2009*/
/* C.W. Emely */

/* -- 2010 Color Scheme -- */
/* Peach - d75942 */
/* Orange - f78e1e */
/* Green - 00958f */
/* Dark Green - 6f9027 */
/* Yellow -  */
/* Blue - 01346b */
/* ------------------------ */

body  {
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background: #01346b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.wrapper #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/2010_main_background.jpg);
	background-repeat:no-repeat;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;	
}
.wrapper #container2 { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/2010_secondary_background.jpg);
	background-repeat:no-repeat;
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;	
}
.wrapper #container3 { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/2010_secondary_background.jpg);
	background-repeat:no-repeat;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;	
} 
.wrapper #container_spouse { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/2010_spouse_background.jpg);
	background-repeat:no-repeat;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;	
} 
.wrapper #header {
	height: 108px;
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.wrapper #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #01346b; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 15px 0px;
}
.wrapper #mainContent {
    position:relative;
	margin: 20px 0px 10px 193px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #mainContent3 {
	margin: 0px 0px 0px 193px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 15px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}
.contentRightbar {
	margin-left: 555px;
	width: 140px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 100%;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 0px 10px 5px;
	text-align:center;
	vertical-align:top;
}
/* .Content {
	top: 20px;
	width: 695px;
	margin-bottom: 10px;
	padding: 0 15px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box 
}*/
.Sponsor_Content {
	top: 20px;
	width: 720px;
	margin-bottom: 10px;
	padding: 0 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #expoContent {
margin: 5px 5px 0px 5px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.wrapper #footer {
	position:relative;
	clear: left;
	width: 100%;	
	/* height: 45px; */
	margin-top: 0px;
	padding: 8px 0px 8px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f78e1e;
	font-size: 9pt;
	color:#FFF;
	text-align:center;
}
.wrapper #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0px 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.wrapper #footer a {
	color:#FFF;
	text-decoration: none;
}
.wrapper #footer a:hover {
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.Text 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
}
.Home_Text 
{
	position:absolute;
	top:220px;
	width: 520px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:bold;
}
.VP_Letter 
{
	position:absolute;
	top:360px;
	width: 520px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
}
.wrapper #mainContent .Home_Date 
{
	position:absolute;
	top:20px;
	left:280px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16pt; 
	color:#01346b; 
	text-decoration:none;
	text-align:center;
	font-weight:bold;
}
.Infotext 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;
}
.vp_image {
	float:left;
	margin-right: 18px;
	padding-top: 5px;
	vertical-align:text-top;
}
.mayor_letter {
	position:absolute;
	top:890px;
	width: 480px;
}
/* Left Nav Menu */
.buttonmenu {
list-style-type: none;
margin: 0;
padding: 0;
width: 184px;
}
.buttonmenu li a {
	color: white;
	display: block;
	width: 100%;
	padding: 2px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px solid;
	border-left: 0px;
	border-color:#D5BFD0 #5A3A54 #D5BFD0 #D5BFD0; /*light dark dark light*/
	background-color: #01346b;
	text-decoration:none;
}

.buttonmenu li a:visited {
	color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active {
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 2px 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight: bold;
	line-height: 1.4em;
	border: 1px solid;
	border-left: 0px;
	border-color:#D5BFD0 #5A3A54 #D5BFD0 #D5BFD0; /*light dark dark light*/
	text-decoration:none;
	background-color: #f78e1e;
}

/* End Left Nav Menu Styles */

.h_line_B
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #3e4861;
}
.h_line_O
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 2px solid #f78e1e;
}
.h_line_W
{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 1px solid #ffffff;
}
.Hilite
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#bf311a;
	text-decoration:none; 
	font-weight:bold;
}

.agenda_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#3e4861;
	font-weight:normal;
}
.agenda_speaker_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#3e4861;
	font-weight:normal;
	font-style:italic;
}
.agenda_Bold_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#3e4861;
	font-weight:bold;
	padding-top:8px;
}
.At-a-Glance_Date_Heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	color:#01346b; 
	text-decoration:none;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.At-a-Glance_Date_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	font-variant:small-caps;
	font-weight:normal;
}
.At-a-Glance_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	color:#000000; 
	text-decoration:none;
}
.At-a-Glance_Date_Heading_White
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt; 
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.At-a-Glance_Date_Text_White
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#ffffff;
	font-variant:small-caps;
	font-weight:normal;
}
.At-a-Glance_Text_White
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	color:#ffffff; 
	text-decoration:none;
}
.Seminar_At-a-Glance {
    background-color: #01346b;
    padding: 5px 5px 5px 2px;
    width:435px;
}
.wrapper #mainContent .Comm_At-a-Glance {
    position:absolute;
    top: 86px;
    Left: 460px;
    width:290px;
    background-color: #6f9027;
    padding: 4px 4px 4px 4px;
}
.Section_Heading
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18pt; 
	color:#01346b; 
	text-decoration:none;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
}
.Section_Heading_White 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:18pt; 
	color:#ffffff; 
	text-decoration:none;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
}
.Program_Date_Heading
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt; 
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
	background-color: #f78e1e;
	margin-top: 20px;
	margin-bottom: 20px;	
	padding-top: 3px;
	padding-bottom: 3px;
}
.Program_Date_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#000000;
	font-variant:small-caps;
	font-weight:normal;
}
.Program_Text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt; 
	color:#000000; 
	text-decoration:none;
}
.Program_SubHeading 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#01346b; 
	text-decoration:none; 
	font-weight:bold;
}
.wrapper #mainContent .Program_Sidebar
{
    Position: absolute;
    top: 54px;
    Left: 530px;
    width: 208px;
    background-color: #6f9027;
    padding: 6px 10px 4px 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;    
    color: #ffffff;
}
.Program_Sidebar_Heading
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	font-weight: bold;    
    color: #01346b;
}
.Program_Sidebar_Image
{
	float:left;
	padding: 0px 4px 5px 0px;
	vertical-align:text-top;
}
.Title14
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
.Title12
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
.Title11
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#bf311a; 
	text-decoration:none; 
	font-weight:bold;
}
H1 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:20pt; 
	color:#01346b; 
	text-decoration:none;
	padding: 2px 0px 2px 4px;
	font-weight:bold;
}
H2 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#f78e1e; 
	text-decoration:none; 
	font-weight:bold;
}
H3 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#f78e1e; 
	text-decoration:none; 
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
H4 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
	padding-bottom: 2px;
	margin-bottom: 2px;	
}

/************ Tuesday Session Styles  ************/
/* Orange - f78e1e */
/* Green - 00958f */
/* Dark Green - 6f9027 */
/* Yellow -  */
/* Blue - 01346b */

.Group_Header
{
	background-color:#01346b;
	padding-top:5px;
	padding-bottom:10px;
	padding-left:4px;
	text-align:left;
	vertical-align:top;
}
.Group_Title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	font-weight:bold;
	color:#f78e1e;
}
.Group_Chair
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
}
.Group_Sponsor
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:normal;
	color:#ffffff;
}
.Session_Title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#01346b;
	font-weight:bold;
}
.Session_Presenter
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	font-weight:normal;
	font-style:italic;
}
.Session_Title_odd
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
}
.Session_Presenter_odd
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#ffffff;
	font-weight:normal;
	font-style:italic;
}
.td_session
{
	padding-bottom:10px;
	padding-left:4px;
	text-align:left;
}
.td_session_odd
{
	background-color:#01346b;
	padding-bottom:10px;
	padding-left:4px;
	text-align:left;
}
.td_session_span
{
	background-color:#01346b;
	padding: 5px 0px10px 0px;
	padding-left:4px;
	text-align:left;
}
.td_session_break
{
	background-color:#f78e1e;
	padding: 5px 0px10px 0px;
	padding-left:4px;
	text-align:left;
}
.td_session_luncheon
{
	background-color:#6f9027;
	padding: 5px 0px10px 0px;
	padding-left:4px;
	text-align:left;
}
.Session_Time
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#6f9027;
	font-variant:small-caps;
	font-weight:bold;
	background-color:#ffffff;
	padding: 5px 5px 10px 4px;
	text-align:right;	
}
.Session_Link A:Link
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	font-weight:bold;	
	color:#f78e1e; 
	text-decoration:none;
}
.Session_Link A:visited 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	font-weight:bold;	
	color:#f78e1e; 
	text-decoration:none;
}
.Session_Link A:active 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	font-weight:bold;	
	color:#6f9027; 
	text-decoration:none;
}
.Session_Link A:hover 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt;
	font-weight:bold;	
	color:#6f9027; 
	text-decoration:underline;
}
.Session_Image
{
	float:right;
	padding: 5px 10px 0px 10px;
}
/************ MTNG Styles ************/
.mtng_welcome
{
	position:absolute;
	top:30px;
	left:530px;
}
.mtng_text 
{
	position:absolute;
	top:210px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none;
}
.wrapper #mainContent .mtng_Sidebar
{
    Position: absolute;
    top: 225px;
    Left: 530px;
    width: 208px;
    background-color: #01346b;
    padding: 6px 10px 4px 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;    
    color: #ffffff;
}
.mtng_quote
{
    font-family: "Times New Roman", Serif;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
/************ Spouse Page Styles ************/
.wrapper #mainContent .speaker_photo 
{
	position:absolute;
	top:92px;
	left:480px;
	text-align:center;
}
.wrapper #mainContent .spouse_Text 
{
	position:absolute;
	top:255px;
	width: 720px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none; 
}
.wrapper #mainContent .spouse_part2
{
	position:absolute;
	top:560px;
    background-color: #f78e1e;
    padding: 5px 5px 5px 2px;
    width:725px;
}
.wrapper #mainContent .airboat_1 
{
	position:absolute;
	top:620px;
	left:450px;
}
.wrapper #mainContent .airboat_2
{
	position:absolute;
	top:850px;
	left:40px;
}
.spouse_part2 .airboat_Text 
{
	position:absolute;
	top:280px;
	left: 320px;
	width: 402px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#ffffff; 
	text-decoration:none; 
}
.spouse_part2 .airboat_Heading 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight: bold; 
	color:#01346b; 
	text-decoration:none; 
}
/************ Golf Page Styles ************/
.ff_logo
{
	position:absolute;
	top:45px;
	left:580px;
	z-index:1;
}
.golf_text 
{
	position:absolute;
	top:200px;
	width: 500px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none;
}
.golf_sponsors 
{
	position:absolute;
	top:820px;
	width: 720px;
}
.golf_cancellation_text 
{
	position:absolute;
	top:1020px;
	width: 720px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	color:#000000; 
	text-decoration:none;
}
.golf_subheading
{
	text-align: center;
	z-index: 1000;
}
.golf_h2 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:14pt; 
	color:#01346b; 
	text-decoration:none; 
	font-weight:bold;
}
.wrapper #mainContent .golf_Sidebar
{
    Position: absolute;
    top: 214px;
    Left: 525px;
    width: 208px;
    background-color: #6f9027;
    padding: 6px 10px 4px 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
	font-weight: bold;    
    color: #ffffff;
}
.golf_Sidebar_Heading
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight: bold;    
    color: #01346b;
}
.Sched_Time
{
	font-family:Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#FFFFFF;
	font-variant:small-caps;
	font-weight:bold;
}
.Sched_Text
{
	font-family:Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
	font-weight:normal;
}
.Sched_Line
{
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom: 4px solid #CCCCCC;
}
.Schedule
{
	background-color:#002d62;
	padding-top:5px;
	padding-right:20px;
	padding-bottom:10px;
	padding-left:20px;
	text-align:center;
}
.Exhibitor
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000;
	list-style:none;
}
.Exhibitor li
{
	padding-bottom: 6px;
}
.Seminar_Cost_Title
{
	font-family:Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#f78e1e;
	font-weight:bold;
	text-align:center;
}
.Seminar_Cost_Title_Middle
{
	font-family:Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#f78e1e;
	font-weight:bold;
	text-align:center;
	border-top: 1px solid #ffffff;
	padding: 1px 0px 1px 0px;
}
.Seminar_Cost
{
	font-family:Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
.Seminar_Cost_Table_O {
    background-color: #f78e1e;
}
.Seminar_Cost_Table_G {
    background-color: #6f9027;    
}
/* Orange - f78e1e */
/* Green - 00958f */
/* Dark Green - 6f9027 */
/* Yellow -  */
/* Blue - 01346b */
.Seminartext 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 4px;
}
.Seminar_Title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14pt; 
	color:#f78e1e; 
	text-decoration:none;
	font-variant:small-caps;
	font-weight:bold;
	padding-bottom: 15px;
}
A:link 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:visited 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:active 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
A:hover 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9pt;
	font-weight:bold;	
	color:#005699; 
	text-decoration:underline;
}
.Heading
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	color:#6085b9; 
	text-decoration:none; 
	font-weight:bold;
}
.SubHeading 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#999999; 
	text-decoration:none; 
	font-weight:bold;
}
.Sponsor_Logos
{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.Sponsor 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:9px; 
	color:#000000; 
	text-decoration:none; 
	font-weight:normal;
	text-align: center;
}
.Sponsor td
{
	text-align:center;
}
.Nav:link 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:visited 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#CCCCCC; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:active 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#862942; 
	text-decoration:none; 
	font-weight:bold;
}
.Nav:hover
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:8pt; 
	color:#862942; 
	text-decoration:none; 
	font-weight:bold;
}
.Big:link 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:visited 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:active 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt;
	font-weight:bold;	
	color:#862942; 
	text-decoration:none;
}
.Big:hover 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12pt; 
	font-weight:bold;	
	color:#005699; 
	text-decoration:underline;
}