body {
  background-color: #405D80;
  background-image: url('../images/layout/contentbg.jpg');
  background-repeat: repeat-y;
  background-position: 150px 0;
  margin: 0;
  padding: 0;
  }
h1, h2, h3, h4, h5, h6, p, table, tr, td, ul, li {
  margin: 0px;
  padding: 0px;
  }
h1, h2, h3, h4, h5, h6 {
	font-family: 'Century Gothic', Arial, sans-serif;
	color: #EBF4FF;
}
h2 {
  margin: 15px 0 10px 0;
  }
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {font-size: 0.85em;}
h6 {font-size: 0.7em;}
p {
  margin-bottom: 15px;
  line-height: 130%;
  }
div.header {
  width: 100%;
  height: 47px;
  padding: 56px 0 0 0;
  background-image: url('../images/layout/bodybg.jpg');
  background-repeat: repeat-x;
  }
div.content {
  margin: 0 0 0 173px;
  width: 460px;
  }
div.menu {
  text-align: right;
  padding: 23px 0 7px 0;
  background-repeat: no-repeat;
  background-position: 0 8px;
  }
div.menu a:link, div.menu a:visited {
  font-family: "Century Gothic", Verdana, sans-serif;
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0 5px;
  }
div.menu a img {
  border: 0;
  }
div.whiteline, div.whiteline img {
  display: block;
  width: 460px;
  height: 1px;
  }
div.bread {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #282828;
  }
div.bread a:link, div.bread a:visited {
  color: #EBF4FF;
  text-decoration: none;
  }
div.bread a:hover {
  color: #C1DDFF;
  text-decoration: none;
  }
div.bread ul {
  margin-bottom: 15px;
  }
div.bread li {
  margin: 0 0 0 30px;
  padding: 1px 0;
  list-style-type: none;
  list-style-image: url('../images/layout/list-image3.gif');
  }
div.bread img.fullWidth, div.bread a img.fullWidth {
  display: block;
  position: relative;
  left: -21px;
  width: 502px;
  height: 130px;
  border: 0;
  }
div.bread img.contactBg {
  float: right;
  }
form.contact input, form.contact textarea {
  margin-bottom: 5px;
  font-family: Verdana;
  font-size: 11px;
  }
form.contact textarea {
  height: 100px;
  width: 200px;
  }
form.contact p.msg {
  font-size: 11px;
  color: #FFFFFF;
  }
div.footer {
  margin: 30px 0 0 173px;
  width: 460px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #C2D0E0;
  text-align: center;
  }