/* CSS Document */

body {
	background-image:url(../images/body_Bkgd_Repeat-X.jpg); background-repeat:repeat-x; background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
	line-height:15px;
	margin:0;
	padding:0;
	border:0;
	background-color:white;
}

.wrapper {
	width:798px;
	margin:18px auto;
	overflow:auto;
	border: 1px solid #030062;
	background-image:url(../images/bodyBkgd_repeat-Y.jpg); 
	background-repeat:repeat-y;
	position:relative;
}




/* ------------- Header Styles -------------------- */
.headerWrap {
	width:798px;
	background-color:#CA8029;
	background-image: url(../images/header_americas.jpg);
	background-repeat: no-repeat;
}

.utilityNav {
	width:136px;
	float:left;
	padding-top:46px;
	font-family:Arial, Helvetica, sans-serif
}

.utilityLinks {
	color:white;
	display:block;
	border-top: 1px solid white;
	padding-top:8px;
	padding-left:5px;
	padding-bottom:3px;
	text-decoration:none;
	font-size:8pt;
	line-height:6px;
	font-weight:bold;
}

a.utilityLinks:hover {
	background-color:#EA922A;
}

.header {
	width:662px;
	float:right;
}

.bottomBand	{
	width:100%;
	border-top:1px solid #fff;
	background:url(../images/bottomBand.gif) repeat-y left;
	}

.headerBottom {
	clear:both;
}


/* ---------------- Main Nav & Body Styles ----------------------- */

.bodyWrap {
	width:798px;
	position:relative;
	overflow:auto;
}

.mainNav {
	width:136px;
	float:left;
	background-color: #758DBD;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
}

.mainLinks {
	color:white;
	display:block;
	border-bottom: 1px solid white;
	padding-left:5px;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	padding-top:5px;
}

a.mainLinks:hover {
	background-color: #9FB5E2;
}


.mainbody {
	margin-left:136px;
	margin-right:190px;
	vertical-align:top;
}

.titleGraphic {
	float:left;
	padding-bottom:15px;
}

.content {
	padding-top:1px;
	padding-left:25px;
	padding-right:25px;
}

.bigFont {
	font-size:10pt;
}

.newsWrap {
	width:184px;
	float:right;
	padding-right:10px;
	padding-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.newsCopy {
	padding:0px 8px 5px 8px;
	color:black;
}

.newsLink {
	color:#405999;
	text-decoration:none;
}

a.newsLink:hover {
	color:#CAAE27;
}

.footer {
	clear:both;
	width:768px;
	background:url(../images/homeFooter.jpg) no-repeat #3B5296;
	height:21px;
	padding:68px 10px 0px 20px;
}

.footerCopy	{
	float:left;
	width:35%;
	color:#CDD9EF;
	}

.footerLinks	{
	float:right;
	width:51%;
	color:#CDD9EF;
	}

.footerLinks a	{
	text-decoration:none;
	color:#CDD9EF;
	padding:0px 0px 0px 0px;
	}

.footerLinks a:hover	{
	color:#fff;
	}

/*-------------- PRINT STYLES --------------------*/

.printHeader {	 display:none; }

.printFooter { 	display:none; }

