@charset "utf-8";
body {
	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: #000;
	background-color: #EDEDED;
	background-image: url(../images/Global/Body_blue_grad.gif);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
}

.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.thrColFixHdr #header {
	height: 180px;
	background-image: url(../images/Global/Banner_flag_bg.gif);
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	display: none;
} 

#Nav {
	height: 27px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	background-image: url(../images/Global/Nav_BG.gif);
	background-repeat: repeat;
	color: #FFF;
	display: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	display: none;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 800px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFF;
	margin-right: 10px;
	clear: right;
}

.thrColFixHdr #mainContent {
	font-family: "Times New Roman", Times, serif;
	margin-top: 20px;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 195px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	display: none;
} 
.printtable {
	font-size: 90%;
	width: 700px;
}
.printtable2 {
	font-size: 90%;
	width: 620px;
}



#Page_title {
	float: left;
	width: 600px;
}

#print_friendly {
	float: right;
	width: 140px;
	padding-left: 10px;
	clear: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 10px;
	display: none;
}
#sidebar2_anchor_title {
	width: 170px;
	float: right;
	background-image: url(../images/Global/Highlights.jpg);
	padding-left: 0.5em;
	margin-top: 55px;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
	display: none;
}
#sidebar2_Anchor_list {
	float: right;
	width: 190px;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
	clear: right;
	display: none;
}

#Page_body {
	width: 800px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	float: left;
}

#page_body_no_topics {
	width: 800px;
	padding-top: 30px;
	padding-bottom: 0px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	float: left;
	clear: left;
	padding-right: 0px;
}


#page_body_narrow {
	width: 800px;
	float: left;
	margin-bottom: 4px;
	padding-top: 8px;
	clear: left;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
}

#WP_page_body_narrow {
	width: 800px;
	float: left;
	margin-bottom: 4px;
	padding-top: 8px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	clear: left;
}
#select_white_paper {
	width: 185px;
	float: right;
	padding-left: 0.5em;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: left;
	clear: right;
	display: none;
}

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



a:link {
	text-decoration: none;
	color: #00F;
}

a:visited {
	color: #00F;
	text-decoration: none;
}


a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a.title:link {
	color: #FFF;
	text-decoration: none;
}

a.title:visited {
	color: #FFF;
	text-decoration: none;
}

a.title:hover {
	color: #00F;
	text-decoration: none;
}
a.title:active {
	text-decoration: none;
}
.thrColFixHdr #footer {
	padding-top: 2px;
	padding-right: 10px;
	padding-left: 20px;
	text-align: center;
	width: 750px;
	background-color: #FFF;
	display: none;
} 

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

.List_No_BulletIndent {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #00F;
	font-weight: bold;
}

.List_LessIndent {
	margin-left: 20px;
	padding-left: 0px;
	color: #00F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	list-style-type: disc;
}
.ChangeH1SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 36pt;
	line-height: 115%;
}
.ChangeH2SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
}
.ChangeH3SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
}
.ChangeH4SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12pt;
	line-height: 130%;
}
.ChangeH5SansSerif {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	font-weight: lighter;
}
.subtopicbar {
	width: 780px;
	margin-top: 4px;
	margin-bottom: 2px;
	line-height: 120%;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20pt;
	text-align: left;
	background-color: #FFF;
	background-image: none;
}
.subtopicbarshort {
	width: 500px;
	margin-top: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	line-height: 120%;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20pt;
	text-align: left;
	margin-bottom: 2px;
	background-image: none;
}

.fltlftnoprint {
	float: left;
	margin-right: 8px;
	display: none;
}
.fltrtnoprint {
	float: right;
	margin-left: 8px;
}
.ReturnToTop {
	font-weight: bold;
	text-align: right;
	display: none;
}
