html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, ul, li,  {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #FFFFFF;
  background-image: url(images/bg.jpg);
  background-position: top left;
  background-repeat: repeat-x;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height:normal;
}
h2 {
  color: #000;
  font-size: 17px;
  font-weight: bold;
  line-height:normal;
}
h3 {
background:url(images/h3_bg.jpg) top left repeat-x;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 14px;
padding:9px;
font-style:italic;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  background-image: url(images/content_bg.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  margin: 20px auto 0 auto;
  text-align: left;
  width: 825px;
}
#outerWrapper #header {
 
  background-image: url(images/header.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 179px;
  line-height: 15px;
}
#outerWrapper #contentWrapper {
padding:40px 0 0 0;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #ebebeb;
  background-image: url(images/right_bg.jpg);
  background-position: top left;
  background-repeat: repeat-y;
  float: right;
  padding: 30px 10px 10px 30px;
  width: 238px;
}
#outerWrapper #contentWrapper #rightColumn1 .holder{
margin:0px 0 20px 0;
}
#outerWrapper #contentWrapper #content {
  margin: 0 270px 0 0;
  padding: 10px 30px 10px 30px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#outerWrapper #footer {
  padding: 10px 30px 10px 30px;
}


form {
border:1px dashed #ccc;
margin:30px 0 0 0;
}
form .contactform {
background-color:#eee;
padding:30px;
}
form .contactform .required {
margin:0 0 20px 0;
}
form .contactform .required label{
display:block;
}
form .contactform .required input{
width:370px
}
form .contactform .required textarea{
width:370px
}
form .contactform .submit .submitbutton{
height:35px;
width:67px;
}
