@CHARSET "UTF-8";

body {
	font-family: sans-serif;
	font-size: 0.75em;
	background: #404040;
}

a, a:visited {
	color: white;	
}

#header {	
	background: yellow;
	position: relative;
	height: 60px;
}
#header h1 {
	margin: 0;
}
#header .nav {
	position: absolute;
	right: 200px;
	bottom: 0;
	font-size: 120%;
}
#header .nav li {
	float: right;
	border-bottom: 0;
}
#header .nav li a {
	display: block;
	padding: 4px 9px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#header .nav li a:hover {
	text-decoration: underline;
}
#header .nav li.selected a {
	color: white !important;
	text-decoration: none !important;
}
#header .nav li.selected {
	background: black;	
}
#panel {
	display: none;
	padding: 10px 90px;
	color: silver;
	font-size: 120%;
	line-height: 160%;
	background: #404040;
	border-bottom: 1px solid gray;
	
}

#content {
	color: white;
	background: black;
	width: 100%;
}
#content.index {
	color: white;
	background: black;
}
#content .innerPadding {
	padding: 20px 82px;
}
#content.index .innerPadding {
	padding: 20px;
}
#texts {
	width: 100%;
	position: relative;
	clear: both;
}

.article #texts {
	width: 60em;	
}







	
	.artContent {
		background: black;
		height: 600px;
		color: silver;
		line-height: 150%;
		position: absolute;
		top: 350px;
		left: 33%;
		width: 67%;
		display: none;
		border-top: 1px solid silver;
		z-index: 6000px;
	}
	.artContent h3 {
		color: white;
	}
	.artContent p {
		margin-bottom: 10px;

	}
	.artContent .contentPadding {
		color: white;
		padding: 25px 20px 0 30px;
	}
	
	.content2a {
		left: 0%;
		width: 33%;
	}
	.content2b {
		left: 67%;
		width: 33%;
	}
	.content3 {
		left: 0;
		width: 66%;
	}	
	
	table#colsTable {
		width: 100%;
		background: black;
		color: white;
		margin: 0 auto 35px;
	}
	table#colsTable p {
		line-height: 150%;
		margin: 0 40px 0 0;	
		padding-left: 60px;
		background: url('../pics/candleDark.gif') no-repeat 5px 0;
	}
	table#colsTable h3 {
		font-weight: bold;
		font-size: 130%;
		margin-left: 60px;
		margin-bottom: 20px;
		margin-top: 20px;
		float: left;
	}	
	table#colsTable img.peoplePic {
		margin: 0 0 20px 60px;
		display: block;	
		border: 4px solid #424142;
	}
	table#colsTable td {
		width: 33%;
		cursor: pointer;
		color: silver;		
	}
	
	
	table#colsTable td.hover, table#colsTable td.light {
		color: white;
	}
	td .visibleOnLight {
		display: none;	
	}
	td.light .visibleOnLight, td.hover .visibleOnLight {
		display: block;	
	}
	td .visibleOnDark {
		display: block;	
	}
	td.light .visibleOnDark, td.hover .visibleOnDark {
		display: none;	
	}
	
	#artContentButton {
		
	}
	.actionsMenu {
		margin-top: 16px;
	}
	.actionsMenu li {
		margin: 6px 0 0 60px;
	}
	.actionsMenu a {
		color: white;
	}	
	.actionsMenu a:hover {
		color: yellow;
	}
	.letterLink {
		background: url('../pics/letter.gif') no-repeat left;
		padding-left: 20px;
	}
	.arrowLink {
		background: url('../pics/arrleft.gif') no-repeat left;
		padding-left: 17px;
	}
	.questionLink {
		background: url('../pics/questionmark.gif') no-repeat left;
		padding
		-left: 20px;
	}
	.blankLink {
	
	}
	
	
	
	
	
	
	
	#support {
		padding: 25px 80px;
		background: black;
		color: white;		
	}
	.support .txt {
		background: white;
		border: 1px solid gray;
		margin-right: 10px;
		margin-left: 3px;
	}
	.support .button {
		background: yellow;
		color: black;
		border: 0;
		font-weight: bold;
		cursor: poiner;
	}
	.support p {
		margin: 0 0 12px;
	}
	
	
	
	
	.article h2 {
		font-family: "Arial Narrow";
		margin: 0.4em 0 1.2em;
		color: silver;
		text-transform: uppercase;
		font-size: 180%;
	}
	.article h3 {
		margin: 1.2em 0 1.2em;
	}
	.article ul, .article p {
		margin: 0 0 1.2em;
	}
	.article ul {
		list-style: square;
		margin-left: 25px;
	}
	
	
	
	
	

	#footer {
		padding: 20px;
		color: silver;
	}
	
	
	
	table.address {
		background: #383838;
		width: 100%;
		margin: 1em 0;		
	}
	table.address th {
		width: 9em;
		color: silver;
		padding-left: 5px;
	}
	.artContent ul {
		list-style: square;
		margin: 1em 20px;	
	}
	
	
	
	
	
	
	img#indexCaption {
		margin: 10px auto;
		display: block;
	}
	
p.cite {
	font-style: italic;
}






.newsBox {
		margin-bottom: 10px;
		border-bottom: 1px solid #202020;
		padding-bottom: 10px;
		width: 50em;
	}
	.newsBox h3 {
		margin-bottom: 4px;
		font-size: 140%;
		text-transform: uppercase;
		font-family: "Arial Narrow", sans-serif;
	}
	.newsBox h3 a {
		text-decoration: none;
	}
	.newsBox p a {
		color: yellow;
	}
	.publishDetails {
		margin-bottom: 10px;
		color: silver;
	}
	.newsContent {
		line-height: 150%;
	}
	.newsBox p {
		margin: 0 0 4px;
	}
	
	
.flag-Zimbabwe {
	background: url('../pics/flags/zimbabwe.gif') no-repeat;
	padding-left: 42px;
}
.flag-Iran {
	background: url('../pics/flags/iran.gif') no-repeat;
	padding-left: 42px;
}
.flag-Kongo {
	background: url('../pics/flags/kongo.gif') no-repeat;
	padding-left: 42px;
}

