.home
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #4A8266;
}

.interior
{
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/bigpaw_bg.gif);
	background-position: 475px 200px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.25em;
}

div, span, p, th, td, li, dd, dl, dt
{
	/* redundant selectors to help NS4 not forget */
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

input, select	
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 13px; }
h6 { font-size: 11px; }

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: transparent;
	margin: 5px 0 5px 0;
}

a
{
	color: #D69C39;
	text-decoration: none;
}

a:link
{
	color: #D69C39;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #D69C39;
	background-color: transparent;
}

a:active
{
	color: #D69C39;
	background-color: transparent;
}

a:hover
{
	color: #D69C39;
	background-color: transparent;
	text-decoration: underline;
}

.navCopy
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
}

.nav:link, .nav:visited	
{
	color: #FFF;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
}

.nav:hover
{
	text-decoration: underline;	
}


img
{
	/* turns off gaps around images */
	border-color: #003366;
}

