﻿* {
    margin:0;
    padding:0;
}

body { font-family:Verdana; font-size:	68.5%; }

p {
    font-size:1.1em;
    margin-bottom:1.4em;
}

a { color:#000; }
a:hover { text-decoration:none; }


img {
    border:0;
}

/** header specific **/

#mastHead {
	padding:0 100px 10px 0;
	font-size:1.1em;
	position:relative;
}

#mastHead #CBALogo {
	float:left;
	margin:20px 0 0 30px;
}

#headerControls ul { 
	text-align:right;
	margin:0 0 8px 0;
	float:right;
	clear:both;
}

#headerControls ul li {
	display:inline;
	padding:0 4px 0 0;
	list-style-type:none;
}

#headerControls ul li a { padding:0 4px 0 0; }

#headerControls { 
    float:right;
	padding:5px 0 0 0;
	width:400px;
}

#headerControls ul { clear:both; width:100%; text-align:right; }
#headerControls ul li { color:#ffcc00; }
#headerControls ul li a { color:#000000; }

#headerControls ul#textControlLinks li,
#headerControls ul#textControlLinks li a { color:#999; }
#headerControls ul#textControlLinks li { height:20px; }
#headerControls ul#textControlLinks li.arrowIcon { background:url(../images/arrowIcon.gif) 0 3px no-repeat; padding-left:10px; }

#headerControls ul#textControlLinks li span { 
	color:#ffcc00; 
}

#BTNClose {
    padding:10px;
    position:absolute;
    top:7px;
    right:0;
    width:68px;
    border-left:1px solid #e8e8e8;
}

#BTNClose a {
    display:block;
    background:url(../images/BTNCloseBg.jpg) 50px 0 no-repeat;
    text-decoration:none;
    height:20px;
    color:#000;
    padding:0 0 0 3px;
}



/*****
*************/


#contentWrap {
    width:800px;
}

.foreignExchangeTable {
	padding:0 0 0 32px;
	color:#666666;
}
.foreignExchangeTable h1 {
	text-indent:-500px;
	color:#ffffff;
	height:39px;
	background:url(../images/h1_foreign.gif) 1px 0 no-repeat;
	overflow:hidden;
}
.foreignExchangeTable table { 
	border-collapse:collapse;
	margin:0 0 15px -5px;
}
.foreignExchangeTable th, .foreignExchangeTable td {
	border:1px solid #fff;
	color:#000;
	padding:4px 1px
}
.foreignExchangeTable th {
	background:#b6bab9;	
}
.foreignExchangeTable td.firstCol {
	text-align:left;
	font-weight:bold;
	padding-left:10px;
}
.foreignExchangeTable td {
	text-align:center;
	background:#e2e2e2;	
}
.foreignExchangeTable tr.altRow td {
	background:#d5d5d5;		
}

.disclaimer {
	color:#666666;
	font-size:95%;
	padding-right:30px;
}
/** footer specific **/

/* Footer */
#footer {
	font-size:1em;
	color:#666666;
	margin:0 0 0 32px;
	clear:both;
	padding:10px 0 10px 0;
}

#footer a { color:#666666; }
#footer span.lighter { color:#999999; }

/*****
*************/




.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
