body {
  background: #fff;
  font-size: 62.5%;
}
#wrapper {
  position: relative;
  width: 750px;
  margin: 0 auto;
}
#header {
  position: relative;
  height: 167px;
  margin: 0;
  padding: 0;
  background: url(/graphics/5wcw_header.jpg) no-repeat;
}
div#header_pic {
  position: absolute;
  top: 0px;
  right: 10px;
  background: #fff;
  border: 2px solid #090;
}
div#header_pic p.caption {
  text-align: right;
  margin: 0;
  padding: 0 7px 0 0;
  font-size: 9px;
}
#menu {
  position: absolute;
  bottom: 0px;
  left: 20px;
}
#menu ul {
  margin: 0;
  padding: 0;
  color: #fff;
  font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu ul li {
  list-style-type: none;
  display: inline;
  margin: 0;
  padding: 0 5px 0 7px;
  border-left: 1px solid #fff;
}
#menu ul li.first {
  border-left-style: none;
}
#menu ul li a {
  display: inline;
  margin: 0;
  padding: 0;
  font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
#menu a:link, #menu a:visited{
  color: #fff;
  text-decoration: none;
}
#menu a:hover{
  color: #fe0;
}
#menu ul li a.here {
  color: #fe0;
}


#content {
	position: relative;
	width: 750 px;
	margin: 0;
	padding: 25px 15px 15px 15px;
	border-left: 2px solid #070;
	border-right: 2px solid #070;
	border-bottom: 2px solid #070;
	text-align: center;
}
#footer {
	margin: 0;
	padding: 0;
}
#footer p {
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 10px;
	float: left;
}
#footer p.photo_credits {
  float: right;
}
p {
	margin: 1em 0;
	text-align: left;
}
ul, blockquote {
  margin: 6px 100px 6px 50px;
  padding: 0;
}
p, li {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #163656;
}
li {
  padding: 5px 0 0 0;
}
p.first {
  margin-top: 0;
}
.bold_green {
  color: #007700;
}
.bold_orange {
  color: #D55503;
}
span.bold_green_inline {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  color: #007700;
}
span.bold_orange_inline {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1.15em;
  font-weight: bold;
  color: #D55503;
}

h1{
	color: #007700;
	font: bold 1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0 0 5px 0;
}
h2{
	color: #163656;
	font: bold 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin: 0 0 5px 0;
}
h3{
  color: #D55503;
	text-align: left;
	margin: 0 0 5px 0;
	font: normal bold 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h4{
	color: #007700;
	text-align: center;
	margin: 0 0 5px 0;
	font: bold 1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h5{
	color: #163656;
	font: normal 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;}

h6{
	color: #007700;
	font: bold 1.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0;
	background-color: white;
}

a:link, a:visited{
  color: #0068d1;
}
a:hover{
  color: #D55503;
}

