html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background:url(Images/background.jpg) #FFF repeat-x top left;
  color: #333;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 11.5px;
  line-height: 14px;
  margin: 15px 15px 15px 15px; 
  padding: 0 0 0 0; 
  text-align: center;
}

h1 {
  color: #458b00;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding:0 0 5px 0;
}

h2 {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
}
h3 {
  color: #333;
  font-size: 12.5px;
  font-weight: bold;
  line-height: 15px;
  padding-top:5px;
}

a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}


#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; 
  text-align: left;
  width: 795px;
  border:#999 1px solid;
}
#outerWrapper #header {
  border-bottom: solid 10px #999;
  height: 135px;
  padding: 15px 15px 0 15px;
}

#outerWrapper #header #logo {
  float:left;
  height:134px;
}

#outerWrapper #header #headerimg {
  border-top: 1px #ccc solid;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  width: 475px;
  float:right;
  height:134px;
}

#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  margin: 15px 0 0 15px;
  padding: 0px 0px 0px 0px; 
}

#outerWrapper #contentWrapper #leftColumn1 ul {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  color:#000;
  font-weight:500;
  font-size: 12.5px;
  line-height: 35px;
  list-style-type: none;
  margin:0;
  padding:0 0 20px 0;
}

#outerWrapper #contentWrapper #leftColumn1 li a {
	background:url(images/menu.jpg) #fff no-repeat;
	display:block;
	width:250px;
    padding:1px 0 0 35px;
    border-bottom: #ccc 1px dashed;
}

#outerWrapper #contentWrapper #leftColumn1 .current a {
	background:url(images/menu_visited.jpg) #DEDEDE no-repeat;
}

#outerWrapper #contentWrapper #leftColumn1 a:hover {
	background:url(images/menu_visited.jpg) #DEDEDE no-repeat;
}

#outerWrapper #contentWrapper #content {
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  width: 455px;
  margin: 0 0 0 303px;
  padding: 15px 10px 10px 10px;
}

#outerWrapper #contentWrapper #content img {
  border: 1px #ccc solid;
  margin: 0 5px 5px 5px;
  padding: 3px 3px 3px 3px;
}

#outerWrapper #contentWrapper #content .imgnoborder{
  border: none;
  margin: 5px 5px 5px 5px;
  padding: 3px 3px 3px 3px;
}

#outerWrapper #contentWrapper #content ul {
   font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight:500;
  font-style:inherit;
}

#outerWrapper #contentWrapper #content .statcounter{
  border:none;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}

#outerWrapper #footer {
  background:url(Images/footer.jpg) #2B5500 no-repeat top left;
  height: 60px;
  margin: 15px 15px 15px 15px;
  padding: 0px 0px 0px 0px;
}

#outerWrapper #footer p {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size:12px;
  color:#FFF;
  font-weight: bold;
  line-height: 12px;
  padding: 10px 0 0 10px;
  margin:0;
}

#outerWrapper #footer p a:link {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

#outerWrapper #footer p a:hover {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

#outerWrapper #footer p a:visited {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}

#outerWrapper #footer p a:active {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}