

#topContainer {
  max-width:776px;
  width: 776px;
  text-align:center;
  margin: auto;
}

#bottomContainer {
  max-width:768px;
  width: 768px;
  text-align:center;
  margin: auto;
  margin-top:10px;
}

#footer {
  margin:0px 0 0 0;
  padding-top:15px;
}





.news-outer {
  width:374px;
  float:left;
  padding: 0;
  margin: -0 4px 0 4px;
}

.news-inner {
  background: #fff url(images/newsBG.gif) repeat-y;
  padding: 4px;
  margin: -10px 0 0 0;
  text-align:left;
  height:120px;
}



.module-outer {
  width:187px;
  float:left;
  padding: 0;
  margin:6px 2px 0 2px;
}

.module-inner {
  background: #fff url(images/moduleBG.gif) repeat-y;
  padding: 2px 8px 2px 8px;
  margin: -3px 0 0 0;
  text-align:left;
  height:150px;
}



.clear {
  clear:both; 
}

.normal {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
}

.small {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.title {
  font-family: Baskerville, Palatino, Georgia, Tahoma, Arial, Helvetica, Geneva, serif;
  font-size:16px;
  font-weight: bold;
  font-variant : small-caps;
  background-color:#dddddd;
  border: 1px #cccccc solid;
  padding-left:4px;
  text-align:left;

}

.image {
  padding:4px;
  border: 1px #ccc solid;
  vertical-align: top;
  margin-right: 10px;
}

.quote {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  margin: 2px;
}

.floatleft {
  float:left;
}

.subpageInner {
 text-align:left;
 margin: 10px 0 0 50px;
}

.subpageInner2 {
 text-align:left;
 margin: 0 10px 0 10px;
}



body {
  text-align: center;
  margin: 0px, 5px, 5px, 5px;
  background:  #fff;
  font-family: "Gill Sans";
  font-size: 12px;
}

p {
  font-family: "Gill Sans";
  font-size: 14px;
  color: #000;
  text-align: left;
  text-indent: 15px;
  margin-bottom:15px;
}


ul {
  padding: 2px;
  margin: 2px;
  list-style-type: bullet;
  list-style-position: inside;
  text-align:left;
}

/* Used on sub=pages to match the font */
ul.sub {
  font-family: "Gill Sans";
  font-size: 14px;
  color: #000;
  text-align: left;
  margin: -10px 0 10px 50px;
  background: #ccc;
  border: 1px solid #999999;
  width: 50%;
  padding-left: 15px;
  line-height: 1.8em;
}


lh {
  font-weight: bold;
}

h1 {
  font-weight: bold;
  font-size: 26px;
  font-family: "Gill Sans", "Lucida Grande";
  text-align:left;
  color: #999999;
  text-shadow: 0px 1px 2px black;
}

h2 {
  font-weight: bold;
  font-size: 22px;
  font-family: "Gill Sans", "Lucida Grande";
  text-align:left;
  color: #999999;
  text-shadow: 0px 1px 2px #000;
  border-bottom: 1px #ccc solid;
  padding-bottom: 5px;
  margin: 20px 15px 5px 15px;
}

h3 {
  font-weight: bold;
  font-size:18px;
  font-family: "Gill Sans", "Lucida Grande";
  text-shadow: 0px 1px 1px #000;
  text-align:left;
  color: #999999;
  margin: 10px 0 5px 20px;
}


blockquote {
  font-style: italic;
  border: 1px #ccc solid;
}

img {
  border: 0;
}




table.product {
  margin: 1em 1em 1em 2em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.product th, table.product td {
  border: 1px slategray solid;
  padding: 0.2em;
}
table.product th {
  background: lightsteelblue;
  text-align: center;
}

li.main {
  font-family: "Gill Sans";
  font-size: 14px;
  margin-left: 15px;

}

ul.main {
  font-family: "Gill Sans";
  font-size: 14px;
}



A:link {text-decoration: none; color: blue}
A:visited {text-decoration: none; color: blue}
A:active {text-decoration: none; color:blue}
A:hover {text-decoration: underline; color:gray}
.nohover a:hover { text-decoration: none; color:black }


.totaltechnav a:link {text-decoration: none; color: #000000; font-size: 12px;}
.totaltechnav a:visited {text-decoration: none; color: #000000; font-size: 12px;}
.totaltechnav a:active {text-decoration: none; color: #000000; font-size: 12px;}
.totaltechnav a:hover {text-decoration: underline; color: #000000; font-size: 12px;}

.totaltechnav table
{
	border: 1px solid black;
}