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: #b7bcc2;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	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. */
}
/* Commonly used to style page titles. */
h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
a,  a:link {
}
a:visited {
}
a:hover {
}
a:focus {
}
a:active {
}
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 985px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	height: 309px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(/siteimages/banner.jpg);
	background-repeat: no-repeat;
}
#outerWrapper #topNavigation {
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-image: url(/siteimages/contentbg.png);
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 175px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 215px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

#outerWrapper #contentWrapper #rightColumn1 h1, #outerWrapper #contentWrapper #leftColumn1 h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
/* Commonly used to style section titles. */
#outerWrapper #contentWrapper #rightColumn1 h2, #outerWrapper #contentWrapper #leftColumn1 h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* 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: 0 260px 0 220px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 20px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content a,  #outerWrapper #contentWrapper #content a:link {
}
#outerWrapper #contentWrapper #content a:visited {
}
#outerWrapper #contentWrapper #content a:hover {
}
#outerWrapper #contentWrapper #content a:focus {
}
#outerWrapper #contentWrapper #content a:active {
}
#outerWrapper #contentWrapper #content li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#outerWrapper #footer {
	font-size: 10px;
	height: 30px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(/siteimages/footbg.png);
	background-repeat: repeat-y;
}
#outerWrapper #footer #copyright {
  float: left;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #footer #credit {
  float: right;
  padding: 2px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 180px;
}
#outerWrapper #footer #Contact {
	margin-top: 2px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#outerWrapper #footer #Contact p {
	margin: 0px;
	padding: 0px;
}


/* used for jquery uo tabs -- uncomment if used */
/*.ui-tabs .ui-tabs-hide {
     display: none;
}*/

/* used for jquery jwAnnounce  */

	.notice {
		background: #dcf3ff;
		border-top: 1px solid #2a8ab7;
		border-bottom: 1px solid #2a8ab7;
	}

	.notice div p {
		background: url(img/lightbulb.png) no-repeat;
		padding-left: 30px;
		font-size: 14px;
		line-height: 28px;
	}

	.notice span {
		font-size: 15px;
		background: #2a8ab7;
		color: white;
		padding: .3em;
		font-family: helvetica;
	}
