/* Clever Canines Style Sheet MEDIA PRINT
Author: Jesse Carroll
Created : April 28th 2009
================================================================================================*/
body {
   background: white;
   font-size: 12pt;
   }
#container {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}

#branding, #topNav, #subNav, #backToTheTop, #bottomNav, img, h1, input, textarea, select, #button {
	display: none;
}


#footer {
	padding-top: 1.5em;
	text-align: center;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
legend {
	font-weight: bold;
	font-size: larger;
	padding: 5px;
	margin: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#registration {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

