@charset "UTF-8";
/* CSS Document */

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333333;
	background: #666666;
	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 */
}
.thrColFixHdr #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	background: #FFFFFF;
	margin:0;
	clear:both;
}
.thrColFixHdr #menucontainer { 
	background: #999999;
	width:800px;
	float:left;
} 

.thrColFixHdr #bannerimage { 
	width:800px;
	float:left;
}
	
/* sidebar 1 */
 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
}

.thrColFixHdr #membersbox {
	width: 170px; /* 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: #aee1b3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.thrColFixHdr #sidebar1copyarea {
	width: 140px;
	margin-left:15px;
	padding-top:10px;
	padding-bottom:10px;
}

/* sidebar 2 */
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
}

.thrColFixHdr #donatebox {
	width: 250px; /* 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: #d4e4f2; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:10px;
	padding-bottom:10px;
}
.thrColFixHdr #sidebar2copyarea {
	width: 220px;
	margin-left:15px;
}

/* main content area */
.thrColFixHdr #mainContent {
	position:relative;
	margin: 0 280px 0 170px;
	padding: 0 10px;
} 

.thrColFixHdr #mainContentwide {
	position:relative;
	margin: 0 0 0 0;
	padding: 0 10px;
}
.thrColFixHdr #mainContentcopyarea {
	width: 340px;
	padding-top:10px;
}

.thrColFixHdr #mainContentcopyareawide {
	width: 780px;
	padding-top:10px;
}

.thrColFixHdr #footer { 
	clear:both;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
hr {
	color:#a6c2da;
	background-color:#a6c2da;
	height:1px;
	border:none;
	}
	
.photos {
	float: left;
	margin-right: 10px;
	margin-bottom:5px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	padding: 4px;
	border-collapse: collapse;
	border-color:#a9a9a9;
}

/* typography */
h1 {
	color:#003366;
	font-size:18px;
	line-height:19px;
	font-weight:normal;
}

h2 {
	color:#5e8c62;
	font-size:13px;
	line-height:14px;
}
h3 {
	color:#003366;
	font-size:11px;
	line-height:12px;
}

.largebodycopy {
	color:#333333;
	font-size:13px;
	line-height:17px;
}
.secondlevelbodycopy {
	color:#333333;
	font-size:11px;
	line-height:15px;
}
.link {
	color:#666699;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}

a:link {
	text-decoration: none; 
	color: #666699;
	}
	
a:visited {
	text-decoration: none; 
	color: #666699;
	}
	
a:active {
	text-decoration: none; 
	color: #57b85f;
	}

a:hover {
	color: #57b85f;
	text-align: left;
	text-decoration: none;
}
.mousetype {
	font-size:10px;
	line-height:12px;
}

.thrColFixHdr #sidebar2 li {
	list-style-image:url(images/arrow.gif);
	font-size:11px;
	font-weight:bold;
	list-style-position:outside;
	color:#666666;
	line-height: 20px;
}

.thrColFixHdr #sidebar1 li {
	list-style-image:url(images/arrow.gif);
	font-size:11px;
	font-weight:bold;
	list-style-position:outside;
	color:#666666;
	line-height: 20px;
}
#container { position: relative; }
#id-for-flash, #alternative-content { position: absolute; top: 0; left: 0;}
#container, #id-for-flash, #alternative-content { height: X; width: Y;}
#html-overlay{ z-index: 2; }

#highlight {
background-image:url(images/events/Africa-background.jpg);
background-repeat:no-repeat;
background-position:right;
}