/***************************************************
   HTML Element Styles
 ***************************************************/

a, a:link, a:visited {
	color: #287B1D;
	text-decoration: none;
	padding: 1px;
	font-weight: bold;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #FFFFFF;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
  color: #276D1E;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #073B00;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  color: #336633;
}

img {
  padding-left: 10px;
  padding-right: 10px;
}
.sm_txt {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
}
ul {
	list-style: disc url(../../images/li.gif) outside;
}

#content {
  width: 570px;
  margin: 0px 200px 5px 182px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

#footer {
	width: 570px;
	margin: 5px 200px 5px 182px;
	padding: 10px;
	border: 1px solid #DDD;
	text-align: right;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 800px;
	height: 175px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	border: none;
}

#lpanel .heading {
  background-color: #246B19;
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 0px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#lpanel {
  position: absolute;
  top: 180px;
  left: 0px;
  margin: 5px;
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #DDD;
  width: 150px;
}

#nav a, #nav a:link, #nav a:visited {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/b-1.gif) no-repeat center left;
}

#nav a:hover {
  color: #690;
  background: url(../images/b-2.gif) no-repeat center left;
}

#title {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 10px;
  background-color: #FFF;
}
.subtitle {
  font-size: 11px;
  font-weight: bold;
  color: #333;
  border-left: 5px solid #FFF;
  padding-left: 5px;
}

.title {
  font-size: 20px;
  font-weight: bold;
  color: #690;
  border-left: 5px solid #F90;
  padding-left: 5px;
}
.ital_txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#arrow {
	margin: 0px;
	padding: 0px;
}
