@charset "utf-8";
/* CSS Document */
body {
	margin: 0
} /* for ie mac*/
/* commented backslash hack v2 \\*/
html, body {
	height: 100&#37;;
	padding: 0
}

body {
	min-width: 800px
}

* html, * html body {
	overflow: hidden;
	padding: 60px;
	margin: -60px 0;
	padding: 0;
	margin: 0;
}

* html #outer {
	text-align: center;
	/*voice-family: "\\"}\\""; */
	voice-family: inherit;
}

* html #outer {
	text-align: left;
}

* html #outer {
	overflow: auto;
	height: 99.9%;
	voice-family: "\\"}\\"";
	voice-family: inherit;
}

* html #contain-all {
	text-align: center;
	position: absolute;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* end hack */
#top-bar {
	position: absolute;
	/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
	top: 0px;
	left: 0px;
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 999;
	overflow: visible;
}

#topbar-inner {
	height: 60px;
	background: #007CB0;
	text-align: center; /* for ie5*/
}

#footer-inner {
	height: 30px;
	background: #007CB0;
	text-align: center; /* for ie5*/
}

/* mac hide - reduce page to allow the scrollbar to remain visible \\*/
* html #topbar-inner, * html #footer-inner {
	margin-right: 17px;
}
/* end hide*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	z-index: 999;
}

.spacer {
	height: 30px
} /* same height as footer/header to preserve space*/
p {
	margin-top: 0
}

#side-bar {
	position: absolute;
	top: 80px;
	height: 200px;
	left: 50%;
	margin-left: -410px;
	width: 175px;
	border: 1px solid #000;
	background: orange;
}

html>body #top-bar, html>body #footer, html>body #side-bar {
	position: fixed
} /* for moz/opera and others*/
.mid-content {
	width: 100%;
	margin: auto;
	background: #007CB0;
	height: 60px;
	color: #FFFF99;
}

.qmparent {
	margin-top: 10px;
}

#inner {
	margin: auto;
	text-align: left;
}

#main-content {
	margin-left: 10em;
	margin-right: 10em;
}

#right {
	float: right;
	width: 5em;
	background: orange;
}

/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	display: block;
	font-size: 1px;
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
}

.qmmc .qmdividery {
	float: left;
	width: 0px;
}

.qmmc .qmtitle {
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.qmclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
}

.qmmc {
	position: relative;
	zoom: 1;
	z-index: 10000;
}

.qmmc a, .qmmc li {
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
}

.qmmc div a, .qmmc ul a, .qmmc ul li {
	float: none;
}

.qmsh div a {
	float: left;
}

.qmmc div {
	visibility: hidden;
	position: absolute;
}

.qmmc li {
	z-index: auto;
}

.qmmc ul {
	left: -10000px;
	position: absolute;
	z-index: 10;
}

.qmmc, .qmmc ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.qmmc li a {
	float: none
}

.qmmc li:hover>ul {
	left: auto;
}

#qm0 ul {
	top: 100%;
}

#qm0 ul li:hover>ul {
	top: 0px;
	left: 100%;
}

/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/

/* MyCSSMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
#qm0 {
	border-width: 0px;
	border-style: solid;
	border-color: #007CB0;
	padding-left: 150px;
}

/*"""""""" (MAIN) Items""""""""*/
#qm0 a {
	padding: 0px 20px 0px 8px;
	color: #ffffff;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	font-size: 12pt;
	text-decoration: none;
	margin-top: 18px;
}

/*"""""""" (MAIN) Hover State""""""""*/
#qm0 a:hover {
	/*         color:#D4D700; */
	border-bottom: 2pt solid #D4D700;
}

/*"""""""" (MAIN) Active State""""""""*/
body #qm0 .qmactive, body #qm0 .qmactive:hover {
	background-color: #007CB0;
	color: #D4D700;
	text-decoration: none;
}

/*"""""""" (SUB) Container""""""""*/
#qm0 div, #qm0 ul {
	padding: 0px;
	margin: 0px 0px 0px -1px;
	background-color: #007CB0;
	/*border-width:0px 1px 1px;
    border-style:solid;
    border-color:#222200;*/
	text-align: left;
}

/*"""""""" (SUB) Items""""""""*/
#qm0 div a, #qm0 ul a {
	padding: -1px 20px 0px 8px;
	border-width: 0px;
	border-style: none;
}

/*"""""""" (SUB) Hover State""""""""*/
#qm0 div a:hover, #qm0 ul a:hover {
	/*     color:#000000; */
	/*     background-color:#D4D700; */
	border-bottom: 2pt solid #D4D700;
	text-decoration: none;
}

/*"""""""" (SUB) Active State""""""""*/
body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	color: #D4D700;
	text-decoration: none;
}

/*----------content styles--------*/
.headerText {
	margin-left: 0em;
	margin-right: 0em
}

.topic_block {
	margin-left: 0em;
	margin-right: 0em
}

.hLineTD {
	color: #D4D700;
}

.hLineH2 {
	color: #007CB0;
}

p {
	color: #898989;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
}

.subCaption {
	color: #007CB0;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	font-weight: bold;
	font-size: 18pt;
}
/*table {margin-left:3em;
margin-right:3em}*/
.table_cell_left {
	padding-right: 1em;
}

.table_cell_right {
	padding-left: 1em;
}

td {
	padding-bottom: 4em;
	color: #898989;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	font-size: 14pt;
	width: 50%;
	vertical-align: top;
}

table {
	margin-top: 3em;
	margin-bottom: 1em;
}

h1 {
	color: #007CB0;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	font-size: 27pt;
}

h2 {
	color: #D4D700;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	display: inline;
	font-size: 27pt;
}

h3 {
	color: #007CB0;
	font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
		sans-serif;
	padding-bottom: 3px;
	display: inline;
}

.proconLogo {
	height: 30px;
	/* 	padding-top: 5px; */
	float: right;
	margin-top: 15px;
}

.languageLogo {
	height: 20px;
	/* 	padding-top: 5px; */
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	cursor: pointer;
}

.contentImage {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.anchor {
	display: block;
	height: 70px; /*same height as header*/
	margin-top: -70px; /*same height as header*/
	visibility: hidden;
}

.footerLink {
	margin-right: 5em;
	color: #ffffff;
	text-decoration: none;
}

.footerLink:hover {
	color: #D4D700;
}

.learnMoreText {
	display: none;
}

.learnMoreLink {
	display: block;
}

#data_source_image {
	height: 50%;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #898989;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: white;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:white;
}

/* Caption text */
.text {
  color: #898989;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #898989;
  font-size: 15px;
  font-weight:bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: white;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*------------------------------------------------------------*/
@media screen and (max-width: 1740px) {
	html, body {
		height: 100&#37;;
		padding: 0
	}
	body {
		min-width: 800px
	}
	* html, * html body {
		overflow: hidden;
		padding: 60px;
		margin: -60px 0;
		padding: 0;
		margin: 0;
	}
	* html #outer {
		text-align: center;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #outer {
		text-align: left;
	}
	* html #outer {
		overflow: auto;
		height: 99.9%;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #contain-all {
		text-align: center;
		position: absolute;
		overflow: auto;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	/* end hack */
	#top-bar {
		position: absolute;
		/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
		top: 0px;
		left: 0px;
		height: 60px;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 999;
		overflow: visible;
	}
	#topbar-inner {
		height: 60px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}
	#footer-inner {
		height: 30px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}

	/* mac hide - reduce page to allow the scrollbar to remain visible \\*/
	* html #topbar-inner, * html #footer-inner {
		margin-right: 17px;
	}
	/* end hide*/
	#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 30px;
		z-index: 999;
	}
	.spacer {
		height: 30px
	} /* same height as footer/header to preserve space*/
	p {
		margin-top: 0
	}
	#side-bar {
		position: absolute;
		top: 80px;
		height: 200px;
		left: 50%;
		margin-left: -410px;
		width: 175px;
		border: 1px solid #000;
		background: orange;
	}
	html>body #top-bar, html>body #footer, html>body #side-bar {
		position: fixed
	} /* for moz/opera and others*/
	.mid-content {
		width: 100%;
		margin: auto;
		background: #007CB0;
		height: 60px;
		color: #FFFF99;
	}
	#inner {
		margin: auto;
		text-align: left;
	}
	#main-content {
		margin-left: 5em;
		margin-right: 5em;
	}
	#right {
		float: right;
		width: 5em;
		background: orange;
	}

	/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
	.qmmc .qmdivider {
		display: block;
		font-size: 1px;
		border-width: 0px;
		border-style: solid;
		position: relative;
		z-index: 1;
	}
	.qmmc .qmdividery {
		float: left;
		width: 0px;
	}
	.qmmc .qmtitle {
		display: block;
		cursor: default;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmclear {
		font-size: 1px;
		height: 0px;
		width: 0px;
		clear: left;
		line-height: 0px;
		display: block;
		float: none !important;
	}
	.qmmc {
		position: relative;
		zoom: 1;
		z-index: 10000;
	}
	.qmmc a, .qmmc li {
		float: left;
		display: block;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmmc div a, .qmmc ul a, .qmmc ul li {
		float: none;
	}
	.qmsh div a {
		float: left;
	}
	.qmmc div {
		visibility: hidden;
		position: absolute;
	}
	.qmmc li {
		z-index: auto;
	}
	.qmmc ul {
		left: -10000px;
		position: absolute;
		z-index: 10;
	}
	.qmmc, .qmmc ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.qmmc li a {
		float: none
	}
	.qmmc li:hover>ul {
		left: auto;
	}
	#qm0 ul {
		top: 100%;
	}
	#qm0 ul li:hover>ul {
		top: 0px;
		left: 100%;
	}

	/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/

	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0 {
		border-width: 0px;
		border-style: solid;
		border-color: #007CB0;
		padding-left: 80px;
	}

	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a {
		padding: 0px 20px 0px 8px;
		color: #ffffff;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 12pt;
		text-decoration: none;
		margin-top: 18px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover {
		/*         color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
	}

	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
		background-color: #007CB0;
		color: #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul {
		padding: 0px;
		margin: 0px 0px 0px -1px;
		background-color: #007CB0;
		/*border-width:0px 1px 1px;
    border-style:solid;
    border-color:#222200;*/
		text-align: left;
	}

	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a {
		padding: -1px 20px 0px 8px;
		border-width: 0px;
		border-style: none;
	}

	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover, #qm0 ul a:hover {
		/*     color:#000000; */
		/*     background-color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		color: #D4D700;
		text-decoration: none;
	}

	/*----------content styles--------*/
	.headerText {
		margin-left: 0em;
		margin-right: 0em
	}
	.topic_block {
		margin-left: 0em;
		margin-right: 0em
	}
	.hLineTD {
		color: #D4D700;
	}
	.hLineH2 {
		color: #007CB0;
	}
	p {
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		font-style: normal;
		font-variant: normal;
	}
	.learnMoreLink {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		font-style: normal;
		font-variant: normal;
	}
	.subCaption {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-weight: bold;
	}
	/*table {margin-left:3em;
margin-right:3em}*/
	.table_cell_left {
		padding-right: 1em;
	}
	.table_cell_right {
		padding-left: 1em;
	}
	td {
		padding-bottom: 4em;
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		width: 50%;
	}
	table {
		margin-top: 3em;
		margin-bottom: 1em;
	}
	h1 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
	}
	h2 {
		color: #D4D700;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		display: inline;
	}
	h3 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		padding-bottom: 3px;
		display: inline;
	}
	.proconLogo {
		height: 30px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 15px;
	}
}
/* for 1080px or less */
@media screen and (max-width: 1670px) {
	html, body {
		height: 100&#37;;
		padding: 0
	}
	body {
		min-width: 800px
	}
	* html, * html body {
		overflow: hidden;
		padding: 60px;
		margin: -60px 0;
		padding: 0;
		margin: 0;
	}
	* html #outer {
		text-align: center;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #outer {
		text-align: left;
	}
	* html #outer {
		overflow: auto;
		height: 99.9%;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #contain-all {
		text-align: center;
		position: absolute;
		overflow: auto;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	/* end hack */
	#top-bar {
		position: absolute;
		/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
		top: 0px;
		left: 0px;
		height: 60px;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 999;
		overflow: visible;
	}
	#topbar-inner {
		height: 60px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}
	#footer-inner {
		height: 30px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}

	/* mac hide - reduce page to allow the scrollbar to remain visible \\*/
	* html #topbar-inner, * html #footer-inner {
		margin-right: 17px;
	}
	/* end hide*/
	#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 30px;
		z-index: 999;
	}
	.spacer {
		height: 30px
	} /* same height as footer/header to preserve space*/
	p {
		margin-top: 0
	}
	#side-bar {
		position: absolute;
		top: 80px;
		height: 200px;
		left: 50%;
		margin-left: -410px;
		width: 175px;
		border: 1px solid #000;
		background: orange;
	}
	html>body #top-bar, html>body #footer, html>body #side-bar {
		position: fixed
	} /* for moz/opera and others*/
	.mid-content {
		width: 100%;
		margin: auto;
		background: #007CB0;
		height: 60px;
		color: #FFFF99;
	}
	#inner {
		margin: auto;
		text-align: left;
	}
	#main-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	#right {
		float: right;
		width: 5em;
		background: orange;
	}

	/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
	.qmmc .qmdivider {
		display: block;
		font-size: 1px;
		border-width: 0px;
		border-style: solid;
		position: relative;
		z-index: 1;
	}
	.qmmc .qmdividery {
		float: left;
		width: 0px;
	}
	.qmmc .qmtitle {
		display: block;
		cursor: default;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmclear {
		font-size: 1px;
		height: 0px;
		width: 0px;
		clear: left;
		line-height: 0px;
		display: block;
		float: none !important;
	}
	.qmmc {
		position: relative;
		zoom: 1;
		z-index: 10000;
	}
	.qmmc a, .qmmc li {
		float: left;
		display: block;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmmc div a, .qmmc ul a, .qmmc ul li {
		float: none;
	}
	.qmsh div a {
		float: left;
	}
	.qmmc div {
		visibility: hidden;
		position: absolute;
	}
	.qmmc li {
		z-index: auto;
	}
	.qmmc ul {
		left: -10000px;
		position: absolute;
		z-index: 10;
	}
	.qmmc, .qmmc ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.qmmc li a {
		float: none
	}
	.qmmc li:hover>ul {
		left: auto;
	}
	#qm0 ul {
		top: 100%;
	}
	#qm0 ul li:hover>ul {
		top: 0px;
		left: 100%;
	}

	/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/

	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0 {
		border-width: 0px;
		border-style: solid;
		border-color: #007CB0;
		padding-left: 14px;
	}

	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a {
		padding: 0px 20px 0px 8px;
		color: #ffffff;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 12pt;
		text-decoration: none;
		margin-top: 18px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover {
		/*         color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
	}

	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
		background-color: #007CB0;
		color: #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul {
		padding: 0px;
		margin: 0px 0px 0px -1px;
		background-color: #007CB0;
		/*border-width:0px 1px 1px;
    border-style:solid;
    border-color:#222200;*/
		text-align: left;
	}

	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a {
		padding: -1px 20px 0px 8px;
		border-width: 0px;
		border-style: none;
	}

	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover, #qm0 ul a:hover {
		/*     color:#000000; */
		/*     background-color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		color: #D4D700;
		text-decoration: none;
	}

	/*----------content styles--------*/
	.headerText {
		margin-left: 0em;
		margin-right: 0em
	}
	.topic_block {
		margin-left: 0em;
		margin-right: 0em
	}
	.hLineTD {
		color: #D4D700;
	}
	.hLineH2 {
		color: #007CB0;
	}
	p {
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		font-style: normal;
		font-variant: normal;
	}
	.subCaption {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-weight: bold;
	}
	/*table {margin-left:3em;
margin-right:3em}*/
	.table_cell_left {
		padding-right: 1em;
	}
	.table_cell_right {
		padding-left: 1em;
	}
	td {
		padding-bottom: 4em;
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		width: 50%;
	}
	table {
		margin-top: 3em;
		margin-bottom: 1em;
	}
	h1 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
	}
	h2 {
		color: #D4D700;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		display: inline;
	}
	h3 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		padding-bottom: 3px;
		display: inline;
	}
	.proconLogo {
		height: 30px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 15px;
	}
}

/* for 1014px or less */
@media screen and (max-width: 1604px) {
	html, body {
		height: 100&#37;;
		padding: 0
	}
	body {
		min-width: 800px
	}
	* html, * html body {
		overflow: hidden;
		padding: 60px;
		margin: -60px 0;
		padding: 0;
		margin: 0;
	}
	* html #outer {
		text-align: center;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #outer {
		text-align: left;
	}
	* html #outer {
		overflow: auto;
		height: 99.9%;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #contain-all {
		text-align: center;
		position: absolute;
		overflow: auto;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	/* end hack */
	#top-bar {
		position: absolute;
		/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
		top: 0px;
		left: 0px;
		height: 60px;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 999;
		overflow: visible;
	}
	#topbar-inner {
		height: 60px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}
	#footer-inner {
		height: 30px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}

	/* mac hide - reduce page to allow the scrollbar to remain visible \\*/
	* html #topbar-inner, * html #footer-inner {
		margin-right: 17px;
	}
	/* end hide*/
	#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 30px;
		z-index: 999;
	}
	.spacer {
		height: 30px
	} /* same height as footer/header to preserve space*/
	p {
		margin-top: 0
	}
	#side-bar {
		position: absolute;
		top: 80px;
		height: 200px;
		left: 50%;
		margin-left: -410px;
		width: 175px;
		border: 1px solid #000;
		background: orange;
	}
	html>body #top-bar, html>body #footer, html>body #side-bar {
		position: fixed
	} /* for moz/opera and others*/
	.mid-content {
		width: 100%;
		margin: auto;
		background: #007CB0;
		height: 60px;
		color: #FFFF99;
	}
	#inner {
		margin: auto;
		text-align: left;
	}
	#main-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	#right {
		float: right;
		width: 5em;
		background: orange;
	}

	/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
	.qmmc .qmdivider {
		display: block;
		font-size: 1px;
		border-width: 0px;
		border-style: solid;
		position: relative;
		z-index: 1;
	}
	.qmmc .qmdividery {
		float: left;
		width: 0px;
	}
	.qmmc .qmtitle {
		display: block;
		cursor: default;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmclear {
		font-size: 1px;
		height: 0px;
		width: 0px;
		clear: left;
		line-height: 0px;
		display: block;
		float: none !important;
	}
	.qmmc {
		position: relative;
		zoom: 1;
		z-index: 10000;
	}
	.qmmc a, .qmmc li {
		float: left;
		display: block;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmmc div a, .qmmc ul a, .qmmc ul li {
		float: none;
	}
	.qmsh div a {
		float: left;
	}
	.qmmc div {
		visibility: hidden;
		position: absolute;
	}
	.qmmc li {
		z-index: auto;
	}
	.qmmc ul {
		left: -10000px;
		position: absolute;
		z-index: 10;
	}
	.qmmc, .qmmc ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.qmmc li a {
		float: none
	}
	.qmmc li:hover>ul {
		left: auto;
	}
	#qm0 ul {
		top: 100%;
	}
	#qm0 ul li:hover>ul {
		top: 0px;
		left: 100%;
	}

	/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/

	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0 {
		border-width: 0px;
		border-style: solid;
		border-color: #007CB0;
		padding-left: 14px;
	}

	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a {
		padding: 0px 20px 0px 8px;
		color: #ffffff;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 12pt;
		text-decoration: none;
		margin-top: 5px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover {
		/*         color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
	}

	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
		background-color: #007CB0;
		color: #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul {
		padding: 0px;
		margin: 0px 0px 0px -1px;
		background-color: #007CB0;
		/*border-width:0px 1px 1px;
    border-style:solid;
    border-color:#222200;*/
		text-align: left;
	}

	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a {
		padding: -1px 20px 0px 8px;
		border-width: 0px;
		border-style: none;
	}

	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover, #qm0 ul a:hover {
		/*     color:#000000; */
		/*     background-color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		color: #D4D700;
		text-decoration: none;
	}

	/*----------content styles--------*/
	.headerText {
		margin-left: 0em;
		margin-right: 0em
	}
	.topic_block {
		margin-left: 0em;
		margin-right: 0em
	}
	.hLineTD {
		color: #D4D700;
	}
	.hLineH2 {
		color: #007CB0;
	}
	p {
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		font-style: normal;
		font-variant: normal;
	}
	.subCaption {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-weight: bold;
	}
	/*table {margin-left:3em;
margin-right:3em}*/
	.table_cell_left {
		padding-right: 1em;
	}
	.table_cell_right {
		padding-left: 1em;
	}
	td {
		padding-bottom: 4em;
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 14pt;
		width: 50%;
	}
	table {
		margin-top: 3em;
		margin-bottom: 1em;
	}
	h1 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
	}
	h2 {
		color: #D4D700;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		display: inline;
	}
	h3 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		padding-bottom: 3px;
		display: inline;
	}
	.proconLogo {
		height: 30px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 1px;
	}
	.languageLogo {
		height: 20px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 1px;
		margin-right: 10px;
	}
}

/* for 1014px or less */
@media print {
	html, body {
		height: 100&#37;;
		padding: 0
	}
	body {
		min-width: 800px
	}
	* html, * html body {
		overflow: hidden;
		padding: 0px;
		margin: 0px 0;
		padding: 0;
		margin: 0;
	}
	* html #outer {
		text-align: center;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #outer {
		text-align: left;
	}
	* html #outer {
		overflow: auto;
		height: 99.9%;
		/*voice-family: "\\"}\\""; */
		voice-family: inherit;
	}
	* html #contain-all {
		text-align: center;
		position: absolute;
		overflow: auto;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	/* end hack */
	#top-bar {
		position: absolute;
		/* ie6 will treat this as fixed because of a bug where overflow:auto is set on a parent */
		top: 0px;
		left: 0px;
		height: 0px;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 999;
		overflow: hidden;
	}
	#topbar-inner {
		height: 0px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}
	#footer-inner {
		height: 0px;
		background: #007CB0;
		text-align: center; /* for ie5*/
	}

	/* mac hide - reduce page to allow the scrollbar to remain visible \\*/
	* html #topbar-inner, * html #footer-inner {
		margin-right: 17px;
	}
	/* end hide*/
	#footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 0px;
		z-index: 999;
		overflow: hidden;
	}
	.spacer {
		height: 30px
	} /* same height as footer/header to preserve space*/
	p {
		margin-top: 0
	}
	#side-bar {
		position: absolute;
		top: 80px;
		height: 200px;
		left: 50%;
		margin-left: -410px;
		width: 175px;
		border: 1px solid #000;
		background: orange;
	}
	html>body #top-bar, html>body #footer, html>body #side-bar {
		position: fixed
	} /* for moz/opera and others*/
	.mid-content {
		width: 100%;
		margin: auto;
		background: #007CB0;
		height: 0px;
		color: #FFFF99;
	}
	#inner {
		margin: auto;
		text-align: left;
	}
	#main-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	#right {
		float: right;
		width: 5em;
		background: orange;
	}

	/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
	.qmmc .qmdivider {
		display: block;
		font-size: 1px;
		border-width: 0px;
		border-style: solid;
		position: relative;
		z-index: 1;
	}
	.qmmc .qmdividery {
		float: left;
		width: 0px;
	}
	.qmmc .qmtitle {
		display: block;
		cursor: default;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmclear {
		font-size: 1px;
		height: 0px;
		width: 0px;
		clear: left;
		line-height: 0px;
		display: block;
		float: none !important;
	}
	.qmmc {
		position: relative;
		zoom: 1;
		z-index: 10000;
	}
	.qmmc a, .qmmc li {
		float: left;
		display: block;
		white-space: nowrap;
		position: relative;
		z-index: 1;
	}
	.qmmc div a, .qmmc ul a, .qmmc ul li {
		float: none;
	}
	.qmsh div a {
		float: left;
	}
	.qmmc div {
		visibility: hidden;
		position: absolute;
	}
	.qmmc li {
		z-index: auto;
	}
	.qmmc ul {
		left: -10000px;
		position: absolute;
		z-index: 10;
	}
	.qmmc, .qmmc ul {
		list-style: none;
		padding: 0px;
		margin: 0px;
	}
	.qmmc li a {
		float: none
	}
	.qmmc li:hover>ul {
		left: auto;
	}
	#qm0 ul {
		top: 100%;
	}
	#qm0 ul li:hover>ul {
		top: 0px;
		left: 100%;
	}

	/*!!!!!!!!!!! MyCSSMenu Styles !!!!!!!!!!!*/

	/* MyCSSMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/
	#qm0 {
		border-width: 0px;
		border-style: solid;
		border-color: #007CB0;
		padding-left: 14px;
	}

	/*"""""""" (MAIN) Items""""""""*/
	#qm0 a {
		padding: 0px 20px 0px 8px;
		color: #ffffff;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 12pt;
		text-decoration: none;
		margin-top: 5px;
	}

	/*"""""""" (MAIN) Hover State""""""""*/
	#qm0 a:hover {
		/*         color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
	}

	/*"""""""" (MAIN) Active State""""""""*/
	body #qm0 .qmactive, body #qm0 .qmactive:hover {
		background-color: #007CB0;
		color: #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Container""""""""*/
	#qm0 div, #qm0 ul {
		padding: 0px;
		margin: 0px 0px 0px -1px;
		background-color: #007CB0;
		/*border-width:0px 1px 1px;
    border-style:solid;
    border-color:#222200;*/
		text-align: left;
	}

	/*"""""""" (SUB) Items""""""""*/
	#qm0 div a, #qm0 ul a {
		padding: -1px 20px 0px 8px;
		border-width: 0px;
		border-style: none;
	}

	/*"""""""" (SUB) Hover State""""""""*/
	#qm0 div a:hover, #qm0 ul a:hover {
		/*     color:#000000; */
		/*     background-color:#D4D700; */
		border-bottom: 2pt solid #D4D700;
		text-decoration: none;
	}

	/*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
		color: #D4D700;
		text-decoration: none;
	}

	/*----------content styles--------*/
	.headerText {
		margin-left: 0em;
		margin-right: 0em
	}
	.topic_block {
		margin-left: 0em;
		margin-right: 0em
	}
	.hLineTD {
		color: #D4D700;
	}
	.hLineH2 {
		color: #007CB0;
	}
	p {
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 11pt;
		font-style: normal;
		font-variant: normal;
	}
	.subCaption {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-weight: bold;
		font-size: 11pt;
	}
	/*table {margin-left:3em;
margin-right:3em}*/
	.table_cell_left {
		padding-right: 1em;
	}
	.table_cell_right {
		padding-left: 1em;
	}
	td {
		padding-bottom: 4em;
		color: #898989;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 11pt;
		width: 50%;
	}
	table {
		margin-top: 3em;
		margin-bottom: 1em;
	}
	h1 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		font-size: 18pt;
	}
	h2 {
		color: #D4D700;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		display: inline;
		font-size: 16pt;
	}
	h3 {
		color: #007CB0;
		font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial,
			sans-serif;
		padding-bottom: 3px;
		display: inline;
		font-size: 12pt;
	}
	.proconLogo {
		height: 30px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 1px;
	}
	.languageLogo {
		height: 20px;
		/* 	padding-top: 5px; */
		float: right;
		margin-top: 1px;
		margin-right: 10px;
	}
	.learnMoreText {
		display: block;
	}
	.learnMoreLink {
		display: none;
	}
	#data_source_image {
		height: 25%;
		width: 50%;
	}
}