html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #6893ac;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	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. */
	background-image: url(../siteimages/bodybg.png);
	background-repeat: repeat-x;
}
/* 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 {
}
.pad10 {
	padding-left:10px;
}
#menubar a:link, #menubar a:visited {
	font-weight: bold;
	color: #E9E7D9;
	text-decoration: none;
}
#menubar a:hover, #menubar a:active {
}
#outerWrapper {
	margin: 20px 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: 1038px;
	background-image: url(../siteimages/shadowbg.png);
	background-repeat: repeat-y;
	color: #6792ab;
}
#outerWrapper #header {
	height: 50px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
	height: 30px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  overflow: hidden;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
}
/* 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 {
	padding-bottom: 15px;
}
#outerWrapper #contentWrapper #content #contentcell {
	background-color: #e4e2d0;
}

#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;
}
#footer {
	/*text-align: left;*/ /* Redefines the text alignment defined by the body element. */
	width: 1024px;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	font-size: 10px;
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	color: #e9e7d9;
	background-image: url(../siteimages/footbg.png);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;	/*padding-right: 100px;
	padding-left: 100px;*/
	background-position: center top;
}
#footer #copyright {
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	text-align: left;
	margin-left: 100px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer #credit {
	float: right; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 180px;
	text-align: right;
	margin-right: 100px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#footer #Contact {
}
#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;
	}
