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: #A7CCC3;
	background-image: url("esp4_images/0");
	color: #000;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
}
h2 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
h3 {
  font-size: 14px;
  line-height: 18px;
}
h4 {
  font-size: 12px;
  line-height: 14px;
}
a,  a:link {
	color: #2D56C6;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
/* Sets the style for visited links. */
a:visited {
  color: #3A6BE8;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
	background-color: #fff;
	background-image: url("images/contentWrapper_bg.jpg");
	background-repeat: repeat-y;
	margin: 20px auto 0 auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 850px;
	border-top: solid 1px #666;
  	border-right: solid 1px #666;
	border-left: solid 1px #666;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
}
#outerWrapper #contentWrapper #extraSide {
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 150px;
  padding: 10px 10px 10px 0px;
  width: 160px;
}
#outerWrapper #contentWrapper #sidebar {
  background-color: #f5f1d0;
  border-right: solid 1px #666;
  float: left;
  padding: 0px 0px 10px 0px;
  width: 150px;
}
#outerWrapper #contentWrapper #extraSide img {
	cursor: pointer;	
}
/* 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. */

#outerWrapper #contentWrapper #content {
	margin: 10px 190px 0 160px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 35px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #000;
}

#outerWrapper #footer {
	background-color: #BCE5DA;
	padding: 10px 10px 10px 210px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	clear: both;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
}

#copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#outerWrapper #footer a {
	font-size: 12px;
}
