body {
  background-color: #99cccc;
}
#sidebar {
  border: medium groove;
  left: .5em;
  text-align: left;
  background-color: #ffffff;
  padding: 10px;
  margin-top: 5px;
  font-family: Arial, san-serif;
}
#page_heading {
  text-align: center;
/*  background: #006600 url(img/tcign_head_280_black.gif) no-repeat; */
  background-color: #006600;
  padding: 1em 1em .1em .5em;
}
#logo_text {
  font-size:30px;
  text-align: right;
  color: red;
}
#edition_title {
  padding-bottom: 0px;
  text-decoration:underline;
  font-size: medium;
  text-align: center;
}
.sidebar_list {
  line-height: 1.4em;
  padding-right: 5px;
}
.sidebar_list span{
  color:red;
  background-color:#cccccc;
}
#page_navbar {
  background-color: #fffcf4;
  font-size: 10px;
  text-align: center;
  padding: 0px 0px 0px 0px;
}
#mag_page {
  border: medium groove;
  background: #fffcf4 none repeat scroll 0% 50%;
  margin-top: 5px;
  font-family: Arial, san-serif;
}
#front_page {
  text-align: center;
  font-family: Verdana;
}
#front_pg_head {
  margin-top: 30px;
  font-size: 32pt;
}
#other_pg_head {
  margin-top: 20px;
  text-align: center;
}
#other_pg_head:first-line {
  font-size: 25pt;
}
#mag_edition {
  font-size: 24pt;
  font-weight: bold;
}
#minister:first-line {
  text-decoration: underline;
  font-size: large;
  font-weight: bold;
}
#minister span {
  text-decoration: underline;
  color: green;
  font-size: small;
}
#mission_stat:first-line {
  text-decoration: underline;
  font-size: large;
  font-weight: bold;
}
.other_para {
  margin-right: 20px;
  margin-left: 20px;
  text-align: justify;
  font-size: medium; 
}
.center_para {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  font-size: medium; 
}
#copyright {
  position: relative;
}
#copyright span {
  background-color: Black;
  color: Yellow;
  font-size: small;
  font-style: italic;
}
.back_to_top {
  tex-align: right;
  padding-bottom: 10px;
}