body { 
	color: #513b28; 
	font-family: "Arial";
	background-image: url(/img/background1.jpg);
	margin: 0px 0px 0px 0px;
}
a, a:visited, a:hover, a:active { 
	color: #19898e;
	font-weight: bold;
}
a.crumb, a.crumb:visited, a.crumb:hover, a.crumb:active { 
	color: #824d21;
	font-weight: normal;
	font-size: 8pt;
}
#content { 
	width: 703px; 
	background-color: white;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#instructions { 
	margin-left: 54px;
	margin-bottom: 12px;
	font-size: 8pt;
}
#breadcrumbs { 
	height: 23px;
	padding: 0px 0px 0px 0px;
	background-color: #fcfcc1; 
	font-size: 8pt;
}
#path {
	padding: 4px 0px 0px 0px;
}
#sectionTitle {
	clear: left;
	margin-left: 53px;
	margin-top: 8px;
	margin-bottom: 10px;
}
#sectionTitle table {
	width: 400px;
}
td.sectionTitle {
	font-size: 11pt;
	font-weight: bold;
	color: #dd7709;
	padding-left: 15px;
}
#listArea { 
	width: 410px; 
	border: 1px solid #e3e1e1;;
	margin-left: 53px;
	margin-bottom: 30px;
}
.evenListItem {
	font-size: 9pt;
	padding: 5px 0px 5px 15px;
}
.oddListItem {
	font-size: 9pt;
	padding: 5px 0px 5px 15px;
	background-color: #eaf3f4;
}
td.metaInfoLabel {
	width: 100px;
	text-align: right;
	padding: 9px;
	font-size: 8pt;
	font-weight: normal;
}
td.metaInfoValue {
	text-align: left;
	padding: 9px;
	font-size: 8pt;
	font-weight: bold;
}
#footer {
	margin: 20px auto 20px auto;
	text-align: center;
	font-size: 8pt;
	color: #76604e;
}
