/*********************STANDARD TAGS*********************/
body{
	background:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:left;
	}
a:visited, a:link, a:active{
	color: #003366;
	text-decoration:underline;
	}
a:hover{
	color: #003366;
	text-decoration:none;
	}

/*********************CLASSES*********************/

/***SITE BASE***/
.siteBase{
	background:#fff;
	border:none;
	margin:0;
	padding:0;
	position:relative;
	width:783px;
	}
.content{
	padding:10px 0 0px 0;
	overflow:hidden;
	}

/***LEFT AREA***/	
.leftArea{
	padding:0px 20px 20px;
	position:relative;
	width:150px;
	left:0px;
	float:left
	}
	
/***CENTER CONTENT***/
#centerArea{
	border-left:#666 1px solid;
	border-right:#666 1px solid;
	left:0px;
	line-height:1.5em;
	position:relative;
	width:370px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
/***RIGHT CONTENT***/
.rightArea{
	margin-left:630px;
	padding:0 5px 20px;
	width:150px;
	vertical-align: top;
	}
	
/***FOOTER***/
.footer{
	background:#999;
	color:#fff;
	display:block;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	padding:10px;
	position:relative;
	text-align:center;
	width:754px;
	border-top:20px solid #fff;
	}

/* BACKGROUND COLORS */
    
.bg_main              { background-color: #FFFFFF; }
.bg_header            { background-color: #FFFFFF; } 
.bg_search_box        { background-color: #DDDDDD; }

/*
.bg_nav_left_header   { background-color: #eee; padding:5px; } 
.bg_nav_left          { background-color: #EEEEEE; } 
.bg_nav_left_selected { background-color: #DDDDDD; }
*/
.bg_nav_right_header  { background-color: #003366; } 
.bg_nav_right         { background-color: #EEEEEE; } 
    


/***HEADER CATEGORY NAMES & BREADCRUMBS***/

.header_category_name{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
.header_breadcrumb{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	}
.header_breadcrumb a{
	font-size: 16px;
	color: #333 !important;
	text-decoration: none;
	}
.header_breadcrumb a:hover{
	font-size: 16px;
	color: #333 !important;
	text-decoration: underline;
	}



.image_caption{ font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.speaker_caption { font-size: 10px; font-family: Arial, Helvetica, sans-serif; text-align: left }
.more_headlines{ color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.global_updated{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }

.general_text{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

.nav_left_header_text{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom:10px;
	display:block;
	}

/***LEFT NAVIGATION (CATEGORY LIST) - commented out, see below

.nav_left_header_text a{
	color: #FFF !important;
	}

.category_link_depth1 a{
	color: #777 !important;
	font-size: 12px;
	font-weight: bold;
	}
.category_link_depth2 a{
	color: #777 !important;
	font-size: 11px;
	font-weight: bold;
	}
.category_link_depth3 a{
	color: #777 !important;
	font-size: 10px;
	font-weight: bold;
	}
.category_link_depth1 a:hover,.category_link_depth2 a:hover,.category_link_depth3 a:hover{
	color:#000;
	text-decoration:none;
	}

.advancedsearch_link{
	font-size: 11px;
	font-weight: normal;
	}

/***NEW LIST FOR LEFT MENU***/
.menu{
		display:block;
		position:relative;
		color:#003366;
		font-weight:bold;
		}
.menu ul{
	list-style:none;
	margin:0 0 20px 0;
	padding:0;
	}
.menu ul li{
	padding:5px 0px 5px 0px;
	display:block;
	}
.menu ul li.depth_2{
	padding-left:10px;
	}
.menu ul li a{
	text-decoration:underline;
	color:#333;
	}
.menu ul li a:hover{
	text-decoration:none;
	color:#003366;
	}
	
/***ADVANCED SEARCH FORM***/
.form_table{
	background:#fff;
	}
.form_table .general_text{
	padding:10px 0px 10px 0px;
	text-align:right;
	}
#submitForm{
	border-top:1px #999 solid;
	}
.simpleForm{
	margin-top:20px;
	padding-top:10px;
	border-top:1px #999 solid;
	}


/***RIGHT NAVIGATION (HEADLINES)***/
.nav_right_header{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	}
.nav_right_category_header{
	color: #FFF;
	font-size: 15px; font-weight: normal;
	}
.nav_right_headlines{
	font-size: 11px;
	font-weight: normal;
	}

.nav_right_category_name{
	font-size: 11px;
	font-weight: bold;
	}


/***ARTICLE SUMMARIES***/
.summary_title{
	font-size: 14px;
	font-weight: bold;
	color:#003366;
	}
.summary{
	font-size: 12px;
	padding:10px 0px 30px 0px;
	}
.summary_date{
	font-size: 10px;
	}

.summary_breadcrumb{
	color: #333;
	font-weight: bold;
	}
.summary_breadcrumb a{
	color: #333 !important;
	text-decoration: none;
	}
.summary_breadcrumb a:hover{
	color: #333 !important;
	text-decoration: underline;
	}


/***ARTICLE PAGES***/

.article_title{
	font-size: 14px;
	font-weight: bold;
	color:#003366;
	}
.article_text{
	font-size: 12px;
	padding:10px 0px 30px 0px;
	line-height: 18px;
	}
	
.article_text .bios{
	margin:0;
	padding:0;
	}
	
.article_text .bios h4{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#333;
	}

.article_text .bios p{
	padding:0;
	margin:0 0 20px 0;
	}
.article_text .bios p img{
	margin:5px 25px 5px 0px;
	}

.print_title{
	font-size:16px;
	font-weight:bold;
	color:#003366;
	margin-bottom:10px;
	}
.print_text{
	font-size:13px;
	font-weight:normal;
	color:#333;
	line-height:1.5em;
	}
.print_text .bios h4{
	margin:0;
	padding:0;
	font-size:15px;
	font-weight:bold;
	color:#333;
	}

.print_text .bios p{
	padding:0;
	margin:0 0 30px 0;
	}
.print_text .bios p img{
	margin:5px 25px 5px 0px;
	}

.bg_printer_page{ background-color: #FFF; }

/***SPONSORSHIP PAGES***/
.sponsorship_cat{
	color:#999;
	font-size:11px;
	font-weight:bold;
	/*border-bottom:1px solid #999;*/
	padding:5px 0px 5px 0px;
	text-align:center;
	}
.sponsorCells img{
	margin:10px 0px 10px 0px;
	border:none;
	border:none;
	text-align:center;
	}
.sponsorCells{
	text-align:center;
	display:block;
	position:relative;
	margin-bottom:10px;
	font-size:12px;
	color:#666;
	}
	
/***ORGANIZER COMPONENT***/
.organizerCells{
	text-align:center;
	margin-top:20px;
	border-top:1px solid #999;
	padding-top:20px;
	position:relative;
	width:130px;
	}
.organizerCells img{
	border:none;
	margin-top:10px;
	margin-bottom:10px;
	}
.organizer_cat{
	font-size:12px;
	color:#999;
	}

/***HEADERS***/
.pageHeader{
	font-size:18px;
	color:#333;
	font-weight:bold;
	border-bottom:1px #999 solid;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	}
.rightPageHeader{
	font-size:14px;
	color:#333;
	font-weight:bold;
	border-bottom:1px #999 solid;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	}
	
.print_email{
	border:none;
	display:block;
	text-align:right;
	padding:10px;
	}
.print_email a img{
	border:none;
	margin-left:10px;
	}
.top_page{
	display:block;
	text-align:right;
	}
.article_wrapper{
	padding:20px;
	width:500px;
	position:relative;
	display:block;
	}
.sponsor_packages{
	margin-left:30px;
	padding-left:0;
	}
.sponsor_packages li{
	margin-left:0;
	margin-bottom:20px;
	padding-left:0;
	font-weight:bold;
}
.sponsor_benefits{
	margin-left:0;
	padding-left:0;
	}
.sponsor_benefits li{
	margin-left:10px;
	margin-bottom:0;
	padding:0;
	font-weight:normal;
}
/*#platinum{
	color:#458AA3
	}
#gold{
	color:#E3A61E;
	}
#silver{
	color:#aaa;
	}
#bronze{
	color:#A2721F;
}*/
.eventProgram h4{
	font-size:13px;
	color:#003366;
	margin-bottom:0;
	padding-bottom:0;
	}

/***REGISTRATION FORM***/
.registration_form{
	display:block;
	position:relative;
	left:0px;
	margin-bottom:20px;
	border-bottom:1px #999 solid;
}
.registration_form form{
	display:block;
}
.registration_form label{
	display:block;
	}
.registration_form .text_field{
	width:300px;
	background:#fff;
	border:#666 solid 1px;
	margin:0px 0px 15px 0px;
	position:relative;
	display:block;
}
.registration_form .checkboxes{
	margin-bottom:15px;
	}
.error{
	color:#990000;
	font-style:italic;
	font-weight:bold;
	margin:5px;
	}
	
	.top_menu_new{ 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	line-height: 140%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none; 
	padding-top: 10px; padding-right: 2px; padding-left: 2px 
	}
	
	.latest_headlines{
	font-size: 11px;
	line-height: 140%;
	font-weight: bold;
	color:#003366;
	}
