label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

br {
	clear: left;
}
body {
	margin: 0px;
	padding: 0px;
}

.topbar {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #4F2800;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #F7F2F2;
	padding-bottom: 1px;
	background-attachment: fixed;
	background-image: url(images/topright.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.tab-unselected {
	background-color: #76644F;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}
.tab-selected {
	background-color: #4F2800;
	font-weight: bold;
	color: #FFD046;
	padding-right: 8px;
	padding-left: 8px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	/*border: 0px solid #4F2800; */
}
.sitename {
	font-weight: bold;
	color: #4F2800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.org {color: #76644F}
.content {
	padding: 10px;
/*	background-attachment: fixed;
	background-image: url(/images/marchers.jpg);
	background-repeat: no-repeat;
	background-position: left top;
*/
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2800;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2800;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F2800;
}
.top-button {
	color: #FFFFFF;
	background-color: #2A2A2A;
	border: none;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	margin-left: 10px;
	font-size: small;
	position: absolute;
	top: 8px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}

.footer {
	font-size: small;
}

/** Table styles */
h1 + table {
	background-color: #F7F2F2;
	border-color: #4F2800;
}

h2 + table {
	background-color: #F7F2F2;
	border-color: #4F2800;
}

h3 + table {
	background-color: #F7F2F2;
	border-color: #4F2800;
}

th {
	background-color: #4F2800;
	color: #FFD046;
}

.clickbox {

	font-family: Arial, Helvetica, sans-serif;
	margin:2px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	border: 2px solid #F72D09;
	background-color: #FFFFCC;
	font-size: small;
	cursor:hand;
	cursor:pointer;
}
