@charset "UTF-8";


/* Aisha Williams December 2009*/
/*--------PAGE LAYOUT--------*/
/* - - - - - - - - - - -  Maximum width 780px with 20px padding = 760, Content area 570px, Padding bet. cols 10px,  Sidebar 180px with 20px padding = 160 - - - - - - - - - - -*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
}
body {
	font: 11pt/14pt Helvetica, Arial, sans-serif;
	text-align: center;
	color: #004fa3;
}
#container {	
	text-align: left;
	margin: 0 .5in;
}
#logo{
	text-align: center;
	border-bottom: 2px solid #004fa3;
	margin-bottom: .125in;
}
#date{
	display: none;
}
#monoSlideshow{
	display: none;
}
#utils{
	display: none;
}
#mainNav{
	display: none;
}
#footer{
	margin-top: .125in;
	text-align: right;
	border-top: 2px solid #004fa3;
}
#footer li{
	display: none;
}
#footer li.copyright{
	display: inline;
	text-align: right;
	font-size: 8pt;
}
.sidebar{
	display: none;
}
.header{
	text-align: center;
}
/* - - - - - - - - - - - HTML REWRITES - - - - - - - - - - -*/
a{
	color: #004fa3;
	text-decoration: none;
}
h2 {
	padding: .125in 0 .375in;
	font-size: 24pt;
}
h3{
	padding-top: .15in;
	font-size: 16pt;
}
p {
	margin: .05in 0 .125in;
}
hr{
	visibility: hidden;
}
strong{
	font-weight: bold;
}
em{
	font-style: oblique;
}
em strong{
	font-size: 1.1em;
}

.floatLeft {
	margin: 0 15px 0 0; 
	float: left;
}
.floatRight {
	margin: 0 0 0 15px; 
	float: right;
}
.clearfloat{
	clear: left;
}
div.oneCol{
	margin: 20px 0 10px; 
	padding: 10px;
}

div.twoCol{
	clear: right;
	float: left;
	margin: 5px 0;
	padding: 10px; 
	width: 45%; 
}
div.callout{
	margin: 20px 0 10px; 
	padding: 10px; 
	background: #f3e1bd;
}
.wideCol ul, .wideCol ol {
	padding: 5px 0 5px 25px;
}
.wideCol li{
	padding: 2px 0;
}
/* - - - - - - - - - - - TABLES - SUMMARY FOR OVERVIEW PAGES - - - - - - - - - - -*/
table.summary th {
	font-weight: bold;
}
table.summary td {
	padding: 5px;
}
table.summary td {
	border-bottom: 1px solid #e8c57c;
	border-collapse: collapse;
}
textarea, input {
	border: 1px solid #e8c57c;
}

/* - - - - - - - - - - - FOREX TABLES - - - - - - - - - - -*/
.sidebar .forexTable{
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 0 2%;
	width: 96%;
}
.wideCol .forexTable{
	border: 1px solid #e8c57c;
	border-collapse: collapse;
	width: 100%;
}
.forexTable th{
	text-align: right;
	padding-right: 5px;
}
.forexTable tr.outlined th{
	border-bottom: 1px solid #e8c57c;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.forexTable tr.shaded{
	background: #f3e1bd;
}
.forexTable td{
	padding: 2px 5px;
	text-align: center;
}
.forexTable td.borderLeft, .forexTable th.borderLeft{
	border-right: 1px solid #e8c57c;
}
/* - - - - - - - - - - - FOREX TABLES - - - - - - - - - - -*/
.feedback{
	width: 100%;
}
.feedback th{
	text-align: right;
	width: 30%;
}
.feedback td, .feedback th{
	padding: 5px;
}
.vacancies{
	border: 1px solid #004fa3;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	width: 200px
}

.shadedBox{
	background: #f3e1bd;
	padding: 15px;
}
/* - - - - - - - - - - - LEGAL - - - - - - - - - - -*/
.bankingCode > p{
	margin-left: 30px;
}
.bankingCode  p  strong{
	margin-left: -30px;
}
.bankingCode  ol.lowerRoman{
 	list-style-type: lower-roman;
	margin-left: 50px;
}
.bankingCode  ol.lowerAlpha{
 	list-style-type: lower-alpha;
	margin-left: 50px;
}
.bankingCode  ol.decimal{
	list-style-type: decimal-leading-zero;
	margin-left: 20px;
}
.bankingCode .indent{
	margin-left: 50px;
 	font-style: italic;
}
 ol.lowerAlpha{
 	list-style-type: lower-alpha;
}