img {
  border: 0;
}
body {
  padding: 0;
  margin: 0;
  background: #f3f3f3 url(../../images/template/page-bg.gif) repeat-x 0 0;
  font: small Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.5em;
  text-align: center;
}
h1 {
  font-size: 150%;
  color: #006666;
}
h2 {
  font-size: 130%;
  color: #336666;
}
h2 em {
  color: #669999;
  font-size: 90%;
}
table {

}
td, th {
  vertical-align: top;
}
#container {
  width: 780px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
/****************************** HEADER AND TOP NAVIGATION **************************/
#header {
  position: relative;
  height: 113px;
  background: url(../../images/template/header-bg2.jpg) no-repeat 0 0;
}
#header p {
   position: absolute;
   top: 74px;
   right: 10px;
   font-size: 90%;
   margin: 0;
   padding: 0;
}
#nav {
  background-color: #ccc;
  color: inherit;
  border-bottom: 1px solid #000;
  width: 100%;
   text-align: center; 
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li {
  display: inline;
}
#nav li a {
  padding: 2px 12px;
  text-decoration: none;
  color: #333;
  background: inherit;
  border-right: 1px solid #000;
  font-weight: bold;
}
#nav li.first a {
   border-left: 1px solid #000; 
}
#nav li a:hover {
  background-color: #ffcc00;
}
/****************************** CONTENT *********************************************/
#contentContainer {
  border: 1px solid #666;
  border-top: none;
   background-color: #fff;
  color: #333; 
  margin-top: 1px;
}
#content {
  padding: 10px;   
}

#tblHome td.col1 {
  padding: 2px 15px 2px 2px;
}
#tblHome td.col2 {
  border-left: 1px solid #e3e3e3;
  padding-left: 15px;  
}
#tblHome td.col2 img {
  margin: 5px 0 15px 0;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  padding: 2px;
}
.imgRight {
  float: right;
  margin: 5px 5px 15px 15px;
  border: 1px solid #D9E0E6;
  border-bottom-color: #C8CDD2;
  border-right-color: #C8CDD2;
  padding: 2px;
}
.emphasize {
  color: #336666;
  font-weight: bold;
}
/*********************************** FOOTER ****************************************/
#footer {
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid #999;
  text-align: center;
  font-size: 90%;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li {
  display: inline;
}
#footer li a {
  color: #333;
  padding: 0 4px;
  border-right: 1px solid #666;
}
#footer li.last a {
  border-right: none;
}
#footer #credits {
  font-size: 90%;
}
#footer #credits a {
  text-decoration: none;
  color: #333;
}
#footer #credits a:hover {
  text-decoration: underline;
}