

.mainText
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", "Courier New";
	font-size: 10pt;
	overflow:auto;
	width: auto;
	height:440px;
}

.noOverflow
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", "Courier New";
	font-size: 10pt;
	overflow:hidden;
	width: auto;
	height:440px;
}

.sideFloat
{
	float:right;
	margin-left:10;
	margin-top:-15;
}

.link
{
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: "Palatino Linotype", "Book Antiqua", "Courier New";
	font-size: 10pt;
	color: white;
}

.newsTitle
{
	font-size:12pt;
	font-weight:bold;
}

ul.nospace
{
	margin-top:-.05em;
	margin-bottom:-.5em;
}

a:hover{text-decoration:none;}

/* Contact Form Styles */
fieldset
{
	border:0;
	margin:0;
	padding:0;
}

label { display:block; }

input.text,textarea 
{
	width:300px;
	font:12px/12px 'courier new',courier,monospace;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc;
}

input.submit
{
	padding:2px 5px;
	font:bold 12px/12px "Palatino Linotype", "Book Antiqua", "Courier New";
}
