@charset "UTF-8";


		
	.struct_leftsidebar {
		/*position:absolute;*/
		/*left:0px;*/
		float:left;
		width:19%;
		
		padding:0px 0 0 0px;
		/*background-color:#DDFFFF;*/
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
	}

.struct_pagecontent {
		position:static;
		margin-left:21%;
		padding:20px 0px 0 3%;
		/*width:100%;*/
		background-color:#ffffFF;
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
	}
.struct_pagecontent_one_col {
		position:static;
		margin-left:0px;
		padding:20px 0px 0 1px;
		/*width:100%;*/
		background-color:#ffffFF;
		-webkit-box-sizing: border-box;
     	-moz-box-sizing: border-box;
        box-sizing: border-box;
	}


	@media screen and (max-width:760px) {
		
		/*remove gray background*/
		.pagebody {
			 background-color:#ffffff;
		}
		
		/* hide left sidebar */
		.struct_leftsidebar {
			display:none;
		}
		
		.struct_pagecontent, .struct_pagecontent_one_col {
			margin-left:0px;
			padding:20px 5px 0 5px;
		}
		
	
	}
	
	@media screen and (max-width:600px) {
	  
	  .struct_upperrightimage {
		width:100%;
		margin:0 0px 15px 40px;
		}
	}




/***********************************/
	
.struct_header_link_container {
	
	display:block;
	width:100%;
	padding-bottom:15px;
	overflow:auto;
}


/* Breadcrump links V3 */


.breadcrumbseparator {
    margin: 0 7px;
    display:inline;
}

.struct_breadcrumb3 {
	font-size:12px;
	display:block;
	margin-bottom:0px;
	float:left;
}


.struct_breadcrumb3 a:link {
	color:#061ab1 !important;
	text-decoration:none !important;
}

.struct_breadcrumb3 a:hover, .struct_breadcrumb3 a:visited:hover {
	color:#5e6bc7 !important;
	text-decoration:underline !important;
}
	

.struct_breadcrumb3 a:visited {
	color:#061ab1 !important;
	text-decoration:none;
}

/***** The links in the upper right corner of event pages */

.struct_event_pagelinks {
	float:right;
	font-size:0;
	
	color:#888; /* for the vertical bar characters */
}

.struct_event_pagelinks .struct_event_pagelinks_separator {
	
	margin: 0 5px;
}

.struct_event_pagelinks img {
	margin-right:3px;
}

.struct_event_pagelinks .struct_event_pagelinks_separator, .struct_event_pagelinks a, .struct_event_pagelinks .struct_event_pagelinks_nolink {
	font-size:12px;
	display: inline-block;	
	
}

.struct_event_pagelinks a:link {
	color:#061ab1 !important;
	
	text-decoration:none;
}

.struct_event_pagelinks .struct_event_pagelinks_nolink {
	font-weight:bold;
	color:#000;
}

.struct_event_pagelinks a:hover, .struct_event_pagelinks a:visited:hover {
	color:#5e6bc7 !important;
	text-decoration:underline;
}

.struct_event_pagelinks a:visited {
	color:#061ab1 !important;
	
	text-decoration:none;
}

/***********************************/

.st_container {
	margin:11px 0 0 0;	
	height:32px;
}