body {
	background-color:#009900;
margin:0px;
height:100%;
font-size:18px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:1.5em;
}

td {
	padding:0px;
}
p {
 margin-bottom: 0; 
}
p, p + p {
 text-indent: 1.5em;
 margin-top: 0;
}
#main {
	background-color:#A6D785;
}
#wrapper {
margin-left:auto;
margin-right:auto;
width:724px;
}
h1 {
	font-size:65px;
	padding:20px;
	margin:0px;
	color:white;
}
#grad {
background-color:#FFFFFF;
height:150px;
width:724px;
margin-left:auto;
margin-right:auto;
}
#grad h1 {
	display:inline;	
	float:left;
}
#logo {
width:724px;
margin-left:auto;
margin-right:auto;
height:120px;
background-image:url("http://www.mevinv.com/feed/feedthevalley.png");
background-repeat:no-repeat;
}
#grad a {
text-decoration:none;
float:left;
}
#footer {
	color:white;
	text-align:center;
	height:100%;
}
#content { 
background-color:white;
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
padding-right:5px;
padding:20px;
}
#newcontent {
min-height: 10em;
    display: table-cell;
    vertical-align: middle;
	width:724px;
	margin-left:auto;
	margin-right:auto;
}
#links {
background-color:#003300;
border-bottom:2px solid #006600;
height:35px;
text-align:center;
padding-top:10px;
}
#links a {
	color:white;
	font-weight:bold;
	text-decoration:none;
	padding:10px;
}
#links a:hover {
	background-color:#99cc99;
	color:#FFFFFF;
	font-weight:bold;
}
#message {
float:right;
margin-right:100px;
width:250px;
height:80px;
background-color:#009900;
color:#FFFFFF
}
#result {

}
#memo {
	border:6px #308014 solid;
}
#memo a {
	color:black;
	text-decoration:none;
	width:100%;
	height:100%;
}
#memo td {
	padding:10px;
	width:50%;
	background-color: #A6D785;
}
#memo td:hover {
	background-color: #308014;
	color:#3B5E2B;
	color:white;
}
h2 {
	font-size:30px;
	color:white;
}
h3 {
	font-size:30px;
	color:#3D8B37;
	padding:0px;
	margin:0px;
}
.mlink {
	width:100%;
	height:100%;
}
.mlink a {
	color:black;
	text-decoration:none;
}
.links a {
	display:block;
color:black;
padding:5px;
margin:3px;
border: 1px dotted #308014;
width:50%;
text-decoration:none;
}
.links a:hover {
	display:block;
color:#FFFFFF;
padding:5px;
margin:3px;
border: 1px dotted #006600;
width:50%;
background-color:#308014;
}
#list li {
	list-style:none;
	padding:5px;
	border:1px dotted black;
	width:45%;
	margin:3px;
	float:left;
	height:auto;
}
#list {
	margin-bottom:20px;
}
h4 {
	padding:0px;
	margin:0px;
}
h5 {
	padding:0px;
	margin:0px;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.menu {
	margin: 10px;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	width: 164px;
	text-decoration: none;
	font-weight: bold;
	background: url(button.png) no-repeat center center;
}
.menu li em {
	background: url(http://www.webdesignerwall.com/demo/jquery/images/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
}
hr {
	
      color: #006600;
	margin-top:10px;
      background-color: ;
	border-top:1px dotted #006600;
      height: 1px;
}

.accordion2 {
width: 90%;
margin-left:auto;
margin-right:auto;
border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
background: #e9e7e7 url(arrows.gif) no-repeat right -51px;
padding: 7px 15px;
margin: 0;
font: bold 120%/100% Arial, Helvetica, sans-serif;
border: solid 1px #c4c4c4;
border-bottom: none;
cursor: pointer;
}
.accordion2 h3:hover {
background-color: #e3e2e2;
}
.accordion2 h3.active {
background-position: right 5px;
}
.accordion2 p {
background: #f7f7f7;
margin: 0;
padding: 10px 15px 20px;
border-left: solid 1px #c4c4c4;
border-right: solid 1px #c4c4c4;
display: none;
}
  /* Vertical centering: make div as large as viewport and use table layout */
  div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}
  div.c {display: table-cell; vertical-align: middle; text-align:center;}
 
  /* Horizontal centering of image: set left & right margins to 'auto' */
  img.displayed {display: block; margin: 1em auto}
 