/* CSS Document */
html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#777777;
	color: #000000;
}
td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.green {
	background-color: #666633;
}
td.black {
	background-color: #000000;
}
a {
	font-weight: bold;
	color: #8B4513;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #556B2F;
	text-decoration: none;
}
a.footer {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.footer:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
.footnote {
	font-size: 10px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
#container {
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #000000;
	width: 760px;
}
#topbar {
	height: 153px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#photos {
	float:left;
	margin-right: 10px;
	margin-bottom: 5px;
}
#content {
	background-color: #FFFFCC;
	padding: 10px;
	min-height: 375px;
}
#footer {
	background-color: #666633;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
