*
{
  padding: 0px;
  margin: 0px;
}

body
{
	background-color: #A1C0B0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-bottom: 20px;
	height: 100%;
}

h1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  text-align: center;
}

h2
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: rgb(0, 98, 46);
  font-weight: normal;
}

p
{
  padding-top: 15px;
}

p.green
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgb(0, 98, 46);
}

strong strong
{
  text-decoration:underline;
}

blockquote
{
  font-style: italic;
  padding-top: 15px;
  color: #555;
}

blockquote p
{
  padding-top: 5px;
  font-style: none;
  color: #000;
  padding-left: 15px;
}

hr
{
  border: none;
  height: 2px;
	background-color: #A1C0B0;
	margin: 5px 0px 10px 0px;
	clear: both;
}

ul
{
  margin-left: 25px;
}

li
{
  margin-top: 10px;
}


.f-l { float: left; }
.f-r { float: right; }

.center { text-align: center; }

div#container
{
  width: 798px;
  margin: auto;
  padding-top: 25px;
}

div#main-menu
{
  height:30px;
  background: url('../img/menu-right.gif') top right no-repeat #fff;
}

img#menu-left-corner
{
  float: left;
}

div#main-menu a
{
  padding: 6px 22px 0px 3px;
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  letter-spacing:-1px;
	font-size: 19px;
	color: #00622E;
  text-decoration: none;
  display:block;
  float: left;
  font-weight:100;
  background: url('../img/dot.gif') top right no-repeat;
}

div#main-menu a.last
{
  background: none;
}

div#main-menu a:hover
{
	color: #9FBEAF;
}

div#content-top
{
  background: url('../img/body-top.gif') repeat-x #fff;
  height: 40px;
}

div#content
{
  background: #fff;
  overflow: auto;
  width: 798px;
  overflow-x: hidden;
}

div#content-pad
{
  padding: 0px 25px;
}

div#footer
{
  height:20px;
  background: url('../img/footer-right.gif') top right no-repeat #fff;
}

div#credits
{
  padding-top: 5px;
  text-align: center;
}
