﻿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 {
  text-align: center;
  padding: 0 0 0 0;
  background-color: #666;
  line-height: 14px;
  font-size: 11px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
}
h1 {
  line-height: 14px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
h2 {
  line-height: 14px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}
a,  a:link {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  width: 1100px;
  text-align: left;
  margin: 0 auto 0 auto;
}
#header {
	padding: 10px 10px 10px 10px;
}
#topNavigation {
  background-color: #ebebeb;
  height: 25px;
  padding: 10px 10px 10px 10px;
  
}
#contentWrapper {

}
 #leftColumn1 {
  padding: 10px 10px 10px 10px;
  background-color: #ebebeb;
  float: left;
  width: 150px;
}
#rightColumn1 {
  padding: 10px 10px 10px 10px;
  float: right;
  width: 150px;
  background-color: #ebebeb;
}
#content {
  padding: 10px 10px 10px 10px;
  margin: 0 170px 0 170px;
}
 .clearFloat {
  display: block;
  clear: both;
}
#fb-root {
  float:right;
}

 #footer {
  background-color: #ddd;
  padding: 10px 10px 10px 10px;
}
