a#active-page {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a {
	color: #466950; /* dark green */
}

body {
	font-family: arial;
	font-size: 12px;
	background-color: #466950;
}

.leftnav, .leftnav-active {
	width: 169px;
	padding: 0px;
	height: 29px;
}

.leftnav {
	background: url(/img/left-off.gif);
}

.leftnav-active {
	background: url(/img/left-on.gif);
}

.leftnav .inner2, .leftnav-active .inner2 {
	padding-top: 5px;
	padding-left: 15px;
	height: 20px;
}

.leftnav .inner2 a, .leftnav-active, .inner2 a {
	text-decoration: none;
	font-weight: bold;
	color: #0e3628;
	font-size: 14px;
}
/* used for regions */

.leftnav3, .leftnav3-active {
	width: 169px;
	padding: 0px;
	height: 39px;
}

.leftnav3 {
	background: url(/img/left3-off.gif);
}

.leftnav3-active {
	background: url(/img/left3-on.gif);
}

.leftnav3 .inner3 a, .leftnav3-active, .inner3 a {
	text-decoration: none;
	font-weight: bold;
	color: #0e3628;
	font-size: 14px;
}

.leftnav3 .inner3, .leftnav3-active .inner3 {
	padding-top: 4px;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px;
}
/* -- */


input.small {
	width: 100px;
}

input.medium {
	width: 270px;
}

input.large {
	width: 450px;
}

input.button {
	border: solid 1px gray;
	color: white;
	font-size: 16px;
	background-color: #AA4035;
	font-weight: bold;
}

input.button-small {
	border: solid 1px gray;
	color: white;
	font-size: 11px;
	background-color: #AA4035;
	font-weight: bold;
}

h1 {
	font-size: 16px;
}

.breadcrumb {
	font-size: 10px;
}

.title {
	color: #99180b;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

tr td {
	font-size: 12px;
}

tr th {
	font-size: 12px;
	border-bottom: solid 1px black;
	padding: 4px;
}

#confirm {
	display: block;
}

#container {
	width: 800px;
	text-align: left;
	background-color: white;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	background: white url(/img/header-top.gif) top no-repeat;;
}

#container .inner {
	padding: 0px 15px;
}

#header {
	background: url(/img/header-image.jpg);
	width: 800px;
	height: 177px;
}

#footer {
	padding-top: 7px;
	text-align: center;
	font-size: 10px;
}

#user-meta {
	text-align: right;
	width: 800px;
	padding-bottom: 3px;
	color: white;
}

#user-meta a, #footer a {
	color: #F4D775; /* yellow */
	font-weight: bold;
}

.inner {
	padding: 5px;
}

.err table tr td a {
	color: red;
}

.rbox {
	margin-bottom: 11px;
}

.pager {
	text-align: center;
	margin: 5px;
}

.author {
	font-size: 11px;
	font-style: italic;
}

.date {
	color: #5F5F5F;
}

