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:#818181;
	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: 6px 0 6px 0;
}
/* Commonly used to style section titles. */
h2 {
	font-size: 16px;
	margin: 6px 0 6px 0;
}
a,  a:link {
	color: #818181;
	font-weight: bold;
}
a:visited {
	color: #818181;
	font-weight: bold;
}
a:hover {
}
a:focus {
}
a:active {
}
a img {
	border:none;
}
#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;
}
#outerWrapper #header {
	height: 120px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #73be1e;
}
#outerWrapper #topNavigation {
	height: 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 9px;
	border-bottom-style: solid;
	border-bottom-color: #73be1e;
}
#outerWrapper #midNavigation {
	height: 32px;
	background-color: #73be1e;
	margin-top: 0px;
}
#outerWrapper #midBanner {
	/*height: 250px;*/ 
	width: 950px;
	/*margin-top: -50px; */
	overflow:hidden !important;
	position: absolute;
	height: 250px;
	margin-top: 12px;
}
#outerWrapper #mainWrapper {
	/*position: relative;
	top: 250px;*/
	background-color: #FFF;
	margin-top: 274px;
}
#outerWrapper #mainWrapper #contenttopper {
	height: 20px;
}
#outerWrapper #contentWrapper {
	overflow: hidden;
	clear: both;
	background-image: url(/siteimages/inner-content-bg.gif);
	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; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 272px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* 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-top: 0;
	margin-right: 320px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#outerWrapper #contentWrapper #content li {
	padding-top: 6px;
	padding-bottom: 6px;
}
#outerWrapper #footer {
	font-size: 10px;
	height: 30px;
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	margin-top: 100px;
}
#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;
	color: #999;
}
#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;
	color: #999;
	text-align: right;
}
#outerWrapper #footer #credit a {
	color: #999;
	text-decoration:none;
}
#outerWrapper #footer #Contact {
	margin-top: 2px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#outerWrapper #footer #Contact p {
	margin: 0px;
	padding: 0px;
}

.topborder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #969696;
}
.hidden {
	display:none;
}

