/**
 * Generic elements
 */
body {
  margin: 24px 0 0 0;
  padding: 0;
  background: #13213b;
  font: 12px/170% Verdana;
  color: #333333;
  background-image: url('images/bg.png');
  background-repeat: repeat-x;
  background-position: 0 24px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Helvetica, Arial, sans-serif;
  color: #496394;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #496394;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}

a:active, a.active {
  color: #496394;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
  border-top: 1px solid #496394;
  border-bottom: 1px solid #496394;
}

thead th {
  border-bottom: 2px solid #13213b;
  color: #494949;
  font-weight: bold;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #13213b;
  border-width: 1px 0;
}

tr.odd {
  background-color: #dddddd;
}

tr.even {
  background-color: #ffffff;
}




/**
 *Content Layout
 */
#wrapper { 
  height: 100%;
  background-color: #ffffff;
  width: 900px;
  margin: 0 auto;
}

#container { 
  background-image: url('images/banner.jpg');
  background-repeat: no-repeat;
}

#header { 
  height: 126px;
}

#header h1 { 
  padding: 25px 0 0 25px;
  margin: 0;
  text-indent: -9999px;
}

#header h1 a { 
  display: block;
  height: 60px;
  width: 625px;
}

#container-body { 
  padding: 15px;
}

#highlight { 
  background-image: url('images/highlight.jpg');
  background-repeat: no-repeat;
  height: 333px;
  width: 870px;
}

#highlight-text { 
  width: 395px; /*425*/
  height: 300px; /*330*/
  padding: 15px;
  overflow: hidden; 
}

#highlight-text  p { 
  font-size: 180%;
  line-height: 140%;
  color: #eeeeee;
  text-align: center;
  margin-bottom: 25px;
}

#content { 
  padding: 25px 0 50px 0;
  overflow: auto;
}

#content-left { 
  float: left;
  width: 400px;
}

#content-right { 
  float: right;
  width: 400px;
}

#footer { 
  padding: 20px 50px;
  text-align: center;
  font-size: 90%;
  background-color: #dddddd;
}

/** 
 * classes
 */
div.logo { 
  float: left;
  width: 280px;
  text-align: center;
}

.large { 
  font-size: 125%;
  font-weight: bold;
}

.error { 
  color: #990000;
}