html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #333;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#page {
	width: 863px;
	margin: 0 auto;
	top: 0;
	background-color: #fff;
	background-image: url(body_repeat.gif);
	background-repeat: repeat-y;
}

#header {
	width: 863px;
	height: 186px;
	margin:	0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 186px 0 0 0;
	overflow: hidden;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:186px; /* for IE5.5's bad box model */
}

#left {
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline; /* fix ie doubled float margin bug */
	width: 236px;
}
#left #search-form, #left #homeButton {
	margin-left: 1em;
	color: #222;
}
#left #search-form {
	text-align: center;
}
#left #search-form input {
	vertical-align: middle;
}

#content {
	margin-left: 236px;
	padding: 20px;
}
/* holly hack to counter ie float bugs since #left is floated.. */
/*  \*/
* html #content, * html #left ul li {
	height: 1%;
}
/*  */

#footer {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 50px 10px 10px;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}
#folder {
	display: none;
}
#homeButton a {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	margin-bottom: 5px;
}
#homeButton a:hover {
	color: #666;
}

#left ul {
	margin: 0;
	padding: 0;
}
#left ul li {
	margin: 0 0 5px 0;
	list-style-type: none;
}
#left ul li a {
	display: block;
	background-color: #FF490D;
	background-image: url(indexbar_item_repeat.gif);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 10px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width:236px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:221px;
}
/* .uber denotes current page */
#left ul li.uber a, #left ul li a:hover {
	color: #222;
	background-color: #FF7648;
	background-image: url(indexbar_selected_item_repeat.gif);
}

#content h1, #content h2, #content h3 {
	margin-bottom: 7px;
}
#content p {
	margin-top: 0;
}
#content h1 {
	font-size: 2em;
}
#content h2 {
	font-size: 1.7em;
}
#content h3 {
	font-size: 1.4em;
}
#breadcrumbs {
	font-size: 0.85em;
}
a {
	color: #AC5335;
}
a:visited {
	color: #992343;
}
a:hover {
	color: #CB7F23;
}

