html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  color: #2d2e2e;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  background-color:#FDF0A6;
}
h1 {
  color:#342D01;
  font-size: 34px;
  font-weight: normal;
  line-height: 34px;
  letter-spacing: 4px;
}
h2 {
  color: #FF9900;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 2px;
}

h3 {
  color:#FF9900;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
}

.titleTxt2 {
	color:#342D01;
  	font-size: 15px;
  	font-weight: normal;
  	line-height: 16px;
}

.titleTxt3 {
	color:#CCCCCC;
  	font-size: 15px;
  	font-weight: normal;
  	line-height: 16px;
}

.menuTxt2 {
	color:#DED09A;
  	font-size: 15px;
  	font-weight: normal;
  	line-height: 16px;
}

a,  a:link {
  color:#FF9900;
  text-decoration: none;
}
a:visited {
  color: #FF9900;
  text-decoration: none;
}
a:hover {
  color:#DED09A;
  text-decoration: underline;
}
a:focus {
  color:#FF9900;
}
a:active {
  color:#FF9900;
}

.imgFloatright {
	float:right;
    }

#outerWrapper {
  background-color: #fff;
  margin: 20px auto 0 auto;
  text-align: left;
  width: 860px;
}
#outerWrapper #header {
  background-color: #FFFFCC;
  padding: 10px 10px 0 10px;
  height: 180px;
}

#outerWrapper #header #titleBox {
	position:relative;
	top:90px;
    left:500px;
    width:150px;
}

#outerWrapper #menubar {
  background-color: #FFFFCC;
  border-bottom: solid 1px #FFCC00;
  padding: 6px 40px 6px 40px;
}

#outerWrapper #contentWrapper #content {
  background-color: #FFFFCC;
  margin: 0 0 0 0;
  padding: 40px 40px 40px 40px;
}
#outerWrapper #footer {
  background-color: #FFFFCC;
  border-top: solid 1px #FFCC00;
  padding: 10px 40px 10px 40px;
  text-align:right;
  font-size: 10px;
}
