
@charset "utf-8";

/*******************************
 Body am2008
*******************************/
body { background:#dfdfdf; }
h1 { color: #006699; border-bottom: 1px solid #006699;}
h2 { color: #355d65; }

#content a:link {color: #3399CC;}
#content a:visited {color: #99CC00;}

/* Bullets */
#content li {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #624822; list-style-type: square}
#content li a:link {color: #006699; text-decoration:none;}
#content li a:visited {color: #006699; text-decoration:none;}
#content li a:hover {text-decoration: underline}

/*******************************
 Header
*******************************/
/* Top Text */
#template_header #topText, #template_header #topText a  { color: #999999  } /* Bar height and right/left margins */

/* Top Border */
#template_header #headerCenterBackground { background-image:url(/global/templates/sites/am/sites/2008/images/headerTopBG.gif); } /* Div to populate the center background */
#template_header .english { background-image:url(/global/templates/sites/am/sites/2008/images/headerTitleEnglish.gif); } /* IADB title in English */
#template_header .spanish { background-image:url(/global/templates/sites/am/sites/2008/images/headerTitleSpanish.gif); } /* IADB title in Spanish */
#template_header .portuguese { background-image:url(/global/templates/sites/am/sites/2008/images/headerTitlePortuguese.gif); } /* IADB title in Portuguese */
#template_header .french { background-image:url(/global/templates/sites/am/sites/2008/images/headerTitleFrench.gif); } /* IADB title in French */
#template_header #headerRightBorder { background-image:url(/global/templates/sites/am/sites/2008/images/headerCornerRight.gif); } /* Top right border */

/* GlobalNavigation */
#template_header #globalNavigation { width: 737; }
*html #template_header #globalNavigation { width: 100%; }
#template_header #globalNavigation { background:#DFDFDF; border-left: solid 1px rgb(145, 150, 162); border-right: solid 1px rgb(145, 150, 162); } /* Background color */
#template_header #globalNavigation a:link {color:#FFFFFF; } /* Link properties */
#template_header #globalNavigation a:hover{ background:#006699; color:#FFFFFF; } /* Link hover properties */
#template_header #globalNavigation a:visited { color:#FFFFFF; } /* Link visited properties */


/*******************************
 Center part
*******************************/
#template_center {background:#ffffff; border-left: solid 1px rgb(145, 150, 162); border-right: solid 1px rgb(145, 150, 162); }  /* Right and left border colors (can be RGB or hex) */

/* Header Bar (Breadcrumb and language selector) */ 
#headerBar {background:#ffffff; font-size:10px; height: 18px; padding:0px 6px 0px 6px; border-left: solid 1px rgb(145, 150, 162); border-right: solid 1px rgb(145, 150, 162); } /* Background color, font-size, height and margins */
#headerBar a:hover { text-decoration:underline } /* Link hover */
#headerBar #topBar a:hover { text-decoration:none } /* Link hover */

/* Breadcrumb properties */
#headerBar #breadCrumb {float:left; padding-top:2px; color:#000080;} /* BreadCrumb properties */
#headerBar #breadCrumb a { color:#000080;} /* BreadCrumb properties */
#headerBar #breadCrumb a.noLinkItem { color:#000080;} /* BreadCrumb last item properties */
#headerBar #breadCrumb a.noLinkItem:hover { text-decoration:none;} /* BreadCrumb last item properties */
#headerBar #breadCrumb a.lastItem { color:#666666;} /* BreadCrumb last item properties */
#headerBar #breadCrumb a.lastItem:hover { text-decoration:none; } /* BreadCrumb last item properties */
#headerBar #breadCrumb, #template_center #breadCrumb a { color:#91793C;} /* BreadCrumb properties */
#headerBar #breadCrumb a.lastItem { color:#91793C;} /* BreadCrumb last item properties */

/* Language Selector properties */
#headerBar #languageSelector { color:#000080; float:right; padding-top:2px; } /* Text color */
#headerBar #languageSelector a { color:#000080 } /* Link color */
#headerBar #languageSelector, #topBar #languageSelector a { color:#91793C; } /* Text color */

/* Print Button */
#headerBar #printButton { float: right; margin-top:1px; margin-right:4px; }
#headerBar #printButton a { display:block; margin:1px; padding:1px; color:#666666; font-size:10px; }
#headerBar #printButton a:hover { background-color:#EEEEEE; display:block; border: solid 1px #999999; margin:0px; }
#headerBar #printButton .general { padding-top:0px;padding-bottom:0px;padding-left:2px; padding-right:4px; }

/* Left Bar */
#template_center #content {  float:left; overflow:hidden; width:737px}
#template_leftBar { background:#FFFFFF; height:10px; } /* Left bar width, background color and font size */

/* Bottom Border */
#template_Bottom #bottomCenterBackground { background-image:url(/global/templates/sites/am/sites/2008/images/bottomCenterBG.gif); } /* Div to populate the center background */
#template_Bottom #bottomLeftBorder { background-image:url(/global/templates/sites/am/sites/2008/images/bottomCornerLeft.gif); } /* bottom left border */
#template_Bottom #bottomRightBorder { background-image:url(/global/templates/sites/am/sites/2008/images/bottomCornerRight.gif); } /* Bottom right border */



/* Copyrights */
#template_Bottom #copyRights div, #template_Bottom #copyRights div a  { color: #91793C; }
