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: #dcd5c2;
	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 {
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
}
a,  a:link {
}
a:visited {
}
a:hover {
}
a:focus {
}
a:active {
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* 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: 912px;
}
#outerWrapper #header { /* NOT USED */
	height: 50px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	background-image:url(/images/site/menu_bg.jpg);
	background-repeat:no-repeat;
	height: 66px;
	padding: 10px 43px 10px 43px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #banner {
	height: 270px;
}
#outerWrapper #contentWrapper {
	background-image:url(/images/site/body_bg.jpg);
	background-repeat:repeat-y;
  	overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 15px 10px 15px 43px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 127px;
	vertical-align:top;
}
#outerWrapper #contentWrapper #rightColumn1 { /* NOT USED */
	float: right;
	padding: 20px 60px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 220px;
	vertical-align:top;
}
/* 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-left: 200px;
	padding: 20px 43px 0 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

/* OLD STYLES */
.testimonial {
	float: right;
	width: 225px;
	border: 1px solid #FF00CC;
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.testimonial p {
	font-size: 85%;
	margin: 0px;
	padding: 0px;
}
 /* END OLD STYLES */

#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 {
	background-image:url(/images/site/footer_bg.jpg);
	font-size: 10px;
	height: 180px;
	background-repeat: no-repeat;
	}
#outerWrapper #footer #copyright {
	float: left;
	padding: 20px 20px 20px 60px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
	vertical-align:top;
}
#outerWrapper #footer #credit {
	float: right;
	padding: 20px 60px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 300px;
	vertical-align:top;
	text-align: right;
}
#outerWrapper #footer #Contact {
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#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;
	}