Body {
  font-family: arial;
	margin: 30px 0px 30px 0px;
	background-color: #774535;
	font-size: 12pt;
	color: #fffdbe;
	font-weight: normal;
 }

 p {
  font-family: arial;
	font-size: 12pt;
	color: #fffdbe;
	font-weight: normal;
 }
 .clear {
	clear: both;
}
a {
   text-decoration:underline;
   color:#e6b250;
	 font-size: 12pt;
	 font-family: arial; 
	 font-weight: normal;
 }
 a:hover {
  color:#01a8e6; 
 }

 H1 {
  font-family: arial;
	font-size: 14pt;
	color: #ffc14b;
	font-weight: bold;
	letter-spacing:2px;
	text-transform:uppercase;
 }
 H2 {
  font-family: arial;
	font-size: 14pt;
	color: #ffc14b;
	font-weight: bold;
 }
 table {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #fffdbe;
}
 table td {
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #fffdbe;
} 

table.menu {
	border-width: 0px;
}
 table.menu td {
	border-width: 0px;
}
.menu ul {
	list-style-type: none;
	display: inline;
}

.menu li {
	display: inline;
	padding-right:7px;
}
 .menu a {
 text-decoration:none;
  font-family: arial;
  font-weight: bold;
  color:#fffdbe;
	font-size: 11pt;
	letter-spacing:2px;
	text-transform:uppercase;
	padding-right:7;
}
 .menu a:hover {
  color:#9f4d2d;
}
 a.menu:visited {
  color:#fffdbe;
}
table.main {
	border-width: 0px;
}
 table.main td {
	border-width: 0px;
}
 table.main th {
	border-width: 1px 1px 0px 1px;
	-moz-border-radius: 6px 6px 0px 0px;
	border-style: solid;
	border-color: #ffc14b;
	text-align:left;
	padding: 10px 10px 0px 10px;
	line-height:5px;
}
  p.copy {
  font-family: arial;
	font-size: 7pt;
	color: #fffdbe;
	font-weight: normal;
	text-align: center;
 }
 p.copy a {
  font-family: arial;
	font-size: 7pt;
	color: #e6b250;
	font-weight: normal;
	text-decoration:none;
 }

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

.wp-caption {
   text-align: center;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

