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: #FFF;
	background-image:url(../images/bg_2011.gif);
	background-repeat:repeat-y;
	background-position:center;
	color: #2c2c2e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 7px;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

a,  a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #58ACA7;
}

a:focus {
  color: #58ACA7;
}

a:active {
  color: #58ACA7;
}

#outerWrapper {
	margin: 0 auto 0 auto; 
	text-align: left;
	width: 1079px;
}
#outerWrapper #header {
	height: 163px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/flatpack-2012-header.png);
	background-repeat: no-repeat;
	margin-bottom: 7px;
	margin-top: 20px;
	background-position: -26px -12px;
}
.headerline {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 1px;
    clear: both;
    display: block;
    height: 1px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
    position: relative;
    width: 970px;
}
#outerWrapper #topNavigation {
	height: 22px;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:7px;
	font-size: 22px;
	padding-top: 9px;
	padding-bottom: 8px;
}
.topNavTabFirst {
	float:left;
}
.topNavTabSub {
	float:left;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #lftCol {
	width:226px;
	margin-left:55px;
	float: left;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}
#outerWrapper #contentWrapper #content {
	width:722px;
	margin-right:55px;
	float: right;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 10px;
}
#outerWrapper #footer {
	width:970px;
	float: left;
	margin-left: 55px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000;
	padding-top: 9px;
	margin-bottom: 20px;
}
