/* style.css Gilles Noeppel Portfolio         */
/*           Started         2009-10-21 15:44 */
/*           Last modified   2009-11-04 00:48 */
body {
  font-size: 11px;
  font-family: Verdana;
  background: url(../images/bg.jpg) repeat-x scroll left top;
  background-color: #ffffff;
  direction: ltr;
  margin: 0px;
  padding: 0px;
}
table {
  padding: 0px;
  border: 0px;
  width: 800px;
  /* Debug mode for the table layout
  border: solid;
  border-color: red; */
}
td
{
  vertical-align: top;
  /* Debug mode for the table layout
  border: solid;
  border-color: red; */
} 
h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin-top: 10px;
}
h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 28px;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 0px;
}
h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18px;
  color: #000000;
  margin-bottom: 12px;
  margin-top: 0px;
  padding-bottom: 0px;
}
p {
  font-size: 11px;
  line-height: 16px;
}
p a {
  text-decoration: none;
  color: #666666;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
p a:hover {
  text-decoration: underline;
  color: #333333;
  border-bottom-width: 0px;
}
a {
  color: #333333;
}
ul {
}
li {
  font-size: 11px;
  color: #333333;
  list-style-type: circle;
}
li a {
  text-decoration: none;
  color: #888888;
}
li a:hover {
  text-decoration: underline;
  color: #666666;
}
img {
  border: none;
}
.breadcrumbs {
  font-size: 11px;
  color: #666666;
  margin-left: 0px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #888888;
}
.breadcrumbs a:hover {
  text-decoration: underline;
  color: #333333;
}
.contact {
  font-family: Verdana;
  font-size: 14px;
  color: #666666;
}
.home {
  background: url(../images/page-turn.jpg) scroll left top;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 120px;
  width: 120px;
}
.homeLink {
  position: absolute;
  left: 8px;
  top: 8px;
  height: 19px;
  width: 19px;
}
.image {
  font-size: 0px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #dddddd #cccccc #cccccc #dddddd;
  border-width: 1px 2px 2px 1px;
  width: 290px;
  padding: 10px;
}
.info {
  width: 280px;
}
.menu {
  width: 120px;
}
.menuLinkLeft {
  text-align: left;
}
.menuLinkRight {
  text-align: right;
}
.menuLink {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding: 15px 25px 15px 15px;
}
.menuLink a {
  text-decoration: none;
  font-weight: normal;
  color: #888888;
}
.menuLink a:hover {
  text-decoration: underline;
  color: #333333;
}
.roles {
  font-size: 11px;
  line-height: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 14px;
}
.roles ul {
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.roles ul li {
  font-family: Verdana,sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 16px;
  color: #333333;
  background-image: url(../images/grey-bullet.gif);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-type: none;
  padding-left: 7px;
}
.screen {
  font-size: 0px;
  background-color: #ffffff;
  border-style: solid;
  border-color: #dddddd #cccccc #cccccc #dddddd;
  border-width: 1px 2px 2px 1px;
  width: 126px;
  margin-right: 1px;
  padding: 8px;
}
.screenLeft {
  text-align: left;
}
.screenRight {
  text-align: right;
}
.titleLeft {
  color: #666666;
}
.titleRight {
  color: #666699;
}
