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: #d0e6ed;
  color: #000;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 0 0; 
  padding: 0 0 0 0; 
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: #000;
  font-size: 20px;
  font-weight: normal;
  line-height: 24px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
#contentWrapper #content a,  a:link {
  color: #000;
  font-weight: normal;
  text-decoration: underline;
}
a:visited {
  color: #000;
  font-weight: normal;
  text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #fff;
	margin: 20px auto 0 auto; 
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 891px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	border: 1px solid #000;
}
#outerWrapper #header {
  background-color: #ddd;
  background-image: url("images/banner.jpg");
  font-size: 18px;
  font-weight: bold;
  height: 182px;
  line-height: 15px;
  padding: 0px 0px 0px 0px;
  width: 891px;
  text-indent: -1000px;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #sidebar {
  background-color: #aec0c4;
  float: left;
  padding: 0px 10px 0px 0px;
  width: 169px;
}
#sidebar ul {
	margin:20px 0 0 0;
	padding:0;
	text-align:right;
}
#sidebar ul li {
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#sidebar ul a {
	margin:0;
	text-decoration: none;
	font-size: 16px;
	line-height: 26px;
	width:159px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	color: #000;
	display:block;
	margin: 0 0 0 10px;
}
#sidebar ul a:hover {
	color:#C00;
}
#sidebar ul a.current, #sidebar ul a.current:hover, #sidebar ul a.current:active {
	color: #C00;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */

#sidebar ul ul{
	margin:10px 0 0 0;
	padding:0;
	text-align:right;
}
#sidebar ul ul li {
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
#sidebar ul ul a {
	margin:0;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	width:110px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	color: #069;
	display:block;
	margin: 0 0 0 59px;
}

#outerWrapper #contentWrapper #content {
  background-color: #ffffcc;
  margin: 0 0 0 179px;
  padding: 20px 20px 10px 20px;
}
img.rightandbottom10 {
	padding-right: 10px;
	padding-bottom: 10px;
}
p.first {
	margin: 0px 0 0 0;
}
#content #testimonial {
	border: 1px dotted #000;
	font-size: 12px;
	line-height: 16px;
	padding: 3px;
	color: #1C3B8B;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
#outerWrapper #contentWrapper #sidebar #copyright {
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-left: 10px;
}
.highlight {
	color: #F00;
}
