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: #bdcae3;
	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: 950px;
	background-image: url(/images/bodyshadowbg.png);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 18px;
	padding-left: 18px;
}
#contentbottom {
	background-image: url(/images/footshadow.png);
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#outerWrapper #header {
	height: 106px;
	background-image: url(/images/headbg.png);
	background-repeat: repeat-x;
}
#outerWrapper #topNavigation {
	height: 35px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(/images/menubg.png);
	padding-top: 5px;
	padding-right: 18px;
	padding-left: 18px;
}
#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 0 10px 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 213px;
}
/* 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: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 75px;
}
#footer {
	font-size: 10px;
	height: 30px;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	width: 986px;
}
#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;
}
#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;
}
#footer #Contact {
	margin-top: 2px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#outerWrapper #footer #Contact p {
	margin: 0px;
	padding: 0px;
}
