.logo {
	font-family: Arial, sans-serif;
	font-size: 26px;
	color: #000000;
	padding: 10px 0px 0px 0px;
}

.heading {
	font-family: Monotype Corsiva, Apple Chancery, LucidaÊCalligraphy, Times New Roman, Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	background: url(/images/templates/title_bg.jpg);
	width: 455px;
	height: 24px;
	padding: 5px 15px 5px 50px;
	margin: 10px 0px 10px 0px;
	text-shadow: #777777 2px 2px 2px;
}

.subheading {
	font-family: Monotype Corsiva, Apple Chancery, LucidaÊCalligraphy, Times New Roman, Times, serif;
	font-size: 20px;
	color: #000000;
	margin: 20px 10px 5px 0px;
}

#sidebar .subheading {
	margin-top: 10px;
	font-size: 18px;
}

#footer .subheading {
	 margin-top: 0;
}

.body {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	margin-top: 0px;
	color: #000000;
}

.body a {
	color: #000000;
}

.body a:hover {
	color: #584023;
}

#sidebar .body {
	font-size: 12px;
}

.note {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	font-style: italic;
	margin-top: 0px;
	color: #584023;
}

.note a {
	color: #584023;
}

.hint {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	width: 480px;
	margin: -5px 0 15px 15px;
	color: #584023;
}

.hint a {
	color: #584023;
}

p.button {
	margin-top: 4px;
}

.button a {
	border: 1px solid #564B35;
	background-color: #BF9F68;
	padding: 2px 5px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	color: #000000;
	text-decoration: none;
}

.button a:hover {
	border-color: #000000;
	background-color: #7F5C32;
	color: #E5D4A1;
}

.account_menu {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
	/*font-variant: small-caps;*/
	text-transform: uppercase;
	color: #584023;
}

.account_menu a {
	color: #584023;
	text-decoration: none; 
}
.account_menu a#active {
	color: #000000; 
}
.account_menu a:hover, a#active:hover {
	color: #000000; 
}

.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
}

.main_menu a {
	color: #000000;
	text-decoration: none; 
}
.main_menu a#active {
	color: #CC00CC; 
}
.main_menu a:hover, a#active:hover {
	color: #0000CC; 
}

.footer_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.footer_menu a {
	color: #000000;
	text-decoration: none; 
}
.footer_menu a#active {
	color: #CC00CC; 
}
.footer_menu a:hover, a#active:hover {
	color: #0000CC; 
}

.footer {
	font-family: Times New Roman, Times, serif;
	font-size: 12px;
	margin-top: 0px;
	color: #000000;
}

.footer a {
	color: #000000;
}

.tabs {
	height: 27px; /* this is 1px less than it needs to be, to overlap with the bordered box that follows */ /* this is also set in the IE tweaks file */
}

.tab a {
	font-family: Monotype Corsiva, Apple Chancery, LucidaÊCalligraphy, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.tab {
	padding: 4px 6px;
	float: left;
	border-top: 1px solid #564B35;
	border-right: 1px solid #564B35;
	border-bottom: 1px solid #564B35;
	background-color: #BF9F68;
}

.tab.first {
	border-left: 1px solid #000000;
}

.tab.active {
	border-bottom: 0;
	padding-bottom: 5px; /* this compensates for no bottom border to keep the height the same as the other tabs */
	background-color: #FFFFFF;
}

.box_bordered {
	padding: 5px;
	border: 1px solid #564B35;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.box_bottom_border {
	padding-bottom: 5px;
	border-bottom: 1px dashed #564B35;
	margin-bottom: 10px;
}

.box_shaded {
	padding: 5px;
	background-color: #DDDDDD;
	margin-bottom: 10px;
}

.box_shaded_for_deletion {
	padding: 5px;
	margin: -5px;
	background-color: #E5D4A1;
	margin-bottom: 10px;
}

.no_bottom {
	margin-bottom: 0px;
}

.no_top {
	margin-top: 0px;
}

.photo_small {
	width: 60px;
	height: 80px;
	margin-bottom: 2px;
	border: 1px solid #564B35;
}

ul {
	margin-left: -20px; /* this is also set in the IE tweaks file */
}

ol {
	margin-left: -24px; /* this is also set in the IE tweaks file */
}

li {
	margin-bottom: 5px;
}

hr {
	border: 0;
	margin-left: 0;
	width: 520px;
	height: 2px;
	background: url(/images/templates/hr_bg.jpg) left no-repeat;
}

table {
	border-collapse: collapse;
	margin-bottom: 15px;
}

th {
	border-bottom: 2px solid #564B35;
	background: url(/images/templates/menu_bg_0.jpg) bottom repeat-x;
	text-align: left;
	font-weight: normal;
}

th.subheading {
	font-size: 16px;
}

th, td {
	padding: 2px 4px;
}

.row_clear {
}

.row_colored {
	background-color: #BF9F68;
}

.form_element_plus {
	width: 434px;
	margin: 0;
	padding: 0;
}

.form_element_full {
	width: 314px;
	margin: 0;
	padding: 0;
}

.form_element_twothirds {
	width: 214px;
	margin: 0;
	padding: 0;
}

.form_element_half {
	width: 150px;
	margin: 0;
	padding: 0;
}

.form_element_third {
	width: 124px;
	margin: 0;
	padding: 0;
}

.form_element_quarter {
	width: 69px; /* this is also set in the IE tweaks file */
	margin: 0;
	padding: 0;
}

.stack_left {
	float: left;
	margin-right: 10px;
}

#photos .stack_left, #members_new .stack_left, #members_active .stack_left {
	margin-bottom: 10px;
}

.stack_left.stack_tight {
	margin-right: 2px;
}

.stack_left.stack_flush {
	margin-right: 0;
}

.stack_right {
	float: right;
	margin-left: 10px;
}

.stack_right.stack_tight {
	margin-left: 2px;
}

.stack_right.stack_flush {
	margin-left: 0;
}

.stack_left.border {
	background-image: url(/images/templates/bg_divider_vertical.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-left: 10px;
}

.stack_right.border {
	background-image: url(/images/templates/bg_divider_vertical.gif);
	background-repeat: repeat-y;
	background-position: top right;
	padding-right: 10px;
}

.column_half {
	float: left;
	margin-right: 2%;
	width: 47%; /* this is also set in the IE tweaks file */
}

.column_third {
	float: left;
	margin-right: 2%;
	width: 30%;
}

.column_fourth {
	float: left;
	margin-right: 2%;
	width: 22%;
}

.column_fifth {
	float: left;
	margin-right: 2%;
	width: 17%;
}

.reset {
	clear: both;
}

.reset_left {
	clear: left;
}

.reset_right {
	clear: right;
}

.hide {
	display: none;
}

.submit_hack {
	/* this allows us to add a standard submit button to all our forms so that IE and Firefox will submit when pressing Enter, and hide the button from users but not from the browsers */
	width:0px;
	height:0px;
	position: absolute;
	top: -1000px;
	left: -1000px;
}

.feedback_positive {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: #009900;
	/*background: url(/images/templates/icon_feedback_positive.png) no-repeat;
	padding: 6px 0 4px 28px;*/
}
.feedback_positive a {
	color: #009900;
}

.feedback_negative {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	color: #CC0000;
	/*background: url(/images/templates/icon_feedback_negative.png) no-repeat;
	padding: 6px 0 4px 28px;*/
}
.feedback_negative a {
	color: #CC0000;
}

.debug {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999999;
}
.debug a {
	color: #999999;
}

.contentfile_title {
	font-family: Arial, Helvetica;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.contentfile_fieldlabel {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #7F5C32;
}


