#header {
  text-align: center ;
}
img{  border-style: none;}
#container {
  width: 760px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:10px;
  padding-top:10px;
  height:auto;
  background-color:silver;
}


#contenttopwide {
  margin-top:  20px;
  margin-left:  205px;
  margin-right: 40px;
  color:black;
}

#contenttopwide a {
  text-decoration: none;
  color: white;
}

#contenttopwide a:hover {
 color: black;
}

#footer {
  clear: all ;
  text-align: center ;
  border-top: 1px solid black;
  margin-top:10px;
  margin-left:9px;
  margin-right:9px;
}

body {
 margin:0 auto;
 font-size:11pt;
 font-family:arial;
 line-height:14pt;	
 background-color:black;
}

h1 {
 text-align: center ;
}

h1 a{
 text-decoration: none;
 color: black;
}


h1 a:hover {
 color: white;
}

h1 {
 margin-bottom: 10px;
 padding-bottom: 0px;
}

h2,h2,h4,h5,h6 {
 font-size:14pt;
 margin-bottom: 12px;
 padding-bottom: 0px;
}

#navbar {
  float: left;
  width: 150px;
  height: auto;
  border: 1px solid black;
  line-height:18pt;
  margin-left:15px;
  margin-top:20px;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:gray;
  color:white;
}

#navleft ul {
 list-style-type: none;
 padding: 0;
 margin: 0;
}

#navleft a { 
 text-decoration: none;
 color:white;
}

#navleft a:hover {
 color: black;
}

#footer a { 
 text-decoration: none;
 color:black;
}