/* Global Settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	background-image:url('../images/background_pawprint.gif');
	background-repeat:repeat;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #D72229;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #006699;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #D72229;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #006699;
}

a:link {color: #0066FF;}
a:visited {color: #00CCFF;}
a:hover {color: #D72229;}
a:active {color: #0066FF;}
a img { border:none; }

#topRow {
	width:780px;
	background-color: #B8D990;
     }
#topNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:780px;
	position:relative;
	display:block;
	height:25px;
	left:1%;
	font-size:90%;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#topNav li {
	display:block;
	float:left;
	margin:0;
	pading:0;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
	}	
#topNav li a {
	display:block;
	float:left;
	color:#F4FFE4;  /*  cream colored text before hover  */
	background-color: #B8D990; /* ADP light green */
	text-decoration:none;
	padding:4px 4px 4px 4px;
	height:25px;
	height: 1%;   /*IE hack to fix the block anchor in an li */
	}
#topNav a:hover {
	background: #124f92;  /* ADP Blue when hovering */
	color:#F4FFE4;  /*cream colored text on hover */
	}
#leftCol {
	 width:100px;
	 vertical-align: top;
	 background-color: #B8D990;
     }
#leftNav ul {
	margin: 0;
	padding: 0;
	width:130px;
	}
#leftNav li {
	margin: 0;
	padding: 0;
	list-style:none;
}	
#leftNav a {
	border-bottom: 1px solid #F4FFE4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F4FFE4;  /*  cream colored text before hover  */
	background-color: #B8D990; /* ADP light green */
	letter-spacing:1px;
	text-decoration: none;
	display:block;
	padding:6px 4px 5px 10px;
	font-weight: bold;
	font-size: 90%;
	height: 1%; /*  IE hack to fix the block anchor in an li */
	}
#leftNav a:hover {
	background: #09548B;  /* dark blue when hovering */
	color:#FFFFFF;  /*white text on hover */
	}
#rightCol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:637px;
	vertical-align: top;
	background-color: white
	}
ul.pawprint {
	padding:0;
	margin:0 0 0 20px;
}
ul.pawprint li {
	padding:.5em 20px;
	margin:0;
	list-style: none;
	background-image:url('../images/bullet-pawprint.gif');
	background-repeat:no-repeat;
	background-position:0em .65em; 
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
}
facebook {
	font-size: 40%;
	}