body {
  background-color: #000;
  color: #EEE;
  font-family: Trebuchet MS, Goudy Old Style, Goudy, Georgia, Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 12pt;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  scrollbar-face-color: #666;
  scrollbar-highlight-color: #CCC;
  scrollbar-shadow-color: #222;
  scrollbar-3dlight-color: #AAA;
  scrollbar-arrow-color: #EEE;
  scrollbar-track-color: #444;
  scrollbar-darkshadow-color: #000;
  overflow: hidden;
}

a {
  text-decoration: underline;
  color: #D32;
}
a:link {
}
a:visited {
}
a:hover {
  color: #ED1;
}
a:active {
}

p {
  margin: 0.75em 0px 0.75em 0px;
  padding: 0px 15px 0px 15px;
}

img {
  border: none;
}

table {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
tr {
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
td {
  font-size: 12pt;
  vertical-align: top;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

.Centered {
  text-align: center;
}

.NoList {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

div.Spacer, div.Clear {
  clear: both;
  font-size: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}





/*** SITE DISPLAY FRAMEWORK ***/

div#PageContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  margin-left: -380px;
  height: 450px;
  margin-top: -225px;
  overflow: hidden;
  background-color: #000;
}
img#Background {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  z-index: 0;
}

div#Header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}
div#SubNav {
  position: absolute;
  z-index: 1;
  overflow: visible;
  top: 50%;
  left: 50%;
  width: 427px;
  margin-left: -75px;
  height: 75px;
  margin-top: -225px;
  display: none;
}
a.Nav {
  position: absolute;
  width: 200px;
  height: 50px;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  z-index: 2;
}
a#NavTeam {
  left: 25px;
  top: 280px;
}
a#NavSolutions {
  left: 25px;
  top: 320px;
}
a#NavContact {
  left: 25px;
  top: 360px;
}

div#LogoAssembly {
  position: absolute;
  left: 15px;
  top: 215px;
  width: 330px;
  height: 50px;
  z-index: 3;
}
img#Logo {
  position: absolute;
  left: 0px;
  top: 0px;
}
img#Title {
  position: absolute;
  left: 80px;
  top: 5px;
}

div#BodyContent {
  position: absolute;
  border-color: #888;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  padding: 0px;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 0px;
  overflow: hidden;
  display: none;
  z-index: 1;
}
div#ContentContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  /* 'cuz IE is SLLLOOOOOOW
  background-image: url('./backmask.gif');
  background-repeat: repeat;
  */
  display: none;
  z-index: 1;
}
div#BlackMask {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: 0.5;
  z-index: 1;
}


div.MainContent {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  display: none;
  z-index: 2;
}


div#SubNav div {
  text-align: right;
}


/*** OUR TEAM ***/
td {
  padding: 0px 15px 0px 15px;
  vertical-align: top;
}
a.TCMember {
  display: block;
  font-size: 1.3em;
  text-decoration: none;
  width: 9ex;
  color: #F7D910;
  text-align: center;
  padding: 2px 0px 0px 0px;
  float: right;
  background-image: url('menuoption.gif');
  background-position: center center;
  background-repeat: no-repeat;
}
div.TCMember {
  display: none;
  padding: 1em 15px 1em 15px;
}
img.TCMemberPhoto {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  float: left;
}
h2 {
  margin-top: 0.2em;
}
h3 {
  text-decoration: underline;
}
.SubTitle {
  //font-style: italic;
  font-size: 0.8em;
}
div#Team a {
  color: #F7D910;
}
div#Team a:hover {
  color: #FF0;
}


/*** OUR SOLUTIONS ***/
div#Solutions a {
  color: #075AC3;
}
div#Solutions a:hover {
  color: #ED1;
}


/*** OUR NUMBER ***/
img#Mail {
  margin-top: 2em;
  border-style: solid;
  border-width: 2px;
}
div#Contact a {
  color: #CB2D1E;
}
div#Contact a:hover {
  color: #ED1;
}






#Fail {
  display: none;
}