@charset "utf-8";

ul.newslist {
	margin-left: 100px;
	margin-top: 30px;
	}
ul.newslist li {
	background: url(../images/issue.png) no-repeat top left;
	padding: 12px 0 12px 60px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 1.7em;
	}
ul.newslist li.nf {
	background: url(../images/newsFlash.png) no-repeat top left;
}
ul.newslist li a {
	color: #015d95;
	}
ul.newslist li a:hover {
	text-decoration: underline;
	}
#contact_form {
	margin: 0 auto;
	width: 310px;
	}
#contact_form .field {
	margin: 4px 0;
	padding: 4px 0;
	font-size: 1.1em;
	width: 310px;

	}
/* this class makes the button fancy */

.button {
	display:block;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#fff;
	font-weight:bold;
	padding: 1px 2px;
	background: url(../images/buttonbg.png) repeat-x left top;
}
/* This is the style for the error return upon validation */
