/* General setup */

body { 
  margin-left: 10px; margin-top: 0px;
  font-family: arial, helvetica, verdana, sans-serif;
  background-color: #ffffff;
  color: #303030;
  font-size: 12px;
  padding: 0px;
}

img {
  border: 0;
}

a:link {color: #176A7F; text-decoration: underline; }
a:active {color: #176A7F; text-decoration: underline; }
a:visited {color: #176A7F; text-decoration: underline; }
a:hover {color: #176A7F; text-decoration: underline; cursor: pointer; }

th {
   text-align: left;
   color: #606060;
   font-weight: normal;
   background: #e0f8e6;
   font-weight: bold;
   padding: 2px;
}

h1 {
   font-size: 160%;
   margin: 0;
   padding: 0;
}

h2 {
   font-size: 140%;
   clear: left;
   margin: 0;
   padding: 0;
}

h3 {
   font-size: 120%;
   font-weight: normal;
   margin: 0;
   padding: 0;
   clear: both;
}

form {
  padding: 0px;
  margin: 0px;
}

#header { 
  width: 1000px;
  height: 104px;
  background-color: #000000;
  border-bottom: 7px solid #ffffff; 
}


#content 
{
	float: left;
	width: 1000px;
}

#main
{
}        

#footer {
  width: 974px;
  height: 23px;
  padding-top: 7px;
  clear: both;
  background: #CDEEF6;
  padding-left: 13px;
  padding-right: 13px;
}


/* footer */

#footer .leftedge {
  float: left;
  width: 11px;
}

#footer .middle {
  background-color: #CDEEF6;
  float: left;
  width: 1000px;
  height: 20px;
  padding-top: 3px;
}

#footer .rightedge {
  float: left;
  width: 11px;
}

#content h1 {
  line-height: 90%;
  margin-bottom: 8px;
  margin-top: 10px;
  clear: both;
}

#content p {
  margin-top: 0px;
}

#content .byline {
  font-size: 110%;
}



