/* 
 * Copyright (c) 2008, Team Embedded. All rights reserved.
 *
*/
body {
  background-repeat: repeat-x;
  background-attachment: scroll;
  background-position: 0% 50%;
  font-family: Arial,Comic Sans MS;
  line-height: 125%;
  background-color: white;
}
#container {
  margin: 0 auto;
  width: 750px;
}
#header {
  width: 100%;
  height: 120px;
  background-image: url(images/team_banner.png);
  background-repeat: no-repeat;
}
#main_content {
  margin: 0 auto;
  background: #000000 url(images/background_content.gif) repeat-y scroll 0% 50%;
  width: 100%;
}
#main_content_top {
  background: white url(images/background_top.gif) no-repeat scroll left top;
  height: 30px;
}
#main_content_bottom {
  background: #ffffff url(images/background_bottom.gif) repeat scroll 0% 50%;
  height: 30px;
}
#footer {
  margin: 10px auto;
  text-align: center;
  font-size: 12px;
}
.content {
  padding: 0 30px;
  float: left;
  width: 510px;
  text-align: justify;
  font-size: 12px;
}
.menu {
  border-left: 1px solid #8c8484;
  padding: 0 20px;
  width: 139px;
  float: right;
  font-size: 12px;
}
.menu ul {
  margin: 0;
  padding: 10px 0 10px 15px;
}
.menu il {
  list-style-type: disc;
}
#header h1 {
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: bold;
  color: #a40008;
}
.content h2 {
  margin-top: 0px;
  font-size: 18px;
  font-weight: bold;
  color: #32b732;
}
#clear {
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.menu_title {
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #00b700;
}
.menu ul {
  margin: 0;
  padding: 10px 0 20px 15px;
}
.menu li {
  padding-top: 2px;
  list-style-type: circle;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #00b700;
}
a:hover {
  font-weight: bold;
  text-decoration: underline;
  color: #00b700;
}
a.menu_link {
  color: #000000;
  font-weight: bold;
  text-decoration: underline;
}
a.menu_link:hover {
  color: #00b708;
  font-weight: bold;
  text-decoration: none;
}
.quote {
  margin: 20px;
  text-align: center;
  font-weight: bold;
  font-style: italic;
}
img.flag {
  border: solid thin #000000;
}
