<style type="text/css" title="Site default">
/* Fluid Vanilla Iphone Theme By Sam El */
body {
  background-color: #fff;
  color: #000;
  font: 400 77% Arial, Helvetica, sans-serif;
}
a:link {
  color: #219fc9;
  background-color: transparent;
}
a:visited {
  color: #219fc9;
  background-color: transparent;
}
a:hover {
  color: #ccc;
  background-color: transparent;
}
</style>
<!-- hide these rules from legacy browsers and mobile devices -->
<style type="text/css" title="Site default" media="all">
@media screen, projection {
/* exploit a parsing bug so @media rules are visible to MacIE5 */
.BeNiceToMacIE5 {
  font-family: "\"}\"";
  font-family: inherit;
}
body {
  background-color: #FFF;
  color: #000;
}
.wrapper {
  margin: 1%;
  padding: 0;
  border: 1px solid #ccc;
}
h1 {
  background-color: #007591;    
/* different color than content */
  color: #FFF;
  margin: 0;
  padding: .2em 2%;
  font-size: 130%;
}
h2 {
  margin: .2em 0;
  font-size: 130%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
 }
.main {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: thin solid #7eab30;
  border-bottom: thin solid 7eab30;
  color: #000;
  background: #fff;
}
.content {
  width: 74%;
  float: right;
  margin: 0;
  padding: 1% 2%;
}
.sidebar {
  margin-right: 60%;
  padding: 1%;
}
.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0;          /* keep flush with surrounding blocks */
}
.footer {
  background-color: #007591;  
/* same bg color as h1 */
  color: #FFF;
  margin: 0;          
/* flush with .main */
  padding: 1% 2%;
}
.nav {
  border-top: thin solid #7eab30;
  font-size: 90%;
}
.nav ul {
  margin: .3em;
  padding: 0;
}
.nav li {
  list-style: none;
/*  display: inline; */
  float: left;
  padding: .5em 1em;
}
} /* end media rules */
</style>
<!-- protect other browsers from IE6's quirks -->
<!--[if IE 6]><style type="text/css" title="Site default">
h1, .sidebar {position:relative}</style><![endif]-->

