@charset "UTF-8";
/* CSS Document */

body  {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/BurntTrees.jpg);
	background-repeat:no-repeat;
	background-position:top;
	scrollbar-base-color:#CCCCCC;

	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:15px;
	color: #000000;
}
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	padding:40px;
}

 #mainContent { 
 	background-color:#FFFFFF;
	margin-left:300px;
	width:420px;
	height:450px;
	padding:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	text-align:left;
} 

a:link{
	text-decoration:none;
	color: #42210b;
	font-weight:bold;
	border: none;
}

a:visited{
	text-decoration:none;
	color: #42210b;
	font-weight:bold;
	border: none;
}

a:hover{
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	border: none;
}



ul     {
list-style-image:url(../images/leaf.gif);
line-height:20px;
}
