@charset "UTF-8";
body {
	background: #666666;
	margin: 0 0 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 10; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.doggie #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.doggie #header {
	background: url(../images/toplogo.gif);
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 104px;
}
.doggie #menu {
	height: 54px;
}
.doggie #logo {
	background-image: url(../images/logo3.gif);
	height: 54px;
}
.doggie #content {
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	border-right-width: 32px;
	border-left-width: 32px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006835;
	border-left-color: #006835;
	background-repeat: no-repeat;
	background-position: 60px bottom;
}
.doggie #content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px;
	padding-bottom: 10px;
}
.doggie #footer {
	padding: 12px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../images/footer.gif) no-repeat;
	height: 42px;
}
.doggie #footer p {
	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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F6DA82;
}
.doggie #footer a:link {
	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;
	color: #F6DA82;
	text-decoration: underline;
}
.doggie #footer a:hover {
	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;
	color: #FFFFFF;
}
.doggie #footer a:visited {
	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;
	color: #F6DA82;
	text-decoration: underline;
}
.doggie  #content  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	padding: 0px 0px 5px;
	margin: 0px;
}
.doggie #content .doggie {
	background-color: #001A78;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.doggie #content .doggie a:link {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.doggie #content .doggie a:visited {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
}
.doggie #content .doggie a:hover {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5680FF;
	text-decoration: underline;
}
#rule    {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #73AA48;
	margin-bottom: 20px;
}
#rule2 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #73AA48;
	margin-bottom: 20px;
}
#rule2 img {
	float: right;
	padding-left: 20px;
}
#rule3 {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #73AA48;
	margin-bottom: 20px;
}
#rule3 img {
	float: left;
	padding-right: 20px;
}
.doggie  #content  .box {
	width: 300px;
	background-color: #006835;
	padding: 10px;
	margin-bottom: 30px;
}
.doggie  #box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
