html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #004C8A;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#page-enclose {
	width: 805px;
	margin: 0 auto;
	top: 0;
	background-color: #fff;
	background-image: url(body_repeat.gif);
	background-repeat: repeat-y;
}
#page {
	background-image: url(body_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header {
	width: 805px;
	height: 200px;
	margin:	0;
	padding: 0;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 0;
	overflow: hidden;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:200px; /* for IE5.5's bad box model */
}

#left-enclose {
	float: left;
	padding-bottom: 20px;
	background-image: url(indexbar_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 20px;
	_height: 0;
	display: inline; /* fix ie doubled float margin bug */
	width: 232px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 212px;
}
#left {
	padding: 0 10px;
	margin-bottom: -10px;
	background-image: url(indexbar_1_repeat.gif);
	background-repeat: repeat-y;
}

#content-enclose {
	margin-left: 232px;
	padding: 20px;
}
#content {
}

#footer {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	padding: 50px 10px 10px;
	margin: 0;
}
#footer p {
	margin: 0;
	padding: 0;
}

#folder a {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

#left #search-form {
	text-align: center;
}
#left #search-form input {
	vertical-align: middle;
}

#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#left ul li {
	padding: 0 10px;
	margin-bottom: 5px;
	list-style-type: none;
}
#left ul li a {
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	color: #ddebd2;
	text-decoration: none;
	/* border-bottom: 1px solid #ddebd2; */
}
#left .uber, #left ul li a:hover {
	color: #fff;
}

#content h1, #content h2, #content h3 {margin-bottom: 7px;}
#content p {margin-top: 0;}
#content h1 {
	font-size: 2em;
	color: #587405;
}
#content h2 {
	font-size: 1.7em;
	color: #09579D;
}
#content h3 {
	font-size: 1.4em;
	color: #0F8DFE;
}
#breadcrumbs {font-size: 0.85em;}
a {color: #364703;}
a:hover {color: #6B8D05;}

