@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body {
	background-color: #C9DAEA;
	color: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 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. */
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#site_info {
	font-size: 12px;
	line-height: 14px;
	color: #666666;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Commonly used to style section titles. */
h2 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
#content_main {
	padding: 15px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #dd545e;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #974a63;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #c8314b;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #c8314b;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #761b36;
}

#outerWrapper {
	background-color: #fff; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 850px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #000000;
}p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 17px;
}
.sidebarcopy {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
ol {
	font-size: 14px;
	line-height: 17px;
}
ul {
	font-size: 14px;
	line-height: 17px;
}
.imageCaption {
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}
.imageText {
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
