@charset "utf-8";
body  {
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: 100%;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: small;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
} 
.twoColFixLtHdr #header {
	background-color: #000000;
} 
.top_menu {
	margin: -10px 15px 20px;
	font-size: x-small;
	font-weight: bolder;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.top_menu a:link, .top_menu a:visited{
	text-decoration: none;
	color:#000000;
	padding: 5px;
}
.top_menu a:hover{
	color: #CCCC00;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 295px; /* 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: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 0px 20px;
	
}

.twoColFixLtHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	width: 452px;
	margin-right: 5px;
	/*align="center";*/
}

.twoColFixLtHdr #mainContent a:link, .twoColFixLtHdr #mainContent a:visited{
	text-decoration: none;
	color: #CCCC00;
	font-weight: bold;
	font-size: 14px;
}

/* following is for geo area pages with content eg africa */
.mainContentTextBlock{
	padding:0 10px;
	margin-right: 10px;
	text-align: justify;
	border: 1px solid #999;
	background-color: #EEE;
}
.mainContentTextBlock p{
	font-size: 9pt;
}

.twoColFixLtHdr #footer {
	padding: 0 15px 2px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:white;
	text-align: right;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a:link, .twoColFixLtHdr #footer a:visited{
	color: #999999;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/*Greylink just used on homepage to make link on RHS grey*/
.twoColFixLtHdr #GreyLink a:link, .twoColFixLtHdr #GreyLink a:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #GreyLink a:hover {
	color: #333333;
	text-decoration: underline;
}



.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;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16pt; 
	font-family: Lucida Sans Unicode, Lucida Grande, Arial, Helvetica, sans-serif;
/*was	font-size: x-large; */
}
.sidebarcolumn {
	width: 80px;
	font-size:smaller;
	float:left;
	margin: 0px 5px 0px 0px;
}
.sidebarcolumn a:link, .sidebarcolumn a:visited {
	color: #999999;
	text-decoration: none;
}
.sidebarcolumn a:hover {
	color: #333333;
	text-decoration: none;
}

#sidebar1 a:link, #sidebar1  a:visited {
	color: #666666;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #333333;
	text-decoration: underline;
}

#mainContentSub {
	margin-left: 20px;
	margin-top: 30px;
	border-left: 1px solid #000000;
	padding-left: 10px; 
}
#mainContentSub a:link, #mainContentSub a:visited {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
#mainContentSub a:hover {
	text-decoration: underline;
}


.quoteBox {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	border: 1px solid #999999;
	padding: 10px; 
}

.quoteBox a:link, .quoteBox a:visited {
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}
.quoteBox a:hover {
	text-decoration: underline;
}

/* all for the cmb form*/
.Callmebackwrap{
	margin: 20px 50px 20px 40px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: left;
}

.NewsTable {
	display:block;
	margin: 0px 0px 15px 10px;
	border: 1px solid #333333;
}
.NewsTableItem {
	display:block;
	color: #000000;
	border-bottom: 1px dotted #333333;
	padding: 5px;
}

.NewsTableform {
	display:block;
	color: #000000;
	border-bottom: 1px dotted #000000;
	padding: 5px;

}
.NewsTable h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	display:block;
	background-color: #cccccc;
	color: #000000;
	border-bottom: 1px dotted #333333;
	padding: 5px;
	font-weight: bold;
	margin: 0px;
}

.NewsTableformtxtSHORT {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 110px;
	border: 1px solid #333333;
	padding: 1px 5px;
}

.purpletint {
	color: #333333;
	font-size: 9px;
	
}
.NewsTableFooter {
	display:block;
	background-color: #cccccc;
	color: #000000;
	padding: 5px;
	margin: 0px;
}
.callback{
	margin: 0px;
	padding: 0px;
}