body {
	margin: 0;
	font-size: 1em;
	font-family: arial, verdana, sans-serif;
	color: #333;
	background-color: #006633;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
}
h1 {
	font-size: 1.1em;
	color: #006633;
}
h2 {
	font-size: 0.9em;
	color: #006633;
}
p.quote {
	font-size: 0.9em;
	color: #006633;
	font-weight: bold;
}
li {
	font-size: 0.8em;
	padding:0.2em;
}
a:link { 
	color: #006633; 
	text-decoration: underline;
}
a:visited { 
	color: #006633; 
	text-decoration: underline;
}
a:active { 
	color: #006633; 
	text-decoration: underline;
}
a:hover { 
	color: #8ed65e; 
	text-decoration: underline;
}
div.photoCaption {
	font-size: 0.7em;
	padding:0.5em;
}
tr.event {
	background-color: #fefece;
}
td.event {
	font-size: 0.8em;
	padding: 5px;
}
div.noteBox {
	border:1px solid #7fb299;
	padding: 4px 10px 4px 20px;
	margin-top:10px;
}
div.builtby {
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin-top:10px;
	width:420px;
	font-size: 0.7em;
}
#mainPanel {
	margin:12px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}
.leftBorder {
	background:url('images/left_shadow.jpg') #fff;
}
#menuPanel {
	background:url('images/menu_bkgrd.jpg') #fff;
	background-repeat:no-repeat;
}
#contentPanel {
	margin-bottom:22px;
}
.rightBorder {
	background:url('images/right_shadow.jpg');
}
div.button {
	margin:1px 10px;
}
