body {
	background-color: #EFEFEF;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #999999;
}
#header {
	background-attachment: scroll;
	background-color: #000000;
	background-image:  url("images/headbckgrd.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 73px;
	width: 100%;
	text-align: right;
	vertical-align: bottom;
}
table {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
}
.logobckgrd {
	background-attachment: scroll;
	background-image:  url("images/dotbckgrd.gif");
	background-repeat: repeat-y;
	width: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	text-align: center;
	vertical-align: middle;
}
#footer {
	font-size: .70em;
	color: #FFFFFF;
	background-color: #999999;
	width: 755px;
	padding: 5px;
}
.holdimage {
	margin-left: 20px;
	margin-top: 20px;
}
li {
	font-size: .75em;
	list-style-type: disc;
}
