body {
	margin: 0px;
	padding: 0px;
	background: #cccccc url(/images/headerbg.gif) no-repeat;
}
/*NOTE: to center divs in both IE and FF, you must use both body text-align center and margin left/right auto on wrapper.*/

#page {
	width: 960px;
	text-align:left;
}

.navitem {
	width: 15px;
	height: 20px;
	background-image: url('/images/navbg.png');
	text-align: center;
}

.navbg {
	background-image: url('/images/navbg.png');
}

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #787690;
}

.newsheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #5b3eab;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.emailform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.email {
	height: 14px;
	width: 100px;
	font-size: 12px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	position: relative;
}

.firstname {
	height: 14px;
	width: 70px;
	font-size: 12px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	position: relative;
}

.state {
	height: 14px;
	width: 19px;
	font-size: 12px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	background-color: transparent;
	position: relative;
}
