body {
	background-color: #000000;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;
	font-size: 12pt;
}
body,td,th {
	color: #FFFFFF;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif
}
h1, h2, h3 {
 text-align: center;
 font-weight: bold; 
}
.newspaper {
  margin-top: 0;
	margin-bottom: 0;
	text-indent: 1.5em;
	}
.top_space {
  margin-top: 2em;
}

 .first.column {
  margin-right: 6px;
}

.last.column {
  margin-left: 6px;
} 
.column {
  margin-right: 6px;
  margin-left: 6px;
} 	
div.RightSideBar {
  float: right;
   margin-left: 2em;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   background: #333;
   text-align: center;
}
div.LeftSideBar {
   float: left;
   margin-right: 2em;
   margin-bottom: 0.5em;
   margin-top: 0.5em;
   background: #333;
   text-align: center;
}
div.LeftSideBar p, div.RightSideBar p, div.LeftSideBar h3, div.RightSideBar h3 {
  margin-left:5px;
  margin-right: 5px;
	color: #FFFFCC
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FF0000;
}
hr {
  clear: both;
}
p {
  text-align: left;
}
p.caption {
  font-family: Tahoma, Verdana, Helvetica, Swiss, sans-serif;
	margin-top: 4px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}
p.bottom_note {
  font-size: 80%; font-style: italic;
	font-family: Tahoma, Verdana, Arial, Helvetica, Swiss, sans-serif;
	text-align: center;
}

/* Divs with borders the colors of the Ethiopian flag */

.gold, .green {
  padding: 0px 0px 0px 0px;
	border-width: 3px;
}
.ites, .gold, {
  margin: 0px 0px 0px 0px;
}
.green {
  border-color: #30943C;
	border-style:solid;
	position: relative;
}
.gold {
  border-color: #FFFE32;
	border-style:solid;
}
.ites {
  border-color: #FD402A;
	border-style:solid;
  padding: 4px 4px 4px 4px;
}

.playful {
  font-family: "Comic Sans MS", cursive;
  color: #FFFE32;
  margin-top: 2px;
  margin-bottom: 2px;
}

/* Sliding Door tabbled menu
    See http://kailoon.com/css-sliding-door-using-only-1-image/ */
		
ul.tab_menu {
	padding: 5px;
	margin: 10px 0;
	list-style: none;
	background-color:#000000;
	border-bottom: 1px solid #e7e7e7;
	float: left;
	clear: left;
}

ul.tab_menu li {
	float: left;
}

ul.tab_menu li a {
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 900 14px Verdana, Tahoma, Helvetica, sans-serif;
	background: url(im/gray.png) no-repeat top right;
}

ul.tab_menu li a span {
	float: left;
	padding-right: 15px;
	display: block;
	margin-top: -4px;
	height: 24px;
	background: url(im/gray.png) no-repeat top left;
}

ul.tab_menu li a:hover {
 	color: #0d5f83;
	background: url(im/blue.png) no-repeat top right;
}

ul.tab_menu li a:hover span {
	background: url(im/blue.png) no-repeat top left;
}

ul.tab_menu li a.current {
	background: url(im/blue.png) no-repeat top right;
 	color: #0d5f83;
}

ul.tab_menu li a.current span {
	background: url(im/blue.png) no-repeat top left;
}