
h1 {
	color: #0f570c;
	font-size: 116%;
	margin-top: 15px;
	margin-bottom: 5px;
}

h2 {
	color: #0f570c;
	font-size: 108%;
	margin-top: 15px;
	margin-bottom: 5px;
}


.date {
	font-size:0.7em;
	float: right;
}

a img {
  border: none;
}

html, body {
  margin:0px;
  padding:0px;
}
body {
  font-family:Verdana, Arial, sans-serif;
  font-size:11px;
  /* color:#3F4554; */
  text-align:center;
  background: rgb(128, 128, 128);
}

#wrapper {
  width:587px;
  margin:15px auto 15px auto;
  padding:0px;
  text-align:left;
}

#header {
  width:100%;
  height:174px;
  background-color:#000000;
}
 
#lnkheader1, #lnkheader2 {
  line-height: 1.8em;
  width:100%;
  height:auto;
  background-color: #9fcc3a;
  text-align:center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #525552;
}

#lnksepar1 {
  width:100%;
  height:7px;
  background-color: #9fcc3a;
  background-image: url(img/slideup.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

#lnksepar2 {
  width:100%;
  height:25px;
  background-color: #ffffff;
  background-image: url(img/slidedown.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}

div#lnkheader1 a, div#lnkheader2 a {
	text-decoration: none; 
    color: #525552;
}

div#lnkheader1 a:hover, div#lnkheader2 a:hover {
     font-weight: bold;
     text-decoration: underline;
}

#container {
  width:100%;
  height:auto;
  margin:0px;
  padding:0px;
  background-image: url(img/div1.gif);
  background-repeat: repeat-y;
  background-position: 135px 0px;
  background-color: #ffffff;
}

#container p {
	/*line-height: 1.8em;*/
  line-height: 1.4em;
}

#left {
  width: 98px;
  height: auto;
  float: left;
  padding: 20px;
  margin: 0px;
}
#right {
  width: 375px;
  height: auto;
  float: left;
  padding: 20px 50px 10px 20px;
  margin: 0px;
}

#bottomspace {
 width:100%;
  height:15px;
  background-color: #ffffff;
}

#bgfiller {
  font-size: 0px;
  height: 0px;
  width: 100%;
  display: block;
  clear: both;
}

/* 2 */

#right p {
  margin: 0px;
}

#nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-image: none;
}
#nav li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#nav li a:link, #nav li a:visited, #nav li a:active {
    color:#3F4554;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 160px;
}
#nav li a:hover {
  color: #ccc;
  text-decoration: none;
}
#footer, #footerlogo {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#footerlogo { 
  background-color: #ffffff;
}

#footer p {
  margin: 0px auto 0px auto;
  padding: 10px 0px 10px 0px;
  color: #aaa;
}

#footerlogo p {
  margin: 0px auto 0px auto;
  padding: 10px 0px 20px 0px;
  color: #aaa;
}

#footer a:link, #footer a:visited, #footer a:active {
  color: #aaa;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
  text-decoration: none;
}
