body {
  font-family: Verdana, Arial;
}

ul li {
  padding: 4px 0px 4px 0px;
}

#container {
  width: 90%;
  margin-left: 5%;
}

#header{
  text-align: left;
}

a {
  font-family: Verdana, Arial;
  color: #f90;
  text-decoration: none;
}

a:hover {
  color: #000 !important;
  background-color: #f90;  
}

a:visited {
  color: #fc9;
}

h1 {
  padding: 0px 0px 0px 14px;
  font-family: 'Franklin Gothic Book', 'Arial Narrow', Arial, Verdana;
  color: #ff9900;
  font-size: 180%;
}

h2 {
  font-family: Arial, 'Arial Narrow', Verdana;
}

#header h1 {
  color: #000;
  background-color: #ccc;
  border-left: 4px solid #f90;
  padding: 2px 2px 2px 10px;
  text-align: left;
  font-size: 180%;
  margin-right: 120px;
}

#left {
  float: left;
  width: 25%;
  font-size: 80%;
  vertical-align: top;
}

#left ul {
  list-style: none;
  padding: 2px 2px 5px 2px;
  margin-left: 14px;
  width: 100%;
}

#left li {
  padding: 5px 2px 5px 2px;
  width: 100%;
}

.selected {
  background-color: #eee;
}

#left a {
  font-family: Verdana, Arial;
  color: #000;
  text-decoration: none;
  display: block;
}


#left a:hover {
  color: #f90 !important;
  background-color: #fff !important;  
}

#left a:visited {
  color: #999;
}

#sitemap a {
  font-family: Verdana, Arial;
  color: #000;
  text-decoration: none;
  display: block;
}


#sitemap a:hover {
  color: #f90 !important;
  background-color: #fff !important;  
}

#sitemap a:visited {
  color: #999;
}

#right {
  float: right;
  padding: 0px 0px 10px 10px;;
  width: 70%;
  vertical-align: top;
  font-size: 80%;
  border-left: 4px solid #ff9900;
}

.quote {
  font-size: 125%;
  font-weight: bold;
  color: #f90;
  font-style: italic;
}

#camel {
  background-image: url(camel.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 98px;
}

#infonet {
  background-image: url(infonet.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 98px;
}

#topban {
  background-image: url(topbanner.png);
  background-repeat: no-repeat;
  width: 750px;
  height: 113px;
}

#bottomban {
  background-image: url(bottombanner.png);
  background-repeat: no-repeat;
  width: 750px;
  height: 113px;
}

#logo {
  float: right;
}

table {
  font-size: 90%;
  text-align: left;
  border-collapse: collapse;
}

td, th {
  border: 1px solid #000;
  padding: 10px 5px 10px 5px;
  vertical-align: top;
}


th {
  font-size: 120%; 
  background-color: #f90;
}

img {
  border: none !important;
}

.cOne {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.top {
  border-top: 2px solid #000;
}

.bottom {
  border-bottom: 2px solid #000;
}

.topBot {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.endTop {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.endBot {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}


.left {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.mid {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

.right {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#sitemap {
  float: left;
  width: 80%;
  font-size: 80%;
  vertical-align: top;
}

#content {
  float: left;
  padding: 0px 0px 10px 10px;;
  width: 100%;
  vertical-align: top;
  font-size: 80%;
  border-left: 4px solid #ff9900;
}
