body {
  background-color: #EEF2FB;
  color: #3C3A3C;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  }

img {
  border: 0;
  }
a {
  text-decoration: none;
  color: #52B767;
  }
a:hover {
  text-decoration: underline;
  color: #52B767;
  }
  
.container {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  }

.header {
  width: 900px;
  height: 204px;
  background-image: url(images/head.jpg);
  position: absolute;
  top: 0;
  left: 0;
  }
.links {
  position: absolute;
  top: 167px;
  left: 56px;
  }
.links a {
  }
.emaillink {
  position: absolute;
  left: 416px;
  top: 27px;
  }
.callbacklink {
  position: absolute;
  left: 676px;
  top: 143px;
  }

.footer {
  width: 900px;
  height: 128px;
  background-image: url(images/foot-bg.gif);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -203px;
  left: 0;
  text-align: center;
  padding-top: 75px;
  font-size: 9px;
  }
.footleft {
  position: absolute;
  left: 50px;
  top: 23px;
  font-size: 14px;
  color: #FFF;
  }
.footright {
  position: absolute;
  right: 50px;
  top: 23px;
  font-size: 14px;
  color: #FFF;
  }
.footright a {
  color: #FFF;
  }
em {
  color: #E7E662;
  font-style: normal;
  }

.leftbar {
  width: 184px;
  height: 386px;
  background-image: url(images/left-bar.jpg);
  position: absolute;
  top: 218px;
  right: 29px;
  }

.loancalc {
  width: 274px;
  height: 200px;
  background-image: url(images/calculator-bg.gif);
  position: absolute;
  top: 212px;
  left: 24px;
  color: #FFF;
  }
.loancalc form {
  margin: 0;
  position: absolute;
  top: 57px;
  left: 20px;
  }
.loancalc form input, .loancalc form select {
  font-size: 12px;
  }
.loancalc form select, .loancalc form .formimage {
  margin-left: 10px;
  }
.loancalc small {
  position: absolute;
	top: 180px;
	left: 21px;
  }

.applyonline {
  width: 272px;
  height: 181px;
  background-image: url(images/apply-online.jpg);
  position: absolute;
  top: 424px;
  left: 23px;
  }

.content {
  position: absolute;
  padding-top: 210px;
  padding-left: 306px;
  padding-right: 225px;
  width: 369px;
  background-image: url(images/body-bg.gif);
  min-height: 400px;
  height: auto !important;
  height: 400px;
  }
.largecontent {
  padding-left: 50px;
  width: 800px;
  padding-right: 50px;
  }
.formcontent {
  padding-left: 30px;
  width: 565px;
  }
h1 {
  font-size: 16px;
  margin-top: 0;
  }
h2 {
  font-size: 18px;
  }
b, strong, h1, h2 {
  color: #52B767;
  }

.loanform {
  font-size: 10px;
	}
.loanform .shaded {
  background-color: #FDF0FF;
	}
.loanform td {
  vertical-align: top;
	}
.loanform b, .loanform strong {
  font-size: 12px;
  color: #52B767;
  }
.loanform input, .loanform select {
  font-size: 10px;
	}

.shuntedtext {
  position: relative;
	left: 10px;
	}


