html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  <!-- background-color:#F1EFDC; -->
  background-color:#fff;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
	font-size:34px;
    line-height:38px;
    color:#666666;
    font-weight:normal;
}

h2 {
  	font-size:15px;
    line-height:24px;
    color:#A3850E;
    font-weight:normal;
    padding:12px 0 0 0;
}

h3 {
	font-size:12px;
    font-weight:bold;
}

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 {
  margin: 20px auto 0 auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #header {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 20px;
  width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 20px;
  width: 150px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 190px 0 190px;
  padding: 20px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  padding: 0 0 0 210px;
}

#menu {
	position:relative;
    margin-top:20px;
    padding: 8px;
    width:100%;
    font-size:12px;
    background-color:#666666;
    color:#fff;
}

#menu a:link, #menu a:hover, #menu a:visited {
	color:#FFFFFF;
} 

.boldhead {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.forindex {
	font-family: Arial, Helvetica, sans-serif;;
	font-size: small;
	color: #000000;
}

.imgFloatright {
	float:right;
}

.imgFloatleft {
	float:left;
}

.titleTwotxt {
	font-size:27px;
}

.innerThreetxt {
	font-size:14px;
    color:#A3850E;
}

.center {
	text-align:center;
}

.lineSpacing {
	line-height:16px;
}

.floatLeft2 {
	float:left;
    padding:0 10px 0 0 ;
}