body {
	margin: 10px 0;
	padding: 0px;
	background: #645a51;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #645A51;
	font-size: 12px;}

#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	background: url('images/bkgrd_Content.jpg') repeat-y;
	width: 814px;
	text-align: left;

}

#header {
	position: relative;
	background: url('images/logoTop.jpg') no-repeat;
	margin: 0px auto;
	width: 814px;
	height: 262px;
	}

p.title {
	float: right;
	padding: 160px 90px 0 0;
	text-align:right;
	font-weight: bold;
	color: #99CC33;
	font-size: 30px;
}	

#content {
	position: relative;
	margin: 0px 10px 30px 260px;
	width: 470px;
	min-height: 500px;
}

p {	line-height: 1.3;
	padding-left: 20px;
	color: #645A51;
	font-size: 12px;}
	
h1 {line-height: 1.3;
	padding-left: 20px;
	color: #99CC33;
	font-size: 14px;
	font-weight: bold;
	}

h2 {line-height: 1.3;
	padding-left: 20px;
	color: #0066CC;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	background-image: url('images/dashedlinehor.gif') no-repeat;
	}

a {	color: #99cc33; 
	font-weight: bold;
	text-decoration: none; }
a:hover	{
	text-decoration: underline; }	

.thisWeek {
	border: 1px dashed #99CC33;
	padding-right: 5px;
	}
h1.thisWeek {
	color: #99CC33;
	font-weight: bold;
	line-height: 1.0;
	font-size: 12pt;
	padding-right: 5px;
	}
p.thisWeek {
	color: #645A51;
	}

	
#leftNav {
	position: absolute;
	top: 262px;
	left: 40px;
	width: 190px;
	padding-left: 30px;
	color: #99CC33;
	}

#leftNav.a {
	color: #645a51;
	font-weight: bold;
}	

#footer {
	position: relative;
	background: url('images/bottom.gif') no-repeat;
	width: 814px;
	height: 83px;
	}


.green{color: #99CC33;}
.beige{color: #645a51;}
.blue{color: #0066CC;}

img.left {
float: left ;
padding-right: 5px;
}
img.right {
float: right;
padding-left: 5px;
}
