@charset "utf-8";
body  {
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container, .twoColFixRtHdr #container, .twoColFixLtHdr #container {
	width: 1000px;  /* (orig. 780) using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	line-height: 1.6em;
}
A:link {
	color:#18528E;
	text-decoration: none;
}
A:visited {
	color:#18528E;
	text-decoration: underline;
}
A:active {
	text-decoration: underline;
	color:#4B92DB;
}
A:hover {
	color: #A14D64;
	text-decoration: underline;
}


/*---------- HEADER ----------*/
.oneColFixCtrHdr #header, .twoColFixRtHdr #header, .twoColFixLtHdr #header { 
	background: #FFFFFF; 
	margin:0;
	padding-top:0px;
	/* padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

/* language bar */
#header #lang {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding:0;
	list-style-type: none;
	/* background-color:#007FFF; */
	height:18px;
}
#lang ul {text-align: left; font-size: 10px; margin:0; padding:0;} 
#lang ul li {display: inline;}
#lang ul li a {padding-right: 3px; padding-left: 3px; color: #666666;}
#lang ul li a:link { color: #666666; text-decoration: none; font-weight: 500;}
#lang ul li a:hover {text-decoration: none; font-weight: 500; color: #0066ff;}
#lang ul li a:visited {text-decoration:none;}
#lang ul li#english a {color: #0066ff;}
#lang ul li#sitemap a {color: #0066ff;}
/* #sitemap {float: left;} */

/* search bar */
#header #search-form {
height:18px;	
font-size:10px;
float:right;
margin-right:5px;
padding-top:3px;
}

/* menu bar */
.oneColFixCtrHdr #menu, .twoColFixRtHdr #menu, .twoColFixLtHdr #menu {border-top:solid 1px #ebebeb; border-bottom:solid 2px #ebebeb; margin-bottom: 35px;}


.oneColFixCtrHdr #header h1, .twoColFixRtHdr #header h1, .twoColFixLtHdr #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: 0px 0px 10px 0px;; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}





/*---------- MAIN CONTENT ----------*/
/* Single column template */
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

/* Right column template */
.twoColFixRtHdr #mainContent {
	margin: 0 350px 0 0; /* (250)the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

/* Left column template */
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 270px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 30px;
} 



/* Headings for Main Content Areas*/
.oneColFixCtrHdr H1, .twoColFixRtHdr #mainContent H1, .twoColFixLtHdr #mainContent H1 {
	font-size: 18px;
	color:#4B92DB;
	margin-bottom:0px;
	padding-bottom:0px;
	text-transform: uppercase;
}
.oneColFixCtrHdr H2, .twoColFixRtHdr #mainContent H2, .twoColFixLtHdr #mainContent H2 {
	font-size: 16px;
	color:#956C96;
	
} 
.oneColFixCtrHdr H3, .twoColFixRtHdr #mainContent H3, .twoColFixLtHdr #mainContent H3 {
	font-size:12px;
	color:#FFF;
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixRtHdr #mainContent H3.yellow {
	background-color:#ffd549;
	color:#18528E;
	margin-left:11px;
	margin-right:11px;
	margin-top:0px;
	height: 18px;
	padding-top: 2px;
	font-size:16px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainContent H3.blue {
	background-color:#5B80BD;
	color:#ffffff;
	margin-left:11px;
	margin-right:11px;
	margin-top:0px;
	height: 18px;
	padding-top: 2px;
	font-size:12px;
	margin-bottom: 0px;
}

.twoColFixRtHdr #mainContent H3.bluegreen {
	background-color:#468B9F;
	color:#ffffff;
	margin-left:11px;
	margin-right:11px;
	margin-top:0px;
	height: 18px;
	padding-top: 2px;
	font-size:12px;
	margin-bottom: 0px;
}

.oneColFixCtrHdr #mainContent H1 > H2 {margin-top:0px;}


/* Box - see also: sidebar styles*/ 
div.box-wide {
	width:600px;
}





/*---------- SIDEBAR ----------*/
/* Right column template */
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* (300) the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-top: -30px;
}

/* Left column template */
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width. (orig. 18.75em) */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}		

/* Headings for Sidebar Area */
.twoColFixRtHdr #sidebar1 H1, .twoColFixLtHdr #sidebar H1 {font-size: 18px;color:#FFD549;} 
.twoColFixRtHdr #sidebar1 H2, .twoColFixLtHdr #sidebar H2 {
	font-size: 14px;
	color:#956096;
} 
#sidebar1 H3 {font-size:12px; color:#FFF; margin-left:11px; margin-right:11px; margin-top:0px; margin-bottom:0px; height: 18px; padding-top: 2px;}
#sidebar1 H3.blue {background-color:#5B80BD;color: #ffffff;}
#sidebar1 H3.bluegreen {background-color:#468b9f;color: #ffffff;}
#sidebar1 H3.yellow {background-color:#ffd549;color: #18528E;}
#sidebar1 H3.orange {background-color:#ff8749;}
#sidebar1 H3.green {background-color:#a68518;}
#sidebar1 H3.purple {background-color:#956c96;}

/* Boxes and box corners*/ 
div.box {width:300px; padding-bottom:6px; margin-bottom:10px;  font: 11px Verdana, Geneva, sans-serif; line-height:1.6em;}
.twoColFixLtHdr div.box {width:225px; padding-bottom:6px; margin-bottom:10px; margin-top:30px; font: 11px Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr div.box ul {margin-left:0; padding-left:2em; margin-right:1em;}
.box div.padded {padding: 0px 5px 10px 5px;}

.box-blue {
	background: url(../img/ctl-blue-dark.gif) 0 0 no-repeat;
	background-color:#e9f1fa;
}
.tr-blue {background: url(../img/ctr-blue-dark.gif) 100% 0 no-repeat;} 
.box-bluegreen {
	background: url(../img/ctl-bluegreen.gif) 0 0 no-repeat;
	background-color:#e9f4f7;
}
.tr-bluegreen {background: url(../img/ctr-bluegreen.gif) 100% 0 no-repeat;} 
.box-yellow {background: url(../img/ctl-yellow.gif) 0 0 no-repeat; background-color:#FFFFFF;}
.tr-yellow {background: url(../img/ctr-yellow.gif) 100% 0 no-repeat;} 
.box-orange {margin-bottom:10px; background: url(../img/ctl-orange.gif) 0 0 no-repeat; background-color:#fff6f1;}
.tr-orange {background: url(../img/ctr-orange.gif) 100% 0 no-repeat;} 
.box-green {background: url(../img/ctl-green.gif) 0 0 no-repeat; background-color:#ffffff;}
.tr-green {background: url(../img/ctr-green.gif) 100% 0 no-repeat;} 
.box-purple {background: url(../img/ctl-purple.gif) 0 0 no-repeat; background-color:#E6DCE6;}
.tr-purple {background: url(../img/ctr-purple.gif) 100% 0 no-repeat;} 





/*---------- FOOTER ----------*/
.oneColFixCtrHdr #footer, .twoColFixRtHdr #footer, .twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	border-top: solid 1px #EBEBEB;
	font-size: 10px;
	background-color: #ebebeb;
} 
.oneColFixCtrHdr #footer p, .twoColFixRtHdr #footer p, .twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



/*---------- FLOATS ----------*/
.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;
}

/*---------- Miscellaneous ----------*/
div.pub {padding:9px; margin-bottom:10px; clear:both;}
div.pub img {margin-right:5px;}
div.box ul {padding-bottom:0px;}
#sidebar1 ul li p {padding-bottom:6px; margin:0; line-height:10pt;}
.photo-caption {
	font-size:11px;
	color:#85304B;
	line-height:14px;
	text-align: justify;
	width: inherit;
}
p.quote-document {
	font-size:12px;
	font-style: italic;
	padding-left: 50px;
	padding-right: 75px;
}

hr {
	border: 0;
	background-image:url(../img/dotted_line.gif);
	height: 1px;
	width: 100%;
	text-align: left;
	margin-bottom: 10px;
	color: #F2F9FF;
}


/*---------- Tables ----------*/
.table-of-docs {background-color:#ebebeb; border: solid 1px #cccccc;}
.table-of-docs thead th {
	color:#8C8C8C;
	background-color: #F5F5F5;
}
.table-of-docs tr {background-color:#FFFFFF;}
.table-of-docs tr.shaded {
	background-color:#F8F3F8;
}
h4 {
	color: #4b92db;
}
div.photobanner {width:650px;}
div.photobanner p.photo-caption {color:#85304B; margin:0; padding:0;}

div.quote {
	padding: 10px;
	width: 200px;
	background-color: #F5F5F5;
	font-size: 11px;
	background-image: url(../img/gradient-boxes.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
}
.set_u{margin-bottom:16px;height:74px;}
.set_u img{padding-right:7px;}
.set img{margin-right:6px;}
.set_u p {line-height: 1.6em;margin-top: 0pt;margin-right: 0pt;margin-bottom: 0pt;margin-left: 0pt;padding-top: 0pt;padding-right: 0pt;
padding-bottom: 1em;
padding-left: 0pt;
}
.num_parties {
	color: #4b92db;
	font-weight: bold;
}

/* Best practices */
.tbl_bestpractices {
	border:solid 1px #666666;
	background-color: #333333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
.tbl_bestpractices caption {
	caption-side: top;
	text-align: left;
	padding-right: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #468B9F;
	padding-bottom: 10px;
}
.tbl_bestpractices th {background-color:#fff;font-family:Verdana, Geneva, sans-serif proportional;color: #666; border-bottom:solid 1px #cccccc; text-align:left;}
.tbl_bestpractices td {
	background-color:#FFFFFF;
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
}
.tbl_bestpractices h1 {font-family: Verdana, Geneva, sans-serif; font-size: 14px; line-height: 22px; text-transform:none;}
.tbl_bestpractices h2 {font-family: Verdana, Geneva, sans-serif;font-size: 12px;line-height: 20px;margin-left: 20px;}
.tbl_bestpractices tr:hover td {background-color: #ffffec;} 
.tbl_bestpractices a {color: #4b92db; text-decoration:none;}
.tbl_bestpractices tr:hover td a:hover {color: #85304B; text-decoration:underline;} 
.tbl_bestpractices ul li {
	margin-bottom:15px;
}
.tbl_bestpractices ul li ul li {
	margin-bottom:0px;
}
.tbl_bestpractices a {
	font-weight: bold;
}

/* Table Style 1 */
.t1 th.shaded1 {background-color:#956C96;}
.t1 th.shaded2 {background-color:#F1EBF1;}
.t1 h1 {color:#FFF;}
.t1 h2 {color:#956C96;}
.t1 h3 {color:#09C;}

/* Table Style 2 */
.t2 th.shaded1 {background-color:#468B9F;}
.t2 th.shaded2 {background-color:#DFEBEE;}
.t2 h1 {color:#FFF;}
.t2 h2 {color:#468B9F;}
.t2 h3 {color:#FF8749;}

/* Table Style 3 */
.t3 th.shaded1 {background-color:#83A176;}
.t3 th.shaded2 {background-color:#F1F7EA;}
.t3 h1 {color:#FFF;}
.t3 h2 {color:#83A176;}
.t3 h3 {color:#F60;}



.lastupdated {
	color:#468B9F;
	font-size:10px;
	text-align: right;
}
.print-only {display:none;}
.link-external {
	background-attachment: scroll;
	background-image: url(../img/icon-link-external.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.link-pdf {
	background-attachment: scroll;
	background-image: url(../img/icon-acrobat.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
.link-locked {
	background-attachment: scroll;
	background-image: url(../img/icon-lock.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
}
.link-powerpoint {
	background-attachment: scroll;
	background-image: url(../img/icon-powerpoint.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
}
div .pub-thumb {
	width: 60px;
	float: left;
	margin-right: 10px;
}
div .pub-desc {
	float: left;
	margin: 0px;
	width: 260px;
	padding: 0px;
	clear: none;
}
#list
{
 	margin-left: 100px;
    padding-left: 100px;
}
#list-item
{
	text-align: left;
	margin-right: 10px;
	padding-right: 10px;
}
