body {
 margin: 40px 0;
 color: #303D18;
 background:#303D18;
 padding:0;
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 }

input{
 border:solid 1px #67823B;
}

a:link {
color: #303D18;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #303D18;
}
a:hover {
text-decoration: none;
color: #303D18;
}
a:active {
text-decoration: none;
color: #303D18;
}

h1 {
 font-size: 18px;
}

h2 {
 font-size: 14px;
}

#outer {
 width: 980px;
 margin: 20px auto;
 background: #fff url(../images/bg.jpg) repeat-y;
 border:solid #67823B;	
 border-width:0 1px 0 1px;

 }

#hdr {
 padding-top: 125px;
 background: #fff url(../images/header.jpg) no-repeat;
 border-top: 1px solid #BDD76F;
 border-bottom: 1px solid #67823B;
 }

#hdr h1 {
 color: #303D18;
 background:#BDD76F;
 font-size: 24px;
 font-weight: bold;
 font-style: italic;
 text-align: center;
  margin: 0;
 padding: 5px;
 border:solid #67823B;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:140px;
 padding: 5px;
 text-align: center;
 padding-bottom: 30px;
}
#nav ul {
 margin: 0;
 padding: 5px 0 0 5px;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
 float: right;
 width:780px;
 padding: 1.5em;
 color: #303D18;
 }

#cont .title{
 font-size: 16px;
 color: #303D18;
 }

#ftr {
 clear: both;
 color: #303D18;
 background:#BDD76F;
 height: 40px; 
 font-size: 0.8em;
 text-align: center;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 }

#ftr a:hover {
 text-decoration: none;
 border-bottom: 0px;
}

#leftImg
{
float:left;
width: 125px;
height: 93px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 125px;
height: 93px;
padding: 0 0 5px 5px;
}


