/*  Basic Styles for Vernal Pages  */
/* =============================== */
/* */
body
{
	margin: 2px;
}

body ul
{
	margin-left: 0em;
	padding-left: 0em;
}

body img
{
	border: 0em;
}

p
{
	margin: 0.2em 0em 0.6em 0em;
	line-height: 120%;
}

p.tight
{
	margin: 0em 0em 0em 0em;
}

.sub0
{
	position: relative;
	left: 1em;
}

.sub1
{
	position: relative;
	left: 2.2em;
}

.sub2
{
	position: relative;
	left: 4.4em;
}

.block0
{
	margin: 1em 0em 0em 0em;
}

.block0 img
{
	border: 0em;
	float: right;
	clear: right;
	padding: 0em 0em 0em 1em;
	width: 6.18em;
	height: 8em;
}

.download
{
	font-size: 85%;
	text-align: right;
	margin-bottom: -1em;
	padding: 0em;
}

.download2
{
	font-size: 85%;
	text-align: right;
	padding: 0em;
}

/* ========= */
/* Main Text */
/* ========= */
/* Content */
/* ======= */
#content
{
	width: 61em;
}

/* ================================ */
/* Navigation Bar - General Section */
/* ================================ */
#navbar
{
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	width: 10em;
	text-align: left;
	line-height: 100%;
}

p.widebreak
{
	margin: 0em;
	padding: 0em;
	font-size: 0.5em;
	background-color: #999999;
}

#navbar ul
{
	margin: 0em;
	padding: 0em;
}

#navbar ul li
{
	list-style-type: none;
	font-size: 95%;
	text-decoration: none;
}

#navbar ul li ul li
{
	padding-left: 0.8em;
	font-size: 90%;
}

/* ======== */
/* NavTitle */
/* ======== */
#navtitle
{
	margin: 0em;
	width: 100%;
	height: 3.6em;
	background-color: #99FFFF;
}

#navtitle p
{
	margin: 0em;
	padding: 0em;
}

#navtitle img.logo
{
	width: 2.52em;
	height: 2.2em;
	position: absolute;
	top: 0.7em;
	left: 0.3em;
}

#navtitle .sectionname a
{
	font-weight: bold;
	font-size: 150%;
	position: absolute;
	top: 0.26em;
	padding-top: 0.2em;
	/* necessary for IE */
	left: 2.5em;
	color: #000099;
	text-decoration: none;
	height: 1.5em;
	/* necessary for IE */
}

/* =============================== */
/* Navigation Bar - Vernal Section */
/* =============================== */
#navvernal
{
	padding: 0.5em 0em 0.3em 0em;
	background-color: #99FFFF;
	font-family: sans-serif;
	font-size: 95%;
}

#navvernal .sel1
{
	background-color: #00FFFF;
	font-weight: bold;
}

#navvernal .sel2
{
	background-color: #00FFFF;
	font-weight: bold;
	margin: 0em 0em 0em 1em;
	font-size: 80%;
}

#navvernal .break
{
	font-size: 0.5em;
	margin: -1em 0em 0.8em 0em;
	padding: 0em;
	border-bottom: solid 1px #6699FF;
}

#navvernal ul li
{
	margin-top: 0.2em;
	padding-bottom: 0em;
	padding-left: 0.2em;
	padding-right: 0.4em;
}

/* Cannot use top padding! */
/* Causes Win IE 6 to scroll menu items */
#navvernal ul li ul li
{
	padding: 0em 0em 0em 0.6em;
}

/* Cannot use top padding! */
/* Causes Win IE 6 to scroll menu items */

#navvernal ul li ul li ul li
{
	margin: 0em 0em 0em 0.6em;
	font-size: 85%;
}

#navvernal a:link, #navvernal a:visited
{
	color: #000099;
	text-decoration: none;
}

#navvernal ul li a:hover
{
	background-color: #00CCFF;
}

#navvernal ul li a:active
{
	background-color: #0066FF;
}

#navvernal .navsub2
{
	margin-left: 0.8em;
	font-size: 75%;
}

#navvernal p
{
	margin: 0.2em 0em 0.2em 0em;
	padding-left: 0.2em;
}

#navvernal .navsub3
{
	margin-left: 2.0em;
	font-size: 75%;
}

#navvernal .items
{
	padding: 0em 0.11em 0em 0.11em;
	display: inline;
}

#navvernal .itemsel
{
	padding: 0em 0.11em 0em 0.11em;
	display: inline;
	background-color: #00FFFF;
	font-weight: bold;
}

#navvernal .navsubtitle
{
	color: #666666;
	margin: 0em 0em -0.2em 0em;
}

/* ========= */
/* Main Text */
/* ========= */
#main
{
	position: absolute;
	left: 10.2em;
	top: 0em;
	width: 42.8em;
	padding: 0em 0.2em 0em 0.8em;
	text-align: justify;
}

#main a:link
{
	text-decoration: none;
	color: #000099;
}

#main a:visited
{
	text-decoration: none;
	color: #000099;
}

#main a:hover
{
	background-color: #99CCFF;
}

#main a:active
{
	background-color: #6699FF;
}

/* ================= */
/* Table of Contents */
/* ================= */
#toc
{
	margin: 0em;
	text-align: left;
}

#toc ul li
{
	margin: 0.1em 0em 0.2em -2.5em;
	font-size: small;
	list-style-type: none;
}

#toc ul li ul li
{
	margin: 0.1em 0em 0.2em 0em;
	font-size: small;
}

/* ========= */
/* Body Text */
/* ========= */
#body ul, ol
{
	margin: 0;
	padding: 0;
}

#body li
{
	margin: 0em 0em 0.3em 3em;
}

/* ====== */
/* Footer */
/* ====== */
#footer p
{
	font-size: 80%;
	text-align: center;
}

/* ====== */
/* Rulers */
/* ====== */
hr
{
	width: 100%;
}

hr.air1
{
	margin: 1.0em 0em;
}

hr.airy
{
	margin: 0.8em 0em;
}

/* ================================= */
/* Section Headers, H1 is Page Title */
/* ================================= */
h1
{
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	margin: 0em;
	padding: 0.65em 0em 0.1em 0em;
	display: block;
}

h2
{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.1em;
}

h3
{
	font-size: large;
	font-weight: bold;
	margin-bottom: 0.1em;
}

h4
{
	font-size: medium;
	font-weight: bold;
	margin: 0em 0em 0.1em 2em;
}

h5
{
	font-size: medium;
	font-weight: bold;
	margin: 0em 0em 0.1em 4em;
}

h6 /* Used only on About Vernal page */
{
	font-size: 110%;
	font-weight: bold;
	margin: 1em 0em 0em 0em;
}

/* ================ */
/* Specialized Text */
/* ================ */
/*                  */
dt
{
	font-size: medium;
	font-weight: bold;
	margin: 0.3em 0em 0em 0em;
}

dd
{
	font-size: small;
	margin: 0em 0em 0em 1em;
}

/* =========== */
/* Back to Top */
/* =========== */
.totop
{
	text-align: right;
	font-size: 70%;
	font-family: sans-serif;
}

/* ======================= */
/* Articles and References */
/* ======================= */
div.ref
{
}

div.ref p
{
	margin: 0em;
}

div.ref .title
{
	/*	border-left: #CCCCCC;
	border-width: 0 0 0 0.8em;
	border-style: none none none solid;
	padding: 0em 0em 0em 0.4em; */
	margin: 0.8em 0em 0em 0em;
}

div.ref .link
{
	font-size: small;
}

div.ref .desc
{
	margin: 0em 0em 0.9em 1em;
	font-size: small;
}

.instruction
{
	font-weight: bold;
	color: #FF0099;
}

/* ============= */
/* Special Items */
/* ============= */
.fix
{
	font-weight: bold;
	font-style: italic;
	color: red;
	font-family: sans-serif;
}

.smaller
{
	font-size: smaller;
}

.larger
{
	font-size: larger;
}

.emphasize
{
	font-weight: bold;
}

div.quotation
{
	margin: 0.5em 2em 0em 2em;
	color: #333333;
}

.quote
{
	font-style: italic;
}

.quote1
{
	font-style: italic;
	margin: 0.5em 0em 0em 0em;
	font-size: 115%;
}

.quote2
{
	font-style: italic;
}

span.booktitle
{
	font-style: italic;
	font-weight: bold;
}

span.magazine, span.journal
{
	font-style: italic;
	font-weight: bold;
}

span.fixedattop
{
	position: fixed;
	top: 1.3em;
	left: 300px;
}

.underconstruction
{
	font-size: 80%;
	font-family: sans-serif;
	position: absolute;
	top: 0.4em;
	font-style: italic;
	font-weight: bold;
	color: red;
}

