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: #000;
	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. */
	background-image: url(/images/bodybgstripe.png);
	background-repeat: repeat-x;
}
/* 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 {
	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;
}
#outerWrapper #header {
	height: 101px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-image: url(/images/headerbg.png);
	background-repeat: no-repeat;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d8c8c;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#outerWrapper #topNavigation {
	height: 25px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	background-color: #000;
	padding-left: 10px;
	color: #FFF;
	padding-top: 5px;
}
#outerWrapper #header a {
	color: #8d8c8c;
	text-decoration:none;
}
#outerWrapper #header a:hover {
	color: #000;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-color: #FFF;
	background-image: url(/images/contentbglines.png);
	background-repeat: repeat-y;
}
#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: 225px;
}
/* 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: 250px;
	margin-bottom: 0;
	margin-left: 0px;
}
#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-color: #757575;
}
#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;
}
