/* --- Standard version --- */
div.main {
	border: 1px solid black;
	position: relative;
/*	height: 500px; width: 800px;	*/
	height: 500px;
	width: 800px;
	margin: 25px; padding: 0px;
}
div.above {
	border-bottom: 1px solid black;
	position: relative;
	padding: 0px; margin: 0px;
/*	height: 69px; width: 800px;	*/
	height: 69px; width: 800px;
	background-color: #abc;
	/* background-repeat: no-repeat; */
}
#contframe {
	border: none;
	position: relative;
	margin: 20px; padding: 0px;
	height: 390px; 
}
#authbox {
	border: none;
	border-bottom: 1px solid black;
	position: absolute; top: 0px; left: 0px;
	padding: 0px;
	width: 180px;
	height: 79px;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}
#content {
	border: 1px dashed gray;
	position: absolute;
	top: 0px; left: 200px;	/* should it be 201? */
	width: 558px;	/* 800 -20 -180 -20 -1 -x -1 -20 = 0; x=558 */
	min-height: 388px;
	background-color: white;
}
div.pagehead {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	font-family: monospace;
}
div.frameout {
	border: 1px solid black;
	position: relative;
	margin: 0px 20px 20px 20px;
	padding: 0px;
	text-align: left;
}
div.framehead {
	border: none;
	position: absolute;
	left: 0px; right: 0px;
	width: 120px; /* height: 0px; */
	overflow: visible;
	padding: 0px; margin: 0px;
	padding-left: 1px;
	text-align: left;
	font-size: 10pt;
	font-variant: small-caps;
	font-weight: bold;
}
div.framein {
	border: none;
	margin: 5px;
	align: center;
	text-align: center;
}
div.regls {
	font-size: 10pt;
	text-align: right;
}
div.reglsh {
	background-color: #ccc;
	text-align: left;
}

div.unilogof {
	border: none;
	padding: 0px; margin: 0px;
	position: absolute;
	left: 10px; top: 4px;
	width: 175px; height: 60px;
}
div.unilogofcl {
	border: none;
	padding: 0px; margin: 0px;
	position: absolute;
	left: 10px; top: 8px;
	width: 175px; height: 51px;
}
div.unilogoc {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	height: 10px;
	font-family: serif;
	font-size: 8px;
	letter-spacing: 1px;
}
div.unilogoc2 {
/*	border: 1px solid black;	*/
	position: absolute;
	left: 0px;
	top: 15px;
	width: 770px;
	height: 20px;
	font-size: 20px;
	font-family: serif;
	text-align: right;
}
div.unilogoclear {
	border-bottom: 1px solid black;
	height: 0px;
}
div.unilogo {
	position: relative; height: 25px;
	padding: 0px; margin: 0px;
	font-family: serif;
	font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
}
div.topop {
	border: 1px solid black;
	position: absolute; top: -1px;
	padding: 0px; margin: 0px;
	padding-left: 10px;
	width: 98px; height: 20px;
	background-color: #eee; 
	text-align: left;
	font-family: Verdana,sans-serif;
	font-size: 10pt;
	font-weight: bold;
	cursor: hand;
}
a.topop { text-decoration: none; color: black;
	cursor: hand; }
img.topop {
	position: absolute;
	top: 4px; left: 90px; width: 10px; height: 10px;
	margin: 0px; padding: 0px; border: none;
}

div.fineprint, span.fineprint {
	color: gray;
	font-size: 8pt;
}
div.warning {
	color: black;
	background-color: pink;
	border: 2px solid red;
	margin: 5px 5% 0px 5%;
	padding: 5px;
}
div.notice {
	color: black;
	background-color: azure;
	border: 2px solid lightblue;
	margin: 5px 5% 0px 5%;
	padding: 5px;
}

#menubox {
	border: none;
	border-right: 3px double black;
	position: absolute;
	top: 100px; left: 0px;
	width: 177px; height: 290px; /* 390-80-20margin = 290 */
	font-size: 10pt;
}
div.menuitem {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 1px;
	font-family: monospace;
	font-weight: normal;
}
a.menuitem {
	text-decoration: none;
	color: black;
}
div.menucur {
	text-align: right;
	padding-right: 20px;
	margin-bottom: 1px;
	font-family: monospace;
	font-weight: bold;
	background-color: #e9e9ff;
}
div.menuhead {
	font-family: monospace;
	font-weight: bold;
	font-variant: small-caps;
	color: gray;
}
div.menugroup {
	margin: 0px; margin-top: 5px; margin-bottom: 5px;
	font-size: 9pt;
}

