@charset "utf-8";
BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	line-height: 115%;
	color : #333333;
	text-align: justify;
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../Resources/ALTbackgroundShadow.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006633;
	background-position: center;
}

.quotations {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
}
A  {
	color : #0066CC;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
A:Visited  {
	text-decoration: none;
	color: #0066CC;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
A:Active  {
	color : #0066CC;
	text-decoration: none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
A:Hover  {
	color : #0066CC;
	text-decoration: underline;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.donation {
	background : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-weight: bold;
	text-align: right;
}
h2 {
	background : #99BBCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	font-style: normal;
	line-height: 1em;
	font-weight: lighter;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	background: #006633;
	margin-top: 1em;
	text-decoration: none;
	padding: 2px 3px 2px 4px;
	float: left;
	text-align: left;
	width: auto;

}
.NavHeader {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size: 1.2em;
	color : #006633;
	text-decoration: none;
	text-align: center;
	float: none;
	border: 1px solid #999999;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}
.Africa {
	background : center;
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	padding: 4px;
	text-decoration: none;
	height: auto;
	width: 50px;
	margin-top: 4px;
	margin-left: 1px;
	margin-bottom: 8px;
	text-align: right;
	float: right;
	margin-right: 5px;
	vertical-align: top;
}
.topleft {
	width: 300px;
	float: left;
	clear: left;
	margin-left: 2em;
	margin-top: 1em;
	height: 200px;
	background-color: #F4F7F9;

}
.topright {
	background : #F4F7F9;
	width: 390px;
	float: left;
	text-align: right;
	height: auto;
	margin-bottom: 1em;
	margin-top: 2em;
	color: #003399;
}
.midleft {
	float: left;
	clear: left;
	margin-left: 1em;
	width: 150px;
}
.midright {
	float: right;
	text-align: justify;
	width: 65%;
	height: auto;
	margin-right: 1em;
	
}
.bottomleft {
	width: 49%;
	float: left;
	height: 170px;
}
.bottomright {
	width: 60%;
	float: right;
	text-align: right;
	height: auto;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 1em;
	background-color: #F4F7F9;
}
.Donate {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding: .3em;
	text-decoration: none;
	font-size: 1em;
	text-align: left;
	background-color: #006666;
}
.img-right {
	margin: 0.8em;
	float: right;
	text-decoration: none;
	border-style: none;
}
.img-left {
	margin: 0.8em;
	float: left;
	padding: .1em;
	border-style: none;
}
.textboxright {
	background : #B2D7C7;
	width: 38%;
	float: right;
	text-align: center;
	height: auto;
	color: #333333;
	border: 1px solid #006633;
	margin: 1em;
	padding: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.textboxright a {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.textboxright a:hover {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
}

.textboxleft {
	background : #B2D7C7;
	width: 38%;
	float: left;
	text-align: center;
	height: auto;
	color: #333333;
	border: 1px solid #006633;
	margin: 1em;
	padding: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.textboxleft a {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}
.textboxcentred {
	background : #B2D7C7;
	width: 80%;
	float: none;
	text-align: center;
	height: auto;
	color: #333333;
	border: 1px solid #006633;
	margin: 1em auto;
	padding: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.textboxcentred a {
	color: #0066CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

.IntroText {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	line-height: 115%;
	color : #FFFFFF;
	text-align: left;
		
}
#IntroText .IntroText a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #0066CC;
	text-decoration: underline;
}
.strapline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-style: normal;
	text-align: right;
	width: 320px;
	float: left;
	font-weight: bold;
}
.pageTable{
	width: 763px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #F4F7F9;
}
.Screen {
	background-color: #999999;
	width: 400px;
	padding: 1.5em;
	border: 1px solid #666666;

}
#news #pageTable #midright #screen {
	background-color: #999999;
	width: 425px;
	padding: 1.5em;
	height: auto;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-style: normal;
	text-align: left;
	width: 320px;
	float: left;
	font-weight: bold;
}
h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
	font-style: normal;
	text-align: right;
	width: 320px;
	float: left;
	font-weight: bold;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0066CC;
}
highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #006600;
}
#PeopleTable {

	
	}
#PeopleTable tr {
	
	
}
#PeopleTable td {
	
	
}
#imageColumn {
	float: right;
	width: 250px;
	margin-top: 0.2em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	text-align: center;
	font-size: 0.9em;
	color: #006633;
}
#quotation {
	background-color: #FFF;
	border: 0.05em solid #333;
	color: #006633;
	text-align: center;
	padding: 0.5em;
	font-size: 1.1em;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.greenText {
	color: #393;
}
