/* Global definitions */
body
{  background-color: #ffffff;
   background-image: none;
   color: #666666;
   font-family: arialMT, arial, helvetica, sans-serif;
   font-size: 12px;
   text-align: left;
   padding: 0px;
   margin: 0px;
}

/* Text */
.pronounced
{  font-weight:  bold;
}

.bullet
{  font-size: 1.5em;
   font-weight: bold;
   color: #000000;
}
 
/* anchors */
a:link 
{  color: #666666; 
   text-decoration: none;
}
a:visited 
{  color: #666666; 
   text-decoration: none;
}
a:active 
{  color: #333333; 
}
a:hover
{  color: #cc0000; 
}

/* TopNav */
a.TopNav, a.TopNavSelected
{  font-size: 20px;
   font-weight: bolder;
   font-family: Eurostile-BoldExtendedTwo, eurostile, arial, helvetica, sans-serif;
   letter-spacing: 0.05em;
}

a.TopNavSelected
{  color: #333333; 
}

a.OTBLogo
{  color: #000000;
   text-decoration: none;
   font-size:  10px;
}

/* Paragraphs */
p
{  margin-top: 10px;
   margin-right: 100px;
}

/* Headers */
h1, h2, h3
{  color: #333399;
   margin-left: 10px;
}

h1
{  font-size: 1.2em;
}

h2
{  font-size: 1.1em;
}

h3
{  font-size: 1.0em;
}

/* img */
img.RoomyAll
{  margin: 15px;
}

img.roomyRight
{  margin-right: 15px;
   margin-bottom: 5px;
}

img.roomyRightOnly
{  margin-right: 15px;
   margin-bottom: 0px;
}

/* ul */
ul
{  margin-left: 7px;
   padding-left: 20px;
}

li
{  padding: 0px;
}

ul.project
{  list-style-image:  url("../images/arrow.gif");
   margin-left: 7px;
   padding-left: 20px;
}

li.project
{  line-height: 1.5em;
}

li.project:before
{  display: marker;
   marker-offset: 0em;
}

/* Table stuff */
table
{  margin: 0px;
}

tr.heading
{  text-align: center;
   width: 100%;
}

td
{  font-family: verdana,arial, helvetica;
   font-size: 12px;
}

/* Form elements */
input, textarea
{  background-color: #ffffcc;
   color: #000000;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 11px;
}


/* Positioning */
#float
{  position: relative;
   width: 1024px;
   height: 600px;
   background-color: #ffffff;
   margin-right: auto;
   margin-left: auto;
   margin-top: auto;
   margin-bottom: auto;
   padding: 0px;
}

#TextContent
{  position: absolute;
   width: 480px;
   height: 288px;
   top: 30px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
 }

#column1
{  position: absolute;
   width: 480px;
   height: 360px;
   top: 140px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#column2
{  position: absolute;
   width: 480px;
   height: 360px;
   top: 140px;
   left: 520px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#OTBLogo
{  position: absolute;
   width: 100px;
   text-align: right;
   height: 25px;
   top: 512px;
   left: 924px;
   z-index: 2;
}

#Copyright
{  position: absolute;
   font-size: 11px;
   width: 160px;
   height: 25px;
   top: 520px;
   left: 415px;
   z-index: 2;
}

#siemens
{  position: absolute;
   width: 150px;
   height: 42px;
   top: 318px;
   left: 115px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#VerticalLine
{  position: absolute;
   background-image: url("../images/blackPixel.gif");
   width: 1px;
   height: 360px;
   top: 140px;
   left: 470px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}

#photo
{  position: absolute;
   width: 480px;
   height: 360px;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   z-index: 2;
}
