body {
	background-color:#B59342;
	background-image: url(i/bg.png);
	background-repeat: repeat-y;
	margin-left: 65px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-family: Arial narrow, Helvetica, sans-serif
}


a {
	color: #0099CC;
}

a:Hover {
	color: #FFCC00;
}

a:Visited{
	color: #0066CC;
}

.menu {
	/*font-family: "Times New Roman", Times, serif;*/
	
}

.menu a, .menu a:Visited, .menu a:Hover  {
	color: #FFFFFF;
	text-decoration: none;
}

.menu .items {
	color: #E0E0E0;
	font-size: 120%;
	margin-top: 10px;
	margin-left: 12px;
	font-weight: bold;
}

.menu .items td {
	padding-right: 7px;
}

.menu .items .selected img {
	border-bottom: 1px solid #DFDADA;
}

.content {
	font-size: 110%;
	color: #BDB6B6;
	margin-top: 3em;
	margin-bottom: 3em;
	line-height: 150%;
}

.content p {
	text-indent: 1.7em;
	margin: 0px;
	/*line-height: 150%;*/
}

.content h2 {
	/* font-family: sans-serif; */
	text-indent: 1.4em;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0.5em;
	padding: 0px;
}
