/***********************************************************************
 *                Main style sheet for the CGL web site                *
 **********************************************************************/

/* Define global style for fonts, etc. */
html {
	font-family: arial,sans-serif;
	font-size: 14px;
}

/* Define styles for our top menu */
a.top-line {
	font-family: serif;
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	top: 72px;
	color: white;
	vertical-align: middle;
	background-color: black;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
a.top-line:hover {
	font-family: serif;
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	padding: 0px 4px 0px 4px;
	vertical-align: middle;
	top: 72px;
	color: yellow;
}

a.second-line {
	font-family: serif;
	font-style: italic;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	top: 90px;
	color: white;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}

a.second-line:hover {
	font-family: serif;
	font-style: italic;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	top: 90px;
	padding: 0px 4px 0px 4px;
	color: orange;
}

span.second-line-shadow {
	font-family: serif;
	font-style: italic;
	position: absolute;
	font-size: 12px;
	line-height: 12px;
	top: 91px;
	color: black;
	padding: 0px 4px 0px 4px;
	background-color: rgb(204,0,0)
}

div.toc {
	float: right;
	background-color: #f0f0ff;
	font-size: 80%;
}

