@charset "utf-8";
/* CSS Document */



body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: centre; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
#containerindex {
	width: 800px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #DE8E3B;
}

#leftnav {
float: left;
margin: 0;
padding: 0;
width: 160px;
}

#leftnav ul {
margin: 20px 0 0 -10px;
}

#leftnav ul li {
	list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	padding: 5px 0 0 5px;
	text-decoration: none;
}

#leftnav ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	padding: 5px 0 0 5px;
	text-decoration: none;
}


#bodytext {
margin: 20px 120px 30px 190px;
}
