@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;
		}
	}




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

/* Breadcrump links */

.struct_breadcrumb {
	font-size:12px;
	display:block;
	margin-bottom:15px;
}


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

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




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