body{
  margin:0;
  padding:0;

  font-family: tahoma;
  font-size: 12px;
  color: #909090;
}

h1{
  color: #316596;
  font-size: 24px;
  font-weight: normal;
   text-shadow: 1px 1px 1px #909090; 
}

h2{
  color: #316596;
  font-size: 16px;
}

h3{
  color: #909090;
  font-size: 14px;
  

}

h4{
  color: #316596;
  font-size: 14px;
    font-weight: normal;

}

#maincontainer{
  width: 970px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
}

#topsection{
  background-image: url(../images/top-dqs.jpg);
  height: 130px; /*Height of top section*/
  background-repeat: no-repeat;
}

#topsection a.logohref{
  display: block;
  width: 250px; 
  height: 110px;
}


#menusection{
  background-image: url(../images/menu-back.jpg);
  height: 48px; /*Height of top section*/
  background-repeat: no-repeat;
}

#menu{
  font-size: 15px; 
  text-transform: uppercase; 
  padding-top: 18px; 
  margin-left: 30px; 
}

#menu a.itemon{
  color: #316596;
  text-decoration: none;
  text-shadow: 0px 1px 1px #909090; 
  margin-right: 25px;
  background-image: url(../images/menu-on-element.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

#menu a.itemoff{
  color: #909090;
  text-decoration: none;
  text-shadow: 0px 1px 1px #FFF; 
  margin-right: 25px;
   background-image: url(../images/menu-off-element.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

#menu a.itemoff:hover{
  color: #316596;
}
#logotext{
  text-indent:-9000em;
}

#topsection h1{
  margin: 0;
}

#contentwrapper{
  clear: both;
  width: 970px;
  background-image: url(../images/menu-back-shadow.jpg);
  background-repeat: no-repeat;
  min-height: 500px;       
}

#leftcolumn{
  float: left;
  width: 245px;
  min-height: 500px;
}

#rightcolumn{
  float: left;
  width: 700px;
  min-height: 500px;
}

#rightcolumn a img{
   border: 1px solid #316596;
}

#rightcolumn a {
   color:  #909090;
   text-decoration: none;
}

#rightcolumn a:hover {
   color:  #909090;
   text-decoration: underline;
}

#rightcolumn td {
  line-height: 2em;
  font-size: 12px;
  padding-left: 5px;
  
}

#rightcolumn td.odd{
   background-color:  #f2f2f2;
}

#rightcolumn th{
   background-color:  #909090;
   color: white;
   line-height: 2em;
   text-align: left;
   padding-left: 5px;
}

#leftcolumn div.banner{
 margin-top: 10px;
}



#leftcolumn div.cert{
 width: 243px; 
 background-color: #f2f2f2; 
 height: 25px; 
 background-image: url(../images/cert-element.jpg); 
 background-position: left; 
 background-repeat: no-repeat; 
 margin-top: 3px;
   line-height: 2em;
}

#leftcolumn div.cert span{
  margin-left: 20px;
  color: #175d9e;
  font-weight: bold;
  font-size: 14px;
}

#leftcolumn div.cert a{  
  color: #175d9e;
  text-decoration: none;
 
}

#leftcolumn div.cert a:hover{  
   text-shadow: 0px 1px 1px #909090;
  text-decoration: underline;
}
div.leftcontact{
  background-image: url(../images/blue-element.gif);
    background-position: top left;
    background-repeat: no-repeat;
  clear: both;
   margin-top: 100px;
   height: 30px;
}


div.leftcontactinfo{
  float: left; 
  width: 120px; 
  font-size: 11px;
  margin-top: 5px;
}

#footer{
  background-image: url(../images/footer-back.png);
  clear: left;
  width: 100%;

  text-align: center;
  padding: 4px 0;
  background-position: top;
  background-repeat: repeat-x;
  font-size: 11px;
}

#footer div.footertext{
  margin-top: 10px;
  margin-bottom: 10px;
}

#footer a{
  color: #909090;
  text-decoration: none;
}

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
  margin-left: 20px;
}

.innertubecert{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 8px;
}

#breadcrumb {
  margin-top: 5px;
}
#breadcrumb a {
  font-size: 11px;
  color: #909090;  

}

.formAlert{
  color: rgb(252,3,0);
}

label.error  {
  color:red;
  font-style:italic;
}