@charset "utf-8";
body  {
	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 */
	color: #000;
	background-color: #666666;
	background-image: url(/Images/newforest_Texture.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #0C0;
}

#mainContent h1 {
	font-size: x-large;
	font-weight: bold;
	color: #060;
	text-align: center;
}
#mainContent h2 {
	font-size: medium;
}

.twoColFixLtHdr #container {
	width: 950px;
	text-align: left;
	background-image: url(/Images/Body.jpg);
	background-repeat: repeat-y;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
} 
.twoColFixLtHdr #container #footer #Author h3 {
	font-size: xx-small;
	font-weight: lighter;
	color: #030;
	text-align: center;
}

.twoColFixLtHdr #header {
	background-image: url(/Images/Header.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 50px;
	font-size: xx-small;
	white-space: normal;
	display: inline;
	list-style-type: square;
}
.twoColFixLtHdr #container #sidebar1 h1 {
	font-size: large;
	color: #090;
}

.twoColFixLtHdr #mainContent {
	padding-right: 50px;
	padding-left: 50px;

} 
#header h1 a {
	font-size: large;
	color: #060;
	text-align: center;
}
.twoColFixLtHdr #container #header h1 {
	font-size: large;
	color: #060;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-image: url(/Images/Footer.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #Author {
	background-image: url(/Images/newforest_Texture.jpg);
	background-repeat: repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 h4 {
	font-size: small;
}
#container h5 strong {
	color: #060;
}
.green {
	color: #060;
}

