html {
  color: #333333;
  background-color: #cccccc;
}
body {
  border-style: solid;
  border-color: #ffffff;
  border-width: 1px;
  margin: 20px auto 10px;
  padding: 0;
  max-width: 820px;
  height: 100%;
  background-color: #ffffff;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 100%;
  line-height: 150%;
}
wrapper {
  float: left;
  min-height: 100%;
  width: 100%;
}
p, td {
  font-family: Arial,Helvetica,sans-serif;
}
a:link, a:hover, a:active {
  color: #0033ff;
}
h1 {
  line-height: 100%;
  color: #007fff;
   font-size: 2em;
}
h2 {
  color: #0033ff;
  line-height: 100%;
   font-size: 1.5em;
}
#header {
  margin-top: 8px;
margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(banner.jpg);
  height: 150px;
  background-repeat: no-repeat;
  background-position: center top;
}
#col1 {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  background-color: white;
  max-width: 100%;
}
#footer {
  height: 24px;
  background-color: #007fff;
  color: white;
  float: left;
  width: 100%;
  text-align: center;
  font-size: smaller;
}
#content {
  overflow: hidden;
}
#wrapper {
}
@media only screen and (max-device-width: 480px) {

body {
  margin: 0;
  line-height: 130%;
}
wrapper {
  float: none;
}
#col1 {
  padding: 1px;
  max-width: 100%;
  float: none;
  background-color: white;
}
#col2 {
	display: none;
}
#header {
  margin-top: 4px;
  margin-left: 4px;
  background-image: url(bannersmall.gif);
  height: 94px;
  background-repeat: no-repeat;
}
#footer {
	display: none;
}
#wrapper {
	width: auto;
	margin: auto;
}
* { float: none;
}
	}