
body {
	/* font-family:  Calibri, Tahoma, Verdana, Arial, sans-serif; */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
	margin: 0px;
	padding: 0px;
	background-color: #dbdbdb;
}

div#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
	background-color: #ffffff;
	height: 134px;
}

div#homelink {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	width: 174;
	height: 192;
}


div#navi {
	z-index: 3;
	position: absolute;
	top: 134px;
	left: 146px;
	height: 27px;
}

div#navi a ,div#logo a {
	outline: none;
}


div#page {
 }

div#contentwrapper {
	position: absolute;
	top: 134px;
	left: 0px;
	width: 100%;
	background-color: #fef9ef;
}

div#content {
	clear: both;
	width: 800px;
	text-align: left;
	padding: 5px 35px 15px 35px; 
	line-height: 2.6ex;
}

div#footer {
	clear: both;
	background-image: url(pix/footerbg.png); 
	background-repeat: repeat-x;
}

div#content h1 {
	font-size: 140%;
}

div#content h2 {
	font-size: 120%;
}


div#content ul li {
	margin-top: 1ex;
	margin-bottom: 1ex;
}

div#content ul li ul {
	list-style-type: none;
}

div#content ul li ul li {
	font-size: 90%;
	color: #404040;
	margin-top: 0.25ex;
	margin-bottom: 0.5ex;
}

a:link { color:#990000;text-decoration:none;font-weight:normal; }
a:visited { color:#990000;text-decoration:none;font-weight:normal; }
a:active { color:#F00000;text-decoration:none;font-weight:normal; }
a:hover { color:#B00000;text-decoration:underline;font-weight:normal; }
a[name]:hover {text-decoration: inherit; font-weight:inherit; color: inherit; background: inherit; }
