a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Blue;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Blue;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;
}
a.m:link {
	width: 120px;
	height: 20px;
	text-align: center;
	background-color: #483D8B;
	border:  1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
a.m:visited {
	width: 120px;
	height: 20px;
	text-align: center;
	background-color: #483D8B;
	border:  1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
a.m:hover {
	width: 120px;
	height: 20px;
	text-align: center;
	background-color: #483D8B;
	border:  1px solid Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4A460;
	text-decoration: none;
}
.textwhite {
   font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: White;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Black;
	background-color: #EDEFF6;
}
.td2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: Black;
	background-color: White;
}
.bar {
	background-color: #576D89;
}
.bg1 {
	background-color: #576D89;
}
body {
   background-color: #576D89;
	margin: 0px;
}
.picleft {
	background-image: url(../img/houndmaster_left.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 230px;
}
.picright {
	background-image: url(../img/houndmaster_right.jpg);
	background-repeat: no-repeat;
	height: 700px;
	width: 170px;
}
