body {
  font-family: tahoma, ariel, helvetica;
  font-size: 8pt;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table {
  border: 1px solid #666666;
  border-collapse: collapse;
}

table.noborder { border: 0px; }

th {
  text-align: center;
  background: #00acec;
  padding: 5px;
  font-weight: normal;
  font-size: 12px;
  border-bottom: 1px solid #666666;
  color: #ffffff;
}

td {
  padding: 0px;
}

li {
  padding: 1ex;
}

img {
  border: 0px;
}

#banner {
 margin-top: 0px; 
 margin-bottom: -3px;
}

#outer {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#navcontainer {
  float: left;
  position: relative;
  width: 100%;
  right: 662px;
  background: #00acec;
}

#navbar {
  float: left;
  position: relative;
  background: #00acec;
  width: 138px;
  left: 662px;
  padding: 0px;
/*  height: 540px; */
  height: 395px;
  overflow: hidden;
}

#navbar table {
  font-weight: bold; 
  font-size: 8pt;
  color: #d8eeff;
  border-collapse: collapse;
  border: 0px;
  margin-left: 20px;
}

#navbar td {
  border: 1px solid #d8eeff;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  width: 118px;
}

#navbar a {
  display: block;
  color: #d8eeff;
  text-decoration: none;
}

#navbar a:visited {
  color: #d8eeff;
}

#navbar .fault a {
  color: #ffa77c;
}

#maincontainer {
  clear: left;
  float: left;
  width: 100%;
  overflow: hidden;
  background-image: url("../Pictures/TS_Master_background");
  background-repeat: repeat-y; 
  background-position: right;
}

#maincontainer.splash {
  float: right;
  background-image: url("../Pictures/TS_Master_01_03.jpg");
  background-repeat: no-repeat;
  background-position: 138px 0px;
}

#maintext {
  float: left;
  position: relative;
  left: 662px;
  width: 605px;
  overflow: auto;
  color: #333333;
  padding: 5px 20px;
/*
  padding: 0px;
*/
}

#maintext h1 {
  font-size: 10pt;
}

#maintext h2 {
  font-size: 10pt;
  font-weight: normal;
}

#maintext h3 {
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
}

#maintext table {
}


#maintext td {
  background: transparent;
  padding: 3px;
  text-align: center;
}

#maintext li {
  font-size: 8pt;
}

#maintext .contactus table {
  border: 0px;
  text-align: left;
}

#maintext .contactus td {
  text-align: left;
}

#usersecure td {
  background: transparent;
  text-align: left;
}

#usersecure h2 {
  font-weight: bold;
  font-size: 10pt;
} 


#footer {
  clear: both;
  background: #61666c;
  padding: 5px 5px 5px 20px;
  border-top: 5px solid white;
  height: 15px;
}

#footer table {
  color: #fbffff;
  background: #61666c;
  font-size: 8pt;
}

#footer td {
  padding: 0px 15px 0px 0px;
} 

.good { color: #000000; }
.bad  { color: #ff4e4e; }
.ugly { color: #544eff; }
.fault{ color: #ff9866; }
.error{ color: #ff4e4e; }

#containerul, #containerul ul{
  text-align:left;
  margin:0; 
  padding:0;
}


#containerul li{
  margin:0 0 0 18px; 
  padding:0; 
  list-style-type:none; 
  font-size: 13px;
}

#containerul li.h2 { font-size: 11px; }

#containerul .symbols{
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#containerul table {
	width: auto;
	border: 1px solid #666666; 
}

#containerul td {
  width: 200px;
  vertical-align: top;
  text-align: left;
  background: transparent;
}

.la { text-align: left; }
.ra { text-align: right; }
.ca { text-align: center; }

