html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
	background-color: #A9B08A;
	background-image: url(images/bodybkg.gif);
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

p, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

a:link, a:visited {
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: none;
}

#page {
	margin-right: auto;
	margin-left: auto;
	width: 669px;
	margin-top: 34px;
}

#top {
	background-image: url(images/top.jpg);
	height: 117px;
	width: 669px;
}

#mid {
	background-image: url(images/mid.jpg);
	/*height: 100%;*/
	width: 669px;
	padding-top: 25px;
}

#bot {
	background-image: url(images/bot.jpg);
	height: 18px;
	width: 669px;
}

#navcontainer {
	width: 200px;
	float: left;
	background-image: url(images/paper_nav.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
	margin: 0px;
	padding: 0px;
}

#navlist {
	margin-top: 0px;
	width: 145px;
	padding-top: 25px;
}

#navcontainer ul {
	list-style-type: none;
	text-align: left;
}

#navcontainer ul li a {
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #999999;
	background-color: #F7F7F7;
	background-image: url(images/list-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height: 1%; /* IE 5.x needs this */
}

#navcontainer ul li a:hover {
	color: #000000;
	background-color: #F7F7F7;
	background-image: url(images/list-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer ul li .current {
	color: #666666;
	/*background-color: transparent;*/
	background-color: #F7F7F7;
	background-image: url(images/list-active.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: default;
}

#content {
	float: right;
	width: 435px;
	/* include the IE5.x/Win box model hack */
    \width: 465px;
    w\idth: 435px;
	text-align: left;
	padding-right: 30px;
	/*height: 100%;*/
}

#footer {
	clear: both;
	text-align: right;
	padding-right: 30px;
	padding-left: 30px;
}

#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	background-color: #F7F7F7;
	color: #999999;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer p a:link, #footer p a:visited {
	color: #999999;
	background-color: #F7F7F7;
	text-decoration: none;
	font-weight: normal;
}

#footer p a:hover, #footer p a:active {
	color: #999999;
	background-color: #F7F7F7;
	text-decoration: underline;
	font-weight: normal;
}

.firstword {
	font-size: 18px;
}

.hrule {
	text-align: center;
	background-image: url(images/hz_flr.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 100%;
}

img.imageleft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}

img.imageright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* page specific styles */

.publicationstable {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	width: 100%;
	padding-bottom: 15px;
}

.publicationstd {
	padding: 5px;
	vertical-align: top;
}

.resultsTable {
	width: 420px;
	border-bottom: 1px dashed #666666;
}

.thumbnailCell {
	width: 160px;
}

#resultsNavTable {
	margin-top: 15px;
	margin-bottom: 15px;
}

#recordsDetailTable {
	width: 420px;
}

.nowrap {
	white-space: nowrap;
}

.noBorder {
	border: none;
}

