body {
  background-color: #2b287a;
  color: #000000;
  margin: 0px;
}                     
h1 {
  text-align: center;
}
img {
  border: 0px;
}
form {
  margin: 0px;
}
img.logo {
  width: 576px;
  height: 77px;
}
table.canvas {
  width: 90%;
  margin-left: 0px;
  margin-right: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}
div.logo {
  background-color: #797eb7;
  text-align: right;
  vertical-align: top;
  width: 100%;
  height: 77px;
}
div.searchBar {
  width: 100%;
  background-color: white;
  border-bottom: thin solid #ff8908;
  vertical-align: middle;
}
div.search {
  padding: 3px;
  float: left;
}
div.date {
  padding: 3px;
  float: right;
  font-weight: bold;
}
table.content {
  width: 100%;
  background-color: #fff;
}
td.main {
  vertical-align: top;
  border-right: thin solid #ff8908;
  padding: 10px;
}
td.links {
  vertical-align: top;
  width: 168px;
  padding: 10px;
}

div.newsHeader {
  background-color: #2b287a;
  color: #ffffff;
  font-weight: bold;
  padding: 5px;
}

div.newsBody {
  background-color: #ffffff;
  border: thin solid #2b287a;
  color: #000000;
  padding: 5px;
  margin-bottom: 10px;
}

div.imageBox {
  margin: 10px;
}

div.imageCaption {
  font-style: italic;
  text-align: center;
}

p { 
  color: #000000; 
  font-weight: normal; 
  font-family: sans-serif; 
  text-decoration: none; 
  text-align: justify; 
  text-indent: 10pt 
} 

h1 {
  color: #d18410;
  font-size: large;
  font-weight:800;
  font-family: sans-serif;
  text-decoration: none
  text-align: center; 
}

a {
  color: #d18410;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: none
}

a:visited {
  color: #2b287a;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: none
}

a:hover {
  color: #797eb7;
  font-weight:600;
  font-family: sans-serif;
  text-decoration: underline
}

td {
  color: #000000;
}

div.peacePaper {
  display: block;
  background-image: url("img/cube.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: .3em;
  padding-left: 1.4em;
  padding-bottom: .5em;
  padding-top: .5em;
}

div.coding {
  display: block;
  margin: .5em;
  background-color: #eee;
  border: thin dashed #000;
  padding: .5em;
}

