@charset "utf-8";
/* CSS Document */

html { height: 100%; margin-bottom: 1px; }

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: #A1AA98;
	background-image: url(images/bgPutty.jpg);
	background-repeat: repeat-x;
	color: #2c2d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
/* Commonly used to style page titles. */
h1 {
	color: #494949;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 1px;
}
/* Commonly used to style section titles. */
h2 {
	color: #494949;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

H3 {  
  color: #666;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}


/* Sets the style for unvisited links. */
a,  a:link {
	color: #4A2512;
	font-weight: bold;
	text-decoration: underline;
}
/* Sets the style for visited links. */
a:visited {
  color: #4A2512;
  font-weight: bold;
  text-decoration: underline;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #D19D0A;
	text-decoration: underline;
	font-weight: bold;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #D19D0A;
  font-weight: bold;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #D19D0A;
  font-weight: bold;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 800px;
  border: 2px solid #666;
}
#outerWrapper #header {
	background-color: #41211F;
	border-bottom: solid 1px #999;
	font-size: 12px;
	font-weight: bold;
	height: 165px;
	line-height: 15px;
	padding: 0px 0px 0px 0px;
	color: #FFFFCC;
	background-image: url(FW/siteHeader2.png);
	background-repeat: no-repeat;
}
#outerWrapper #contentWrapper #leftColumn1 {
	/*background-color: #CCCCCC;*/
	/*border-right: solid 1px #cccccc;*/
	color: #333333;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 0 10px 10px;
	width: 185px;
	/*border-top: solid 1px #999;*/
}

/* main page content */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 200px; 
  padding: 10px 20px 10px 10px; 
  line-height: 17px;
  /*border-top: solid 1px #999;*/
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #eeeeee;
	border-top: solid 1px #9ea3aa;
	padding: 10px 10px 10px 10px;
	font-size: 9px;
}




/* printer-friendly styles. */
body {
  background-color: #fff;
  background-image: none;
  border-color: #000; 
  color: #000;
}


/* BORDER DIV */
.AllBorders {
	border: 1px solid #F3E8A6;
	padding: 2px 2px 2px 2px;
	/*margin-left: 3px;*/
}

.trGrayBGTOP {
	background-color: #D2B24E;
	background-image: url(FW/TableRoundedBackground.png);
	background-repeat: no-repeat;
}

.trGrayBGBOTTOM {
	background-color: #D2B24E;
	background-image: url(FW/TableRoundedBackgroundBOTTOM.png);
	background-repeat: no-repeat;
}


.left_right_gray_border {
	border-left: 1px solid #D2B24E;
	border-right: 1px solid #D2B24E;
}

.smallText {font-size: 10px;}

.TextBox {
	border: 1px solid #ccc;
}

.tableBorders {
	border: 1px solid #ccc;
}

.grayImageBorder{border: 1px solid #666666;}



.menuLink a {
	color: #2a2a2a;
	text-decoration : none;
	font-weight: normal;
}

.menuLink a:link {
	color: #2a2a2a;
	text-decoration : none;
	font-weight: normal;
}


.menuLink a:visited {
	color: #2a2a2a;
	text-decoration : none;
	font-weight: normal;
}

.menuLink a:hover {
	color: #2a2a2a;
	text-decoration : none;
	font-weight: normal;
}

.borderBottom {
	border-bottom: solid #999 thin;	
}

.borderTop {
	border-top: solid #999 thin;	
}

.borderLeft{
	border-left: solid #999 thin;	
}

.borderRight {
	border-right: solid #999 thin;	
}

.H1_BLACK {  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;}

.H2_BLACK {  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;}
  

.specialHeadings18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
}



.specialHeadings16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;	
}

.specialHeadings14 {	
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 20px;
}