body {
  font-family: 'Trebuchet MS', Arial, Sans-serif;
  font-size: 110%;
  color: #000000;
  background-color: #FEFEFE;
  line-height: 1.1em;
}

#global {
  min-width: 760px;
  max-width: 1240px;
}

#header {
  color: #FFFFFF;
  background: url('images/sky.png') #696f73;
  background-repeat: no-repeat;
  height: 118px;
}

#page-title {
  min-width: 760px;
  max-width: 1240px;
  height: 55px;
}

.hidden {
  visibility: hidden;
}

p {
  text-align: justify;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.4em;
  font-weight: bold;
}

h3 {
  font-size: 1.2em;
}

h1, h2, h3 {
  font-family: 'Trebuchet MS', Tahoma, 'Gill Sans MT', Verdana, Sans-serif;
  color: #3A65A2;
  background: inherit;
}

img {
  border: 0;
}

#page-title h1 {
  line-height: 1em;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.5em;
  color: #FFFFFF;
  background: inherit;
}

#logo-menu-wrap {
  height: 63px;
}

#logo {
  float: left;
  clear: left;
  text-align:left;
}

#menu {
  margin-bottom: 0.5em;
  font-size: 0.8em;
  padding-top: 40px;
  padding-left: 300px;
  padding-right: 10px;
  text-align: left;
}

#menu a {
  color: #FFFFFF;
  background-color: inherit;
}

#menu a:hover {
  color: #3A65A2;
  background-color: #FEFEFE;
}

#left-content, #body-content, #right-content {
  font-size: 0.85em;
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 2em;
  margin-bottom: 1em;
}

#left-content {
  width: 58%;
  float: left;
  min-height: 250px;
  margin-right: 2em;
}

#body-content {
}

#right-content {
  overflow: auto;
}

#left-content a, #body-content a, #right-content a {
  color: #3A65A2;
  background-color: inherit;
}

#left-content a:hover, #body-content a:hover, #right-content a:hover {
  color: #FEFEFE;
  background-color: #3A65A2;
}

#left-content>p, #body-content>p, #right-content>p, 
#left-content>h2, #body-content>h2, #right-content>h2,
#left-content>h3, #body-content>h3, #right-content>h3 {
  margin-top: 0;
}

#left-content ul li, #body-content ul li {
  padding-bottom: 0.5em;
}

#right-content ul {
  list-style-position: inside;
}

table.projects {
  border: 0;
}

table.project-list, table.demo-list {
  border: 0;
  margin-top: 1em;
}

table.project-list a, table.demo-list a, table.projects a {
  font-weight: bold;
}

table.project-list th, table.projects th {
  padding-right: 20px;
}

table.project-list p, table.demo-list p, table.projects p {
  margin-top: 0em;
  margin-bottom: 0em;
}

table.project-list + h2, table.demo-list + h2 {
  padding-top: 2.5em;
}

table.projects td h3 {
  margin-top: 0em;
  margin-bottom: 0em;
}

table table.projects td h2 {
  padding-top: 1em;
  padding-bottom: 0.25em;
  border-bottom: 1px #555 dotted;
  color: #555;
}

#footer {
  min-width: 760px;
  max-width: 1240px;
  font-size: 0.5em;
  color: #555555;
  background: inherit;
  clear: both;
  border-top: 1px #555555 dotted;
}

p.address {
  font-size: 0.95em;
  line-height: 1em;
}

p + h2 {
  padding-top: 0.5em;
}

p + h3, ul + h3, ol + h3 {
  padding-top: 1em;
}