html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #ffeebb;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
h2 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  border: solid 2px #8d704e;
  margin: 0 auto 21px auto;
  text-align: left;
  width: 800px;
  background-image:url(../images/bg.gif);
}
#outerTop {
  margin: 21px auto 0 auto;
  text-align: right;
  width: 800px;
}
#outerWrapper #header {
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  text-align:center;
  background-image:url(../images/bg-header.gif);
  background-repeat:repeat-x;
  margin-top:9px;
}
#outerWrapper #header h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000;
}
#outerWrapper #header a:active {
  color: #000;
}
#outerWrapper #topNavigation {
  height: 39px;
  padding: 0 0 0 0;
  font-weight:bold;
}
#outerWrapper #contentWrapper {
  padding: 10px 10px 10px 10px;
}
#content {
  padding: 10px 10px 10px 10px;
  font-size:14px;
  line-height: 18px;
  min-height:500px;
  height:auto !important;
  height:500px;
}
#outerWrapper #footer {
  padding: 10px 10px 10px 10px;
  text-align:center;
}
a img{ border:0px}
img.floatLeft { 
    float: left; 
    margin: 12px; 
}
img.floatRight { 
    float: right; 
    margin: 12px; 
}
#menu {
	float: left;
	width: 800px;
	height: 37px;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	word-spacing: 3px;
}

#menu li {
	display: inline;
}

#menu a, visited {
	display: block;
	float: left;
	height: 27px;
	padding: 10px 13px 0px 13px;
	color:#FCF0D8;
	/*color:#000000;*/
	text-decoration:none;
}

#menu a:hover {
	color:#000000;
	/*color:#8d704e;*/
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.red {color:#FF0000;}