﻿/* It is common to set printer friendly styles such as a white background with black text. DO NOT EDIT */
body {
  color: #000;
  background-image: none;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h1 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h2 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h3 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h4 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h5 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
h6 {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
a,  a:link {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
a:visited {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
a:hover {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
a:focus {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
a:active {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper #header {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper #topNavigation {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper #contentWrapper #rightColumn {
			background-image: none;
			color: #000;
			background-color: #EFEFEF;
			font-family: Arial, Helvetica, sans-serif;
			font-size: small;
			background-repeat: repeat-y;
			text-decoration: none;
			line-height: 100%;
			height: 100%;
}
#outerWrapper #contentWrapper #content {
  background-image: none;
  color: #000;
  background-color: #fff;
  border-color: #000; /* Sets the border color properties for an element using shorthand notation */
}
#outerWrapper #footer {
			background-image: none;
			color: #FFFFFF;
			background-color: #4D76A9;
			border-color: #000;
			background-repeat: no-repeat;
			line-height: 25px;
			vertical-align: middle;
			text-align: left;
			text-indent: 25px;
			position: absolute;
			z-index: 3;
			top: 900px;
}

