/*
= Default Page CSS =
The CSS that follows is used to style pages other than the Homepage or interior
pages (i.e. About, Contact Us, Privacy Policy, etc...).
*/
/* Layout the default pages so that they make use of the "whole" screen */
div.contentItemBox { margin: 0 1em; }
.formData a[href] { 
	background: none; 
	padding: 0; 
	margin: 0;
	visibility: visible;
	text-decoration: none;
	zoom: 1;
}
.formData a[href]:hover {
	text-decoration: none;
	visibility: visible;
	zoom: 1;
}
