  /* general styles */
  body
  {
    padding-left: 15%;
    padding-right: 15%;
  	margin: 0;
  	background-color: #006300;
  }

  img {
  	border: 0px;
  }

  body, td, th, p
  {
  	font-familiy: times new roman, times, serif;
  	font-size: 14px;
  	color: #ffffff;
  }

  h1 {
	text-align: center;
  }

  h2 {
  	color: #ffffff;
  	text-align: center;
  }
  
  h3 {
  	color: #000000;
  	font-weight: bold;
  }

/* display */
  .logo {

  }

  .footer {
  	font-size: 0.8em;
  }

/* structure */
  .outer {
  	width: 640px;
  	margin: 0 auto;

  }

  #header {
  	display: block;
  }

  .header_image {
   	text-align: center;
  }

  .menu {
	text-align: left;
	height: 170px;
  }

  .main {
	position: relative;
	display: block;
  }

  .content {

  }

/* navigation */
  .menu {
	font-size: 14px;
	text-align: center;
  }

  .menu a
  {
		color: #cccc00;
		text-decoration: none;
		white-space: nowrap;
  }

  .menu a:hover
  {

  }

  .menu ul {
  	list-style: none;
  	margin: 0px;
  	line-height: 1.3em;
  }

  .menu ul li {
  	display: inline;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	border-right: 1px solid #cccc00;

  }

  .menu ul li.first {
  	padding-left: 0px;
  }

  .menu ul li.last {
  	border-right: 0;
  }

  .footer {

  }
