body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
/* delete default padding for these tags */
p,h1,h2,h3,h4,ol,ul,li {
	margin: 0px;
	padding: 0px;
}

p {
	margin-bottom: 1em;
	text-align: left;
}
.callout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	margin: 13px;
	color:#CCCC99;
	height: auto;
	padding: 3px;
	width: 500px;
	border: thin solid #A6402C;
	line-height: normal;
	background-color: #000;
}

.tdata {
	font-family:geneva, futura, gillsans, arial, sans serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color:#CCCC99;
}

/* Basic page parms like width, bg, alignment  */
#wrapperpop {
	background:#000;
	margin: 0 auto;
	text-align:left;
	width:600px;
}
#banner {
	background-image: url(images/header.news.jpg);
	width: 600px;
	height: 100px;
}
#MainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #CCCC99;
	padding: 20px;
	width: 560px;
}

a.wnew:link,a.wnew:visited {
	font-family: Arial, Helveta.homelink:activeica, sans-serif;
	font-size: 1em;
	text-decoration: none;
	color: #ef9930;
	letter-spacing: 0.1em;
}

a.wnew:hover,a.wnew:active {
	text-decoration: underline;
	color:#ffdf00;
}

.tdata1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

/* Bottom Boston Web Co credit line */
#credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	color: #000;
	margin: 0px;
	padding: 10px;
	height: 20px;
	width: 749px;
	text-align: center;
}
.closewind {
	cursor: pointer;
}
