#header {
	background-attachment: scroll;
	background-image: url(topdogimages/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 133px;
	width: 770px;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(topdogimages/background.gif);
}
#main {
	float: left;
	width: 770px;
	background-color: #FFFFFF;
}
#left {
	background-color: #FFFFFF;
	float: left;
	width: 350px;
}
#middle {
	width: 245px;
	float: left;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(topdogimages/red_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#right {
	float: right;
	width: 165px;
}

.block_para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 150%;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}


#header2 {
	background-attachment: scroll;
	background-image: url(topdogimages/header1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	height: 110px;
	width: 770px;
}
.tableborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #023465;
	border-left-color: #023465;
}

#navbar {
	background-attachment: scroll;
	background-image: url(topdogimages/navbar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 770px;
}
#back1 {
	background-attachment: scroll;
	background-image: url(topdogimages/bottom%20header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 147px;
	width: 770px;
}
#footer {
	background-attachment: scroll;
	background-image: url(topdogimages/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 67px;
	width: 770px;
	clear: both;
}
.box {
			background-color:#ffffff;
			color:#000000;
			font:normal 8pt/1.5em Verdana, Arial, Helvetica, sans-serif; }
		.boxCornerSize {
	height:18px;
	background:url(topdogimages/corner3.gif) no-repeat;
	width:18px;
}
		.boxTL, .boxBL { float:left; }
		.boxTR, .boxBR { float:right; }
		.boxTR { background-position:right 0; }
		.boxBottom {
			height:18px;
			width:100%;
			background-color:#ffffff; }
		.boxBL { background-position:0 bottom; }
		.boxBR { background-position:right bottom; }
		.boxEnd { clear:both; }
		.boxContent { clear:both; }
		.boxContent p {
	margin:0 10px;
	text-align: center;
}
		.small { width:33%; }
		.medium { width:66%; }
		.large { 
	width:88%;
	margin-left: 15px;
}a:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.thumbnail{
	position: relative;
	z-index: 0;
	font-family: Arial;
	font-size: 10px;
}

.thumbnail:hover{
background-color: transparent;
border: 1px solid #999999;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 2px;
	left: -100px;
	visibility: hidden;
	color: #000066;
	text-decoration: none;
	font-family: "Arial", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
border: 1px solid #999999;
}
.img {
	border: 1px solid #999999;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -250px; /*top position for enlarged image*/
left: -155px; /*position where enlarged image should offset horizontally */

}