@charset "utf-8";
/* CSS Document */

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: #FFCC33;
  background-image: url("FW/bgGoldStripes.png");
  background-repeat: repeat;
  color: #2d2e2e;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 50 0 0 50;
  text-align: center;
}
h1 {
  color: #088424;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #088424;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #09760d;
  text-decoration: underline;
}
a:focus {
  color: #09760d;
}
a:active {
  color: #164619;
}
#outerWrapper {
  background-color: #fff;
  border: solid 2px #CC9900;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 760px;
}
#outerWrapper #header {
	background-color: #FFCC33;
	border-bottom: solid 1px #628152;
	font-size: 18px;
	font-weight: bold;
	height: 125px;
	line-height: 15px;
	padding: 0;
	background-image: url(FW/InsidePagesHeaderBG.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper {
  /*background-image: url("2ColumnFixedLeftSidebarHeaderandFooter0_images/contentWrapper_bg.png");*/
  background-repeat: repeat-y;
  overflow: hidden;
  background-color: #fff;
  /*border-left: solid 1px #8ab573;*/
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #fff;
  border-right: solid 1px #8ab573;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 170px;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
}
#outerWrapper #footer {
  background-color: #FFCC33;
  border-top: solid 1px #8ab573;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding: 10px 10px 10px 10px;
}




#navigation td {
	border: 3px solid #088424;
	/*padding: 10px 10px 10px 10px;*/
	}
	
#navigation a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2a2a2a;
	line-height:16px;
	letter-spacing: .2em;
	text-decoration: none;
	display: block;
	padding: 8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color: #2D490E;
	}


.navText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #0A360A !important;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}

.imgBorder {border: 1px solid #FFD146;}