@charset "utf-8";
/* --------------------------------- */
/* page background: #E6E6B2; (yellow)
/* link color: #006633; (green)
/* hover color: #990099; (purple)
/* table background: #E6FFCC; (lime)
/* background-color: #F8CAE3; (pink)
/* --------------------------------- */

a  {color: #006633; text-decoration: underline;}
a:hover {color: #990099; text-decoration: none;}

a.copy {color: #990099; text-decoration: underline;}
a.copy:hover {color: #006633; text-decoration: none;}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:90%;
	background: #E6E6B2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #008000;
	}

p {
	margin-left:15px;
	margin-right:15px;
	}
h1 { /* header text */
	font-size: 150%;
	letter-spacing: 1pt;
	text-align: center;
	clear: right;
	color: #990099;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	text-align: center;
	clear: right;
	color: #006633;
	}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: center;
	margin-left: 30px;
	clear: right;
	color: #006633;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	color: #006633;
	}
hr {
	height: 1px;
	width: 95%;
	margin-left: 15px;
	border: 0;
	color: #990099;
	text-align: left;
	}
.copyright { font-size:75%; text-align:center;}
.center { text-align:center;}
.pcenter { text-align:center;}
.bold { font-weight: bold;}
.pbold { font-weight: bold;}
.bold-center { font-weight: bold; text-align:center;}
.pbold-center { font-weight: bold; text-align:center;}
.plabs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-left: 250px
	}
.pmargin150 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	margin-left: 100px
	}
.span-bold {
	font-weight: bold;
	}
.span-bold-150 {
	font-size:150%;
	font-weight: bold;
	text-align:center;
	}
.td-bitch {color:#990099;}
.td-dog {color:#0000FF;}
.tdcopy-l {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: left;
	background-color: #E6FFCC;
	margin-left:10px;
	}
.tdcopy-r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: right;
	background-color: #E6FFCC;
	margin-right:10px;
	}

#topspace {height:8px;}
#container {
	width: 790px;  /* this will create a container 80% of the browser width */
	background: #E6FFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #006633;
	text-align: left;
	background-image: url(../_graphics/bkg_paws.jpg);
}
#header {
	padding: 0 10px 0 20px;
	background:#E6FFCC
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/* background:#E6FFCC; */
	/* height: 20px; */
} 
#footer p {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	letter-spacing:1pt;
	color:#990099;
	/* margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/* padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
