h2
{
	color: #98DAE4;
	text-align: center;
	border: 1px solid #707777;
}
h1
{
	text-align: center;
	color: #707777;
}
#paw
{
	position: relative;
	height: 70px;
	width: 70px;
	float: left;
	left: 300px;
}
#paw2
{
	position: relative;
	height: 70px;
	width: 70px;
	float: right;
	right: 300px;
}
#welcome
{
	margin-top: 40px;
}
#pic1
{
	height: 350px;
	width: 510px;
	position: relative;
	left: 20px;
	margin-right: 10px;
}
#pic2
{
	height: 350px;
	width: 610px;
	position: relative;
	margin-left: 10px;
}
#pic3
{
	height: 400px;
	width: 1125px;
	margin-left: 20px;
}
body
{
	color: #173B4E;
	text-align: center;
	font-size: 14pt;
	width:1250px;
}
#aboutimg
{
	width: 200px;
	height: 150px;
	float: left;
	margin-left: 20px;
}
#abouttxt
{
	height: 150px;
}
ol
{
	list-style: inside;
	list-style-type: upper-roman;
	text-align: left;
	margin-left: 35%;
}
ul
{
	list-style: inside;
	text-align: left;
	margin-left: 35%;
}
th, td
{
	text-align: center;
	border-bottom: 2px solid #98DAE4;
	padding-top: 10px;
	padding-bottom: 10px;
}
table
{
	margin-left: auto;
	margin-right: auto;
}
.italics
{
	font-style: italic;
}