body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 0px;
	padding: 0px;
	background-image: url(indexbar_repeat.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 206px;
	width: 100%;
	background-image: url(header_repeat.gif);
	background-repeat: repeat-x;
}
#indexbar {
	background-image: url(indexbar_repeat.jpg);
	background-repeat: repeat-y;
	width: 225px;
	float: left;
}
#content {
	margin-left: 260px;
	width: 710px;
}
#footer {
	clear: both;
	background-image: url(bottom_repeat.gif);
	background-repeat: repeat-x;
	height: 423px;
	width: 100%;
	background-position: bottom;
}
#indexbar #folder a {
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#indexbar #folder a:hover {
	color: #333333;
}
#indexbar #folder {
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEB101;
	margin-right: 15px;
	padding-right: 2px;
	padding-left: 2px;
}
#indexbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#indexbar ul li {
	margin-bottom: 5px;
	margin-left: 34px;
	margin-right: 15px;
}
#indexbar ul li a {
	color: #000000;
	text-decoration: none;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFD573;
	padding-left: 3px;
	display: block;
}
#indexbar ul li a:hover {
	color: #333333;
	border-left-color: #FEB101;
}
#indexbar ul li.uber a {
	color: #333333;
	border-left-color: #FEB101;
}
#breadcrumbs {
	font-size: 0.9em;
}
a {
	color: #009E00;
}
a:hover {
	color: #006A00;
}
.footer {
	float: left;
	font-size: 0.9em;
	text-align: right;
	width: 985px;
	padding-bottom: 20px;
	overflow: hidden;
}
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #666666;
}
#indexbar #search_form {
	margin-left: 30px;
	margin-right: 15px;
}
#indexbar #search_form #search_string_main_page {
	width: 90px;
	margin-right: 5px;
}

