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: #004b91;
	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;
	font-weight: bold;
	line-height: 18px;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
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: 950px;
	background-image: url(/siteimages/gradient.gif);
	background-repeat: repeat-x;
}
#outerWrapper #header {
	height: 77px;
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #header h1 {
	font-size: 36px;
	line-height: normal;
}
#outerWrapper #header h2 {
	font-size: 24px;
	font-weight: normal;
	line-height: normal;
}
#outerWrapper #header h3 {
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
#outerWrapper #topNavigation {
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 10px;
	padding-bottom: 10px;
}
#outerWrapper #midBanner {
	background-image: url(/siteimages/orangegradient.gif);
	background-repeat: repeat-x;
	height: 243px;
}
#outerWrapper #midBanner h1 {
	font-size: 36px;
	text-align: center;
}
#outerWrapper #bluebanner {
	background-color: #00adeb;
	padding: 10px;
}
#outerWrapper #bluebanner #bluecontent {
	background-image: url(/siteimages/vbar-w-640.png);
	background-repeat: repeat-y;
}

#outerWrapper #contentWrapper #whiteContent {
	background-image: url(/siteimages/vbar-b-640.png);
	background-repeat: repeat-y;
}


#outerWrapper #contentWrapper {
  overflow: hidden;
	padding: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 0px 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 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 260px;
}
/* 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 300px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* 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) */
}
#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;
		height:100px;
	}

	.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;
	}
