﻿body
{
	/*background-color: #E6FFE6;*/
	color: #1200B9;
	font-family: Tahoma;
	font-size: 13px;
}

span.actions
{
	color: #007F00;
	font-weight: bold;
	font-style: italic;
}

span.lang
{
	color: #1200B9;
	text-decoration: none;
}

a.lang
{
	color: #1200B9;
	text-decoration: none;
}

h1
{
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-size: larger;
	font-weight: bold;
}

h3
{
	text-decoration: underline;
}

h4
{
	text-decoration: underline;
	font-size: inherit;
	font-weight: normal;
}

img.mini
{
	width: 255px;
}

table.photo_mini
{
	width: 100%;
	border-spacing: 10px;
	text-align: center;
	vertical-align: bottom;
	font-size: smaller;
}

/* Navigation menu */

#nav
{
	/*background-color: #E8E8E8;*/
}
#nav ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}
#nav ul li
{
	float: left;
	margin-right: 0.1em;
	background-color: #007F00;
	z-index: 100;
	border-bottom: solid 8px White;
}
#nav a
{
	padding: 0.5em 0.5em;
	background-color: #007F00;
	display: block;
	color: White;
	text-decoration: none;
	width: 180px;
	z-index: 100;
}
#nav a:hover
{
	/*color: #007F00;*/
	cursor: pointer;
	z-index: 100;
	background-color: #003A00;
}
#nav ul li ul
{
	padding-top: 0;
	padding-left: 10px;
	position: absolute;
	display: none;
	margin-left: 150px; /* distance from nav1 to nav2 */
	margin-top: -2.4em;
	z-index: 100;
}
#nav ul li:hover ul
{
	display: block;
}
#nav ul li:hover ul li ul
{
	display: none;
}
#nav ul li ul li:hover ul
{
	display: block;
}
#nav ul li ul li:hover ul li ul
{
	display: none;
}
#nav ul li ul li ul li:hover ul
{
	display: block;
}
#nav ul li ul li
{
	float: none;
	margin: 0;
	width: 150px;
	border-bottom: solid 2px White;
}
#nav ul li ul li ul
{
	padding-left: 10px;
	margin-left: 150px; /* distance from nav2 to nav3 */
	margin-top: -2.3em;
	display: none;
}

/* Announcement emphasis */

span.title
{
	color: #007F00;
	font-weight: bold;
	font-size: larger;
}
span.subtitle
{
	color: #007F00;
	font-size: large;
}
span.emph
{
	font-size: large;
	font-weight: bold;
}
