html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Verdana, sans-serif;
	text-align: center;
	font-size: .9em;
	color: #000000;
	background: url(Images/Clouds.jpg) no-repeat left top;
	background-color: #006600;
}
#main {
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
}
#header-main {
	position: relative;
	height: 550px;
	min-width: 800px;
	font-size: 1.4  em;
/*	border: 1px solid blue;*/
}
#header-top {
	position: relative;
	height: 65px;
	min-width: 800px;
/*	border: 1px solid red;*/
}
#header-left {
	min-width: 278px;
	height: 360px;
	margin-left: 0;
	margin-right: auto;
	float: left;
	font-weight: bold;
	background: url(Images/left-fence.png) repeat-x right bottom;
/* 	border: 1px solid green; */
}
#header-middle {
	min-width: 325px;
	height: 360px;
	background: url(Images/Gate.png) no-repeat center top;
	margin-left: auto;
	margin-right: auto;
/* 	border: 1px solid white; */
}
#header-right {
	min-width: 278px;
	height: 360px;
	margin-right: 0;
	margin-left: auto;
	float: right;
	font-weight: bold;
	background: url(Images/right-fence.png) repeat-x left bottom;
/*	border: 1px solid yellow;*/
}
#header {
	height: 45px;
	text-align: left;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	background: url(Images/sPawsToHoofs.png) no-repeat 20px top;
	border-bottom: 4px solid #006600;
	padding-left: 20px;
	padding-top: 20px;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #006600;
	width: 250px;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	top: 0px;
	line-height: 1.5em;
	margin-right: 180px;
	padding-right: 10px;
	padding-top: 0px;
	float: right;
}
#outer-main {
	min-width: 798px;
	padding-left: 2px;
	background-color: #DECEB6;
}
#inner-main {
	position: relative;
 	min-height: 400px; 
	min-width: 796px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-bottom: 20px;
	border: 1px solid #E1E1E1;
}
#left_nav {
	float: left;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 20px;
	width: 145px;
	font-weight: bold;
	padding-left: 15px;
}
#content {
	vertical-align: top;
	min-height: 420px;
	font-size: 1.1em;
	text-align: left;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-left: 145px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border-left: 1px solid #BBBBBB;
}
#Contact-Info {
	text-align:center;
	font-weight:bold;
	color: #F7F7F7;
}
#Contact-Info a:link, a:visited{
	color: #F7F7F7;
}
#Contact-Info a:hover, a:active{
	color: #FFEB0E;
}
#content table {
	position: relative;
}
#content ul {
	padding-left: 25px;
	font-size: 1.0em;
	list-style: none;
}
#content ul ul {
	font-size: 1.1em;
	list-style: none;
}
#content li {
	left: 15px;
	list-style: none;
}
.spacer {
	clear: both;
	height: 0px;
}
.spacer-two {
	clear: left;
	height: 0px;
}
p {
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
.contact-left {
	width: 35%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
.contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldUnderline { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link{
	color: #006600;
}
a:visited{
	color: #006600;
}
a:hover{
	color: #00AA00;
}
a:active{
	color: #00AA00;
}
#pagefooter {
	text-align: center;
	width: 99%;
	margin-top: 25px;
	bottom: 5px;
}
#pagefooter a:link, a:visited {
	color: #009900;
}
#pagefooter a:hover, a:active {
	color: #00CC00;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	color: #C00000;
	font-style : italic;
	text-decoration: none;
}
