
BODY {
  font-family:arial;
  color:#777777;
  background-color:#b9b9cb;
}

P {
  font-size:0.9em;
  margin:6px;
  padding:0px;
}

H1 {
  color:#05377a;
  font-size:1.6em;
  margin:20px 0px 3px 0px;
  padding:0px;
}

H2 {
  color:#05377a;
  font-size:1em;
  margin:0px 0px 3px 0px;
}

H2 A {
  color:#05377a;
  text-decoration:none;
}

H2 A:hover {
  color:#aa0000;
}

H3 {
  color:#05377a;
}

UL {
  list-style-type:none;
  padding-left: 0;
  margin-left: 0;
}

LI {
  font-size:0.9em;
  line-height:150%;
  background:url("images/tick.png") left center no-repeat;
  padding-left:20px;
}

#container {
  width:905px;
  margin:auto;
}

#page {
  width:905px;
  background-image:url("images/page_bg.jpg");
  background-location:top center;
  background-repeat:repeat-y;
}

#page_header {
  width:905px;
  height:20px;
  background-image:url("images/page_top.jpg");
  background-location:top center;
  background-repeat:no-repeat;
}

#page_footer {
  width:905px;
  height:25px;
  background-image:url("images/page_bottom.jpg");
  background-location:top center;
  background-repeat:no-repeat;
}

#content_left {
  width:411px;
  float:left;
  margin:20px;
  text-align:center;
}

#content_right {
  width:401px;
  float:left;
  margin:40px 20px 20px 20px;
}

.section {
  width:180px;
  float:left;
  padding-left:20px;
}

.logo {
  margin:10px 0px 10px 0px;
}

.clear {
  clear:both;
}