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: #666; /* fff */
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #333;
  text-decoration: underline;
}
a:visited {
  color: #333;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #333;
}
a:active {
  color: #333;
}
#outerWrapper {
	background-color: #ddd7bf;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 900px;
	border-left: solid 1px #333;
	border-right: solid 1px #333;
}
#outerWrapper #header {
  background-color: #fff;
  border-bottom: solid 1px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px;
}
#outerWrapper #topnav {
	background-color: #CEECD3;
	border-bottom: solid 3px #666;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding: 2px 40px 2px 10px;
	text-align: right;
}
#outerWrapper #contentWrapper {
  background-color: #ddd7bf; /*light beige */
  padding: 10px 0px 0px 0px;

}
#outerWrapper #contentWrapper #leftColumn1 {
  background-color: #ddd7bf;
  border-right: solid 0px #666;
  float: left;
  padding: 10px 10px 10px 30px;
  width: 220px;
}
#outerWrapper #contentWrapper #home_Left {
  background-color: #ffffff; /* ddd7bf */
  border-right: solid 3px #666;
  float: left;
  margin: 0px 0px 0px 20px;
  padding: 0px 10px 10px 10px;
  width: 260px;
}
#outerWrapper #contentWrapper #home_Center {
  background-color: #ffffff;
  border-right: solid 0px #666;
  float: left;
  margin: 0px 0px 0px 10px;
  padding: 0px 10px 10px 10px;
  width: 260px;
}
#outerWrapper #contentWrapper #home_Right {
  background-color: #ffffff;
  border-left: solid 3px #666;
  float: right;
  margin: 0px 20px 0px 0px;
  padding: 0px 10px 10px 10px;
  width: 260px;
}

/* ====================================================================  MY NAV STYLES  */
#outerWrapper #contentWrapper #leftColumn1 #Nav {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav .sublink {
	font-size: 12px;
	text-indent: 15px;	
}

#outerWrapper #contentWrapper #leftColumn1 #Nav table {
	width: 200px;
	/*float: right;*/
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td {
	height: 30px;
	display: block;
	vertical-align: middle;
	text-align: left;/* right */
	line-height: 34px;
	padding: 0px 0px 0px 0px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav a {
	color: #703838;
	font-weight: bold;
	border: solid 1px #ddd7bf;
	text-decoration: none;
	height: 100%;
	display: block;
	padding: 0px 10px 0px 10px;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td a:hover {
	color: #5A2E2E;
	font-weight: bold;
	background: #EFECE0 url(/media/images/btn_bkgd.gif); /* CEECD3 - green */
	border: solid 1px #666;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 34px;
	text-decoration: none;
}
#outerWrapper #contentWrapper #leftColumn1 #Nav td a.active {
	color: #5A2E2E;
	font-weight: bold;
	background: #EFECE0 url(/media/images/btn_bkgd.gif); /* CEECD3 - green */
	border: solid 1px #666;
	height: 100%;
	display: block;
	vertical-align: middle;
	line-height: 34px;
}
/* ====================================================================  END NAV STYLES  */

#outerWrapper #contentWrapper #content {
  background-color: #EFECE0; /* light beige: ddd7bf lighter beige: EFECE0 - formerly white fff */
  margin: 0 0 10px 270px;
  padding: 10px 10px 10px 10px;
  width: 570px;
  border: solid 1px #666;

}
#outerWrapper #contentWrapper .clearFloat {
  clear: left;
  display: block;
}
#outerWrapper #footer {
  background-color: #809EAE; /* from Sci Times */
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
div.transOFF {width: 100%; background-color: #ddd7bf; border:0px solid black; }
div.transON {width: 100%; background-color: #ddd7bf; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:0px solid black; }
div.trans25 {width: 100%; background-color: #ddd7bf; opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:0px solid black; }
div.trans75 {width: 100%; background-color: #ddd7bf; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:0px solid black; }

.listline {
	border-bottom: dotted 1px #666;
	padding: 2px 5px 2px 5px;
}
.newsscroll {
	height: 100px;
	overflow: auto;
	display: block;
}
