body {
	margin: 0px 100px 0px 100px;
	background-color: #84BE6A;
	color: #000000;
	font-family: Verdana,Geneva,sans-serif;
	/* font-size: small; */
	min-width: 600px;
}

#page {
	margin: 0px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	background-image: url("images/headstripe.jpg");
	background-repeat: repeat-x;
}

#title {
	top: 44px;
	left: 220px;
	font-style: italic;
	padding: 3px;
	margin: 0px;
}

#header
{
	margin-top: 5px;
	margin-left: 20px;
}

#header a {
	text-decoration:none; 
	color: black; 
	background-color:transparent;
}

#subtitle {
	color: #3B5E2B;
	font-size: 90%;
}

#leftmenu {
	float: left;
	width: 120px;
	margin: 50px 0px 0px 20px;
	padding-right: 10px;
	background-image: url("images/menuline.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#leftmenu a {
	color: blue;
	display: block;
	padding: 4px;
	font-size: small;
	padding-left: 16px;
}

#leftmenu a:hover {
	color: red;
}

#content {
	margin: 50px 50px 20px 180px;
	padding-right: 10px;
}


h3 {
	border-bottom: 1px solid #cccccc;
}

hr {
	color: #cccccc;
	height: 2px;
}

.oneline
{
	white-space: nowrap;
}