body {
/* clear default browser formatting of margins and padding */
  margin:0;
  padding:0;

/* browser background color */
  background-color:#CEDED9;
  
/* background styling */
  background-image:url(stripetile3.gif);
  background-repeat:repeat-x;
  }

/* top flash menu styling */
#topnav {
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  width:760px;
  height:75px;
}

/* headings */
h1 {
  font:18px "Lucida Grande",Arial,sans-serif;
  letter-spacing:-1px;
  }

/* link styling */
a {
  font:12px "Lucida Grande",Arial,sans-serif;
  }
a:link {
  color:black;
  }
a:visited {
  color:#535456;
  }
a:hover {
  color:#cccccc;
  text-decoration:none;
  }
a:active {
  color:#990000;
  text-decoration:underline;
  }

/* list styling */
ul {
  margin-top:0;
  font-color:gray;
  font:11px "Lucida Grande",Arial,sans-serif;
  line-height:200%;
  }

/* structure styling */
#maincontainer {
  margin-top:275px;
  margin-left:auto;
  margin-right:auto;
  width:760px;
  }
#singlecolumn {
  margin-bottom:10px;
  margin-top:10px;
  width:auto;
  height:700;
  padding-top:10px;
  padding-right:25px;
  padding-left:25px;
  background-color:white;
  }
  
/* main text */
p {
  text-align:justify;
  font:12px "Lucida Grande",Arial,sans-serif;
  line-height:150%;
  }

/* footer styling */
#footercontainer {
  text-align:center;
  background-color:white;
  }
.footerinfo {
  font-size:8px;
  letter-spacing:1px;
  text-align:center;
  }