/* 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: #505254;
	color: #2c2d2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(FW/background.png);
	background-repeat: repeat-x;
}

.pBold {
  color: #2c2d2e;
  font-size: 12px;
  font-weight: bold;

}

.smallText { font-size: 10px;}

h1 {
  color: #222222;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}

h2 {
  color: #222222;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #6DB43F;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #999999;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #999999;
}

#outerWrapper {
  background-color: #666666;
  margin: 0 auto 0 auto; 
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
  border: 2px solid #231F20;
}
#outerWrapper #header {
	background-color: #505254;
	border-bottom: solid 1px #231F20; 
	border-right: solid 1px #231F20; 
	font-size: 18px;
	font-weight: bold;
	height: 258px;
	line-height: 15px;
	/*padding: 1px 0 10px 10px; */
	padding: 0;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #cccccc;
  border-right: solid 1px #999999; 
  float: left;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #cccccc;
  border-left: solid 1px #999999; 
  float: right;
  padding: 10px 10px 10px 10px; 
  width: 150px;
}

#outerWrapper #contentWrapper #content {
  margin: 0 170px 0 170px; 
  padding: 10px 10px 10px 10px; 
}

#outerWrapper #contentWrapper {
	background-image: url(FW/contentBG.png); 
	background-repeat: repeat-y;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	background-color: #231F20;
	/*border-top: solid 1px #9ea3aa; */
	padding: 10px 10px 10px 10px;
	color: #eeeeee;
	font-size:10px;
	text-align: center;
}

/*  The code below is for the left side menu items with a leaf on the mouse-over effect */  
.menuLink a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 5px 2px 5px 25px;
	line-height: normal;
	letter-spacing: 1px;
}

.menuLink a:link {
	background-image: url(FW/greenLeaf.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: normal;
}


.menuLink a:visited {
	background-image: url(FW/greenLeaf.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: normal;
}

.menuLink a:hover {
	background-image: url(FW/grayLeaf.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height: normal;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.imgBorderBlack {border: 1px solid #231F20;}

.imgBorderBlack2 {border: 2px solid #231F20;}

.imgBorderDarkGray {border: 2px solid #333333;}

.H21pxSpacing {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 2px;
	font-style: italic;
}

