* {
  color: #454545;
  font-family: gill, helvetica, sans-serif;
  text-align: left;
}

body {
  background-color:#274fa0;
}

body.light {
  background-color:#B3C5E8;
}

body.grey {
	background-color:#cccccc;
}

body.dark {
	background-color:#274fa0;
}

/*The other blue is #B3C5E8*/

a {
  color:#5D86D6;
}

#wrapper {
  position:relative;
  width:736px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treats as min-height*/
  min-height:100%;        /* real browsers */
  margin:0 auto;
  padding-top:50px;
}


#banner {
  width:736px;
  height:160px;

}

#main {
  background-color:#ffffff;
}

#navigation {
  width:150px;
  float:left;
  position:relative;
  padding: 70px 10px 0px 15px;

}

#contents {
  width:540px;
  padding:12px 5px 12px 12px;
  float:left;
  overflow:hidden;

}


#footer {
  clear:both;
  height:64px;
  background: url('images/bluecrest_footer.jpg') no-repeat bottom;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#footer p {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top:10px;
  width:100%;
  text-align:center;
  font-size: 85%;
color:#fff;
}

#navigation ul {
  list-style:none;
  padding:0px;
  margin:0px;
  width:130px;
}

#navigation li {
  display:block;
  padding: 15px 0px 0px 10px;
  margin: 0px 0px 0px 0px;
  font-size:75%;
  font-weight:bold;
  width:130px;
}

#navigation a {
  text-decoration:none;
  padding-top:3px;
  padding-left:20px;
  margin:0px;
  background: url('images/bluecrest_bullet_light.gif') no-repeat top left;
  width:100%;
}

#navigation a:hover {
  color: #274fa0;
  width:100%;
  background: url('images/bluecrest_bullet_dark.gif') no-repeat top left;
  padding-top:3px;  
  padding-left:20px;
}

#contents h1 {
  color: #274fa0;

}

#contents h2 {
  color: #274fa0;
}

#contents p {
  font-size:11pt;  
}