/* 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: #C00000;
	background-image: url(FW/bg.png);
	color: #333333;
	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; 
	background-repeat: repeat-x;
}

.P {	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

h2 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}

a {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
  color: #C00000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
	color: #666;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #C00000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #C00000;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left; 
  width: 800px;
}
#outerWrapper #header {
	background-color: #FFFFFF;
	border-bottom: solid 1px #ffffff; 
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; 
	height: 150px;
	background-image: url(FW/HeaderBG4.png);
	background-repeat: no-repeat; 
}
#outerWrapper #contentWrapper {
	/*background-image: url(images/content.jpg);*/
	/* This is what's causing the vertical red line between the left column and the content */
	background-image: url(FW/content.png);
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ffffff;
  /*border-right: solid 1px #4BBFB4; */
  float: left;
  padding: 0px 0px 0px 0px; 
  width: 175px;
  /*width: 181px;*/ /* original width */
}

#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #fff;
  border-left: solid 1px #fff; 
  border-bottom: solid 1px #fff; 
  float: right;
  padding: 0; 
  width: 25px;
}

#outerWrapper #contentWrapper #content {
  /* original margins below */  
  /*margin: 0 0 0 190px; */
  margin: 0 30px 0 190px; 
  padding: 20px 20px 0px 20px; 
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #C00000;
  border-top: solid 1px #C00000; 
  padding: 5px 10px 10px 5px;
  font-family: Arial, Helvetica, sans-serif;
  color: #eeeeee;
  font-size: 10px;
}

.bottomNav {
	color: #666666;
	font-size: 9px;
	border-top: dotted #666666 1px;
	margin-left: 30px;
}

.spacedLetters {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.topNav a {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.topNav a.link {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.topNav a:visited {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.topNav a:hover {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF7F00;
	background-image: url(FW/bullet.png);
	background-position: 95% 50%;
	background-repeat: no-repeat;
}

.H1-SpacedLetters {
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00000;
	font-weight: bold;
	
}

.P-SpacedLetters {
	letter-spacing: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C00000;
	font-weight: bold;	
}


.moreLineHeight {
	line-height: 25px;
	font-stretch: wider;
}

/*  LEFT NAV LINKS  */
.LeftNav a {
	color: #C00000;
	text-decoration : none;
}

.LeftNav a:link {
	color: #C00000;
	text-decoration : none;

}

.LeftNav a:visited {
	color: #C00000;
	text-decoration : none;

}

.LeftNav a:hover {
	color: #666666;
	background-image: url(images/Bullet2.gif);
	background-repeat: no-repeat;
	background-position: 30% 50%;
	text-decoration : none;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

.imgBorderRED {border: 1px solid #c00000;}