/* Tags */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../images/bodybg.jpg);
	background-repeat: repeat-x;
}
li {
	list-style-position: outside;
}
ul {
	padding: 5px 5px 5px 15px;
	margin: 0px;
}
img {
	border: none;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFF3E6;
	border: 1px solid #333333;
	padding: 0px;
	width: 100px;
}
select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFF3E6;
	border: 1px solid #333333;
}
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFF3E6;
	border: 1px solid #333333;
	padding: 3px;
}
.button {
	border: none;
	width: auto;
}
.nav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFD6A8;
	background-image: url(../images/dogbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../images/pawsbg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: justify;
	vertical-align: top;
	padding: 4px;
}
.bottomNav {
	background-color: #FFFFFF;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF992A;
	border-bottom-color: #FF992A;
}
.copyright {
	background-color: #FFFFFF;
	text-align: center;
}
