body, p, ul, h2, h3  { 
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	}
body {
	background: url(/images/20091001/bg.jpg) #3d5e08;
}

div.page {
	width: 600px;
	background-color: #ebf0e6; 
	border: none; 
	padding-bottom: 1em;
}	

div.article, div.box p, div.box hr {
	margin-left: 179px;
	margin-right: 11px;
}

h1 {
   font-family: "Times New Roman", Times, serif;
   color: #3d5e08;
   padding: 0px 11px 0px 179px; 
   border-bottom:  solid 3px #3d5e08;
   background: url(/images/20091001/h1.jpg) repeat-y #ebf0e6;
   margin-top:0;
 }
h1 strong {
font-size:140%;
color: #9fac94;
}
h2, h3, h4{
  color: #3d5e08;
  }
h2 {
   font-size:160%;
  }
h4 {
  font-family: "Times New Roman", Times, serif;
  font-size:140%;
}
div.box {
 background-color: #bfd1b0;
 border: 3px solid  #3d5e08;
 padding: 4px;
}
div.box img {
    float:left;
	margin-bottom: 1.12em;
}
#boxb p { 
	margin-top:0;
	margin-bottom:1.12em;
    border-bottom: dotted #fff; 
	padding-bottom: 4px;
}

p.blurb {
	color: #3d5e08;
	font-weight: bold;
	font-size: 110%;
	border: 2px solid #9fac94;
	margin-left: 8px;
	padding: 6px;
}

hr { 
	width: 100px; 
	height: 1px; 
	border: none;
	text-align: left;
	margin: 0;
	color: #000;
	background-color: #000;
}

.fnt {
	font-size: 80%;
}
.clear {
clear: both;
}



/* standard - DO NOT Change */
div.linktext p,
div.linktext ul li,
div.appeared p,
div.footer p {
	font-size: 77%;
	margin: 0;
}

div.linktext { 
	margin: 0 2px; 
	width: 160px;
	float: left;
	}
div.linktext p { 
	font-weight: bold; 
	}
div.linktext ul { 
	padding: 0;
	margin: 3px 0 1em;
	}
div.linktext ul li { 
	margin-bottom: 3px;
	list-style-type: none; 
	}
div.appeared {
	background-color: #333; 
	border: none;
	width: 600px;
	}
div.appeared p {
	color: #fff; 
	padding: 2px;
	height: auto !important;
	height: 15px;
	min-height: 15px; 
}
div.arrows {
	float:right;
	padding: 2px 0;
	width: 45px;
	text-align: right;
}
div.arrows img {
	display: inline;
}

div.footer { 
	width: 600px;
	padding: 2px 0; 
	}
div.footer p {
	margin: 1em 2px; 
	}
a, a:link {
	color: #00C;
}
a:visited {
	color: #309; 
}
a:hover,
a:active	 {
	color: #03f;
}

