#page
{
	background-image: url(top.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	padding-top: 60px;
	width: 700px;
	position: relative;
}

#menu
{
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #ffffff;
	font-size: 100%;
	background-image: url(menu-background.png);
	background-repeat: repeat-x;
	background-position: top left;
}

*:first-child+html #menu
{
	margin-bottom: -15px;
}

#menu ul
{
	display: block;
	margin: 0;
	padding: 2px 0 2px 0;
}

#menu ul li
{
	margin: 0;
	padding-left: 6px;
	list-style: none;
	display: inline;
}

#menu ul li a,
#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover
{
	color: #505050;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #000000;
	text-decoration: underline
}

#menu ul li.home a
{
	background-image: url(home.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

/*
#title
{
	display: none;
}
*/

#title h1
{
	position: absolute;
	left: 100px;
	top: -10px;
	/* line-height: 100%; */
	text-align: right;
	font-style: italic;
	font-size: 15pt;
	width: 590px;
	color: #2e4f5a;
}

*:first-child+html #title h1
{
	top: 5px;
}

#subtitle
{
}

#copyright
{
	color: #909090;
	font-size: 85%;
	margin-left: 0.9em;
	margin-bottom: 5px;
	margin-top: 1.2em;
	/* border-top: 1px dotted #909090; */
	padding-top: 5px;
	clear: both;
}

#copyright a,
#copyright a:link,
#copyright a:hover,
#copyright a:visited
{
	color: #909090;
}

#body
{
	padding: 0 1.5em 20px 1em;
	text-align: justify;
	min-height: 400px;
}

#body p
{
	margin: 0.7em 0 0.7em 0;
	padding: 0;
}

#body a,
#body a:link,
#body a:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

#body a:hover
{
	color: #e05020;
}

#body h2
{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 230%;
	margin-bottom: -0.8em;
}

#body h2,
#body h2 a,
#body h2 a:link,
#body h2 a:visited
{
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #505050;
	text-decoration: none;
}

#body h3
{
	margin: 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	font-style: normal;
	margin-bottom: -0.2em;
	margin-top: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

#body blockquote
{
	margin: 0;
	padding: 0;
	margin-top: 1.7em;
	font-family: monotype;
	font-style: italic;
	white-space: pre;
}

#body ul li
{
	list-style: square;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#body dl dt
{
	font-weight: bold;
}

#body img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
}

acronym
{
	cursor: help;
}

pre.code
{
	border: 1px dotted #6c9;
	padding: 0.5em 1em;
	margin-left: 2em;
	margin-right: 4em;
	color: #404040;
	overflow: auto;
}

input, textarea
{
	background-color: #ffffff;
	color: #000000;
}


