body {
	color: #77892B;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	margin: 0 0 0 0;
	text-align: center;
}
div#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
div#head {
	height: 127px;
	background-image: url('/images/headright.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
div#menu {
	padding-top: 5px;
	font-size: 8pt;
	padding-bottom: 10px;
	background-image: url('/images/linerun_bottom.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin-bottom: 10px;
}

div#left-content {
	float: left;
	width: 200px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	background-image: url('/images/leftcontent-right.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

div#left-content b.title {
	color: #77892B;
}

div#content {
	float: left;
	width: 570px;
}

div#actualcontent {
	margin-left: 40px;
	text-align: left;
}

h1.title {
	font-weight: normal;
	font-size: 36px;
	padding: 0; margin: 0;
}

h2.subtitle {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	padding: 0; margin: 0;
	margin-top: 4px;
	margin-bottom: 8px;
}

div#footer {
	width: 100%;
	float: left;
	clear: both;
	height: 17px;
	margin-top: 10px;
	position: relative;
	background-image: url('/images/footerback.png');
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 8px;
	text-align: center;
	color: #000000;
	font-size: 10px;
}

div#footerhouse {
	position: absolute;
	top: -25px;
	right: 5px;
}

ul.list {
	list-style: none;
	margin: 0px; padding: 0px;
}

ul.list li {
	background-image: url('/images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	margin-top: 5px;
	font-size: 8pt;
}

a {
	text-decoration: none;
}

div#menu a {
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
}

div#menu a.selected {
	color: #77892B;
	font-weight: bold;
}

div#menu a:hover {
	color: #77892B;
}
