#pgNavLeft {
	overflow: hidden;
	white-space: nowrap;
	float: left;
	width: 3cm;

}

#pgNavRight {
	overflow: hidden;
	white-space: nowrap;
	float: right;
	width: 3cm;

}

p {
	text-indent: 1em;
	text-align: justify;
}

h1 {
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	text-decoration: none
}

.sidebar {
	margin: 8px;
	padding: 0px;

}

.highlight {
	margin: 8px;
	padding: 0px;
	width: 4cm;
	font-size: small;
	background: rgb(240,240,140);
	border: medium solid #CCCCCC;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	cursor: hand;
	text-align: center;
}

.highlightTitle {
	font-size: larger;
	text-align: center;
	font-weight: bold
}

.caption {
	margin: 0px;
	padding: 0px;
	font-size: small;
	text-align: center;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;


}

a.navLink {
	text-decoration: none;
	font-weight: bold;
	color: #CCCCFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
}

.navBox_top {
	width: 2.5cm;
	background-color: #003399;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: double;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.navBox {
	width: 2.5cm;
	background-color: #003399;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #FFFFFF;

}

.navBox_bot {
	width: 2.5cm;
	background-color: #003399;
	border-top-width: medium;
	border-right-width: thick;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.publicationTitle {
	font-style: italic;
}
.copyright {
	font-weight: bolder;
	color: #666666;
	text-align: right;
	font-size: smaller;
}
body {
	background-image: url(img/emboss.jpg);
	background-repeat: repeat-y;
	padding: 2px 2px 8px 66px;
	background-color: #FFFFFF;

}
