/* CSS Document */

/* stylesheet used by the *main.htm" files displaying
/* content in the center-right pane of the viewport */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small; /* for IE5 on Windows */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	margin: 0;
	padding: 1em 3em .3em 3em;
	background-color: #FCFCFC; /* off-white */
	border-left: 1px solid #CCCCCC; /* grey left border on the main/content area */
	border-top: 1px solid #CCCCCC; /* grey top border on the main/content area */
}
html>body { /* be nice to Opera */
	font-size: small;
}
html {
	margin:0;
	padding:0;
}
p {
	margin: 1.5em 0 .2em 0;
}
p.pagetitle {
	width: 80%;
}
.pagetitle {
	font-size: 130%;
	font-weight: bold;
	padding: .1em .5em .3em .5em;
	background-color: #E8E8EE; /* light grey */
	border: 1px solid #333399; /* navy */
	margin: 0;
	letter-spacing: .05em;
}
img {
	border: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
table {
	width:100%;
	border-collapse: collapse;	
}
ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
li {
	padding: .8em 0 .1em 0;
}
a {
	font-weight: bold;
}
a:link {
	color: #0000FF; /* blue */
}
a:visited {
	color: #990099; /* magenta */
}
a:hover {
	color: #00CC66; /* green */
	border: 1px solid #333399; /* navy */
}
a:active {
	background-color: #E8E8EE; /* light grey */
	padding: 0 .2em;
	border: 1px solid #333399; /* navy */
}
.opener {
	font-size: 110%;
	font-weight: bold;
	font-style:italic;
}
.psectiontitle { /* to handle the 1st (ie.multi-line) section title on smain.htm */
	font-size: 110%; /* other 1-line section titles use .sectiontitle */
	font-weight: bold;
	padding: .2em .4em;
	background-color: #E8E8EE;
	border: 1px solid #333399;
	margin: 1em 0 0 0;
}
.sectiontitle {
	font-size: 110%;
	font-weight: bold;
	padding: .2em .4em;
	background-color: #E8E8EE;
	line-height: 1.75em;
	border: 1px solid #333399;
	margin: 0;
}
.cursive {
		font-family: italic, sans-serif;
		font-size: 130%;
		color: #00CC66;
		font-weight: bold;
		font-style: italic;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}
.italic {
	font-style: italic;
}
.loadmenu {
	font-style: italic;
	font-size: 90%;
}
.smallsize {
	font-size: 88%;
}
.superscript {
	vertical-align: super;
	font-size: 70%;
}
.underline {
	text-decoration: underline;
}
.underlineoff {
	text-decoration: none;
}
.topstyle {
	font-size: 90%;
	color:#333399; /* navy */
}
.greenborder {
	border: 2px solid #00CC66; /* green */
}