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-color: #eef6ed;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #6d9863;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #6d9863;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link, a:visited {
  color: #3c982d;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. 
a:visited {
  color: #2d7336;
  font-weight: bold;
  text-decoration: none;
}*/
/* Sets the style for links on mouseover. */
a:hover {
  color: #09760d;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #09760d;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #164619;
}
#topDiv {
	background-color: #8ab573;
	background-image: url("images/hdr_bg.jpg");
	background-repeat: repeat-x;
	border-bottom: solid 1px #628152; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 79px;
	line-height: 15px;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left;
	margin: 0;
}
#topDiv #abushie {
	background-image: url(images/abushie.jpg);
	height: 41px;
	background-repeat: no-repeat;
	padding: 0px;
	top: 20px;
	right: 0%;
	position: absolute;
	left: 25%;
	width: 442px;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 780px;
}
#outerWrapper #header {
	background-color: #8ab573;
	background-image: url("images/banner.jpg");
	background-repeat: no-repeat;
	border-bottom: solid 1px #628152; /* Sets the bottom border properties for an element using shorthand notation */
	font-size: 18px;
	font-weight: bold;
	height: 99px;
	line-height: 15px;
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #topNavigation {
  background-color: #eef6ed;
  border-bottom: solid 1px #8ab573; /* Sets the bottom border properties for an element using shorthand notation */
  height: 25px;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
#outerWrapper #contentWrapper {
  background-image: url("images/bg.jpg");
  background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0; 
	width: 180px;
}

#navlist
{
padding: 10px 0 0 0;
margin-left: 10px;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0 0 10px 0;
/*border-bottom: 5px solid #ffffff;*/
text-align: left;
}

#navlist li a
{
display: block;
padding: 0.1em 0.5em 0.1em 0.75em;
border-left: 0.5em solid #4f7d31;
text-decoration: none;
}

#navlist li a:link, #navlist li a:visited { color: #4f7d31; }


#navlist li a:hover
{
border-left: 1em solid #4f7d31;
}

#outerWrapper #contentWrapper #content {
	margin: 0 0 0 190px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content h1{
	padding:30px 0 0 0;
	font-size: 2.4em;
	line-height: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	letter-spacing: 0.2em;
	text-align: right;
}

#outerWrapper #contentWrapper #content h2{
	padding:15px 0 0 0;
	font-size: 1.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;

}


#outerWrapper #contentWrapper #content p, ul, ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 20px;
}

#outerWrapper #contentWrapper #content p.downlink{
	font-size: 1em;
	line-height: 14px;
	text-align: center;
	padding-top: 15px;
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
}


#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
	background-color: #eef6ed;
	border-top: solid 1px #8ab573;
	padding: 2px;
	text-align: center;
}
.image_right {
	padding: 3px;
	float: right;
	border: 1px solid #333333;
	margin-bottom: 5px;
	margin-left: 5px;
}
