body {
	font-family: "Trebuchet MS", sans-serif;
	color: black;
}

body {
	margin-left: auto;
	margin-right: auto;
}

body {
	border: 3px solid #A90017;
}

body {
	width: 715px;
}

body {
	background-color: #FFFFD6;
	background-image: url(../images/gryphon_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

hr {
	border: 0;
	color: #959595;
	background-color: #959595;
	height: 1px;
}

#table1 {
	margin-bottom: 0;
	border-bottom: 3px solid #A90017;
}

#table1 {
	background-color: #FFFFD6;
}

#table1 {
	padding-left: 10px;
	padding-right: 10px;
}

#shield {
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
}

#president {
	text-align: center;
	vertical-align: top;
	padding-left: 5px;
}

#president {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

#logo {
	width: 314px;
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 14px;
}

#vice_president {
	text-align: center;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 3px;
	border: 0;
}

#vice_president {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}

#initials {
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
}

#table2 {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
	padding-left: 0;
	padding-right: 10px;
	background-color: white;
}

table, td {
	border-spacing: 0;
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	color: white;
	background-color: #A90017;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-top: 0;
	margin-top: 9px;
}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #A90017;
	background-color: white;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #A90017;
}

h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: #A90017;
}

h4.black {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	color: black;
}

h5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 12px;
	color: #A90017;
}

.toc {
	border: solid #A90017;
	border-width: 2px;
	padding: 0 5px 5px 5px;
}

.toc h2 {
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	border-color: #959595;
}

.pull_box_right {
	float: right;
	background: #959595;
	width: 210px;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 3px;
	border-top: 2px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: white;
	text-align: left;
}

.pull_box_right_small {
	float: right;
	background: #959595;
	width: 160px;
	padding: 3px;
	margin-left: 5px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: white;
	text-align: center;
}

.pull_link :link {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.pull_link :visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.pull_link :hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
	color: #A90017;
	background-color: white;
}

.highlights p {
	text-indent: -1.4em;
	padding-left: 1.2em;
	margin: 0;
}

p.highlights {
	font-size: 11px;
	line-height: 14px;
}

.pull_box_left {
	float: left;
	background: #959595;
	width: 210px;
	padding: 5px;
	margin-right: 10px;
	border-top: 2px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: white;
	text-align: center;
}

.dashed_box {
	border: dashed #A90017;
	border-width: 1px;
	padding: 10px;
	margin-top: 25px;
}

.dashed_box_black {
	border: dashed black;
	border-width: 1px;
	padding: 10px;
	margin-top: 25px;
}

.solid_box_black {
	border: solid black;
	border-width: 2px;
	padding: 10px;
	margin-top: 10px;
}

.grey_box {
	width: auto;
	margin-top: 3px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
	border: solid #959595 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

.revision {
	border: dashed #A90017;
	border-width: 1px;
	padding: 10px;
}

li {
	list-style-type: square;
}

li {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

.navigation_image {
	margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 0;
}

.navigation_list ul {
	margin-left: 10px;
	margin-right: 15px;
	padding: 0;
}

.navigation_list li {
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #A90017;
}

.navigation_list a:link {
	text-decoration: none;
	color: white;
}

.navigation_list a:visited {
	text-decoration: none;
	color: white;
}

.navigation_list a:hover {
	text-decoration: none;
	color: #A90017;
	background-color: white;
}

.diary_list li {
	list-style-type: none;
	padding-top: 6px;
	margin-left: 8px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #959595;
}

.diary_list h3 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #A90017;
	background-color: white;
	margin-top: 40px;
}

.diary_list h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 18px;
	color: #A90017;
	background-color: white;
	margin-top: 40px;
}

.numbered_list li {
	list-style-type: decimal;
	padding-bottom: 10px;
}

.newsletter_content_list li {
	margin-left: 5px;
	margin-right: 20px;
	padding-left: 5px;
}

.newsletter_extracts_list li {
	list-style-type: none;
	padding-left: 5px;
	padding-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 50px;
}

#diary_float_left {
	float: left;
	width: 47%;
	border: dashed #A90017;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 35px;
}

.discog_list_unnumbered li {
	list-style-type: none;
	line-height: 19px;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #959595;
}

.discog_list li {
	list-style-type: decimal;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #959595;
}

.discog_list_supp li {
	list-style-type: lower-alpha;
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #959595;
}

.discog_work {
	font-weight: bold;
}

.discog_cat_no {
	font-style: italic;
}

.discog_halbreich {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: white;
	background-color: black;
	padding-left: 2px;
	padding-right: 2px;
}

#diary_float_right {
	float: right;
	width: 47%;
	border: dashed #A90017;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 35px;
}

.block {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: white;
	background-color: #A90017;
	padding: 2px;
}

.block_grey {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: white;
	background-color: #959595;
	padding: 2px;
}

.block_gold {
	font-size: 13px;
	color: white;
	background-color: #8C7F4C;
	padding-left: 0;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-style: italic;
	font-weight: normal;
}

.cal_dates {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: white;
	background-color: black;
	padding-left: 2px;
	padding-right: 2px;
}

.place {
	font-weight: bold;
	color: #A90017;
	text-transform: uppercase;
}

.links_list li {
	padding-top: 5px;
	margin-left: 8px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #959595;
}

.news_list li {
	list-style-type: none;
	list-style-image: url(../images/news_icon.gif);
	padding-top: 5px;
	margin-right: 30px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #959595;
}

.news_list a {
	margin-top: 0;
	margin-bottom: 0;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 1px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 4px;
}

.news_list a:link {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.news_list a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.news_list a:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: white;
	background-color: #A90017;
}

.paypal_list li {
	list-style-type: decimal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #959595;
}

p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

p.attribution {
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	font-style: italic;
}

p.toplink {
	border-top: 0;
	border-bottom: 1px solid #A90017;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 45px;
	padding-top: 0;
	padding-bottom: 15px;
}

.centred_element {
	text-align: center;
}

.right_flushed {
	text-align: right;
}

.blocked_link a:link {
	font-size: 12px;
	text-decoration: none;
	color: white;
	background-color: #959595;
	padding-left: 1px;
	padding-right: 2px;
}

.blocked_link a:visited {
	font-size: 12px;
	text-decoration: none;
	color: white;
	background-color: #959595;
	padding-left: 1px;
	padding-right: 2px;
}

.blocked_link a:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: white;
	background-color: #A90017;
	padding-left: 1px;
	padding-right: 2px;
}

#menu_lead_in p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 1px;
}

.menu {
	padding: 0;
	margin-top: 12px;
	margin-bottom: 12px;
}

.menu p {
	margin-top: 5px;
	margin-bottom: 3px;
}

.menu a {
	display: inline;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 2px;
	border-right: 1px solid white;
	margin-top: 2px;
	margin-bottom: 5px;
}

.menu a:link {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.menu a:visited {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: none;
	color: white;
	background-color: #959595;
}

.menu a:hover {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	text-decoration: underline;
	color: white;
	background-color: #A90017;
}

img.line {
	vertical-align: text-bottom;
}

.image_text_align {
	vertical-align: text-bottom;
}

img.flag {
	border: 1px solid black;
}

.image_nofloat {
	margin-top: 0;
	padding-top: 2px;
	border-top: 2px solid #A90017;
}

.image_nofloat p {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 2px;
	border-left: 10px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	background: #959595;
	color: white;
	text-align: left;
}

.image_float_left {
	float: left;
	width: auto;
	margin-top: 0;
	margin-right: 10px;
	padding-top: 2px;
	border-top: 2px solid #A90017;
}

.image_float_left p {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 2px;
	border-left: 10px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	background: #959595;
	color: white;
	text-align: left;
}

.image_float_right {
	float: right;
	width: auto;
	margin-top: 0;
	margin-left: 10px;
	padding-top: 2px;
	border-top: 2px solid #A90017;
}

.image_float_right p {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	border-left: 10px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	background: #959595;
	color: white;
	text-align: left;
}

.image_float_right_news {
	float: right;
	border-top: 0;
	padding-left: 10px;
	padding-bottom: 4px;
}

.image_float_left_news {
	float: left;
	border-top: 0;
	padding-right: 10px;
	padding-bottom: 4px;
}

.image_text p {
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 0;
	border-left: 10px solid #A90017;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	background: #959595;
	color: white;
	text-align: left;
}

.grey_text {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color: #959595;
	text-align: left;
}

.gold_text {
	font-weight: normal;
	color: #8C7F4C;
}

.red_text {
	color: #A90017;
	font-weight: 900;
}

.black_text {
	color: black;
	font-weight: 900;
}

.journal_availability {
	width: auto;
	margin-bottom: 5px;
	border: solid #959595;
	border-width: 2px;
	padding: 5px;
}

.journal_availability p {
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

#top_archive_page {
	width: 200px;
	margin-bottom: 5px;
	border: solid #A90017;
	border-width: 2px;
	padding: 0;
}

#top_news_board {
	width: 200px;
	margin-bottom: 5px;
	border: solid #A90017;
	border-width: 2px;
	padding: 0;
}

.horizontal_divider {
	text-align: center;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
	color: #959595;
}

.start_text_mark {
	background-color: #959595;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
	white-space: nowrap;
}

.discog_artist_mark {
	background-color: #959595;
	font-size: 14px;
	font-weight: 900;
	padding: 0;
	white-space: nowrap;
}

#end_text_mark {
	color: white;
	background-color: #959595;
	font-size: 10px;
	padding: 0;
	white-space: nowrap;
}

#end_text_mark a:link {
	color: white;
	text-decoration: none;
}

#end_text_mark a:visited {
	color: white;
	text-decoration: none;
}

#end_text_mark a:hover {
	color: red;
	text-decoration: underline;
}

.end_text_mark {
	color: white;
	background-color: #959595;
	font-size: 10px;
	padding: 0;
	white-space: nowrap;
}

.end_text_mark a:link {
	color: white;
	text-decoration: none;
}

.end_text_mark a:visited {
	color: white;
	text-decoration: none;
}

.end_text_mark a:hover {
	color: red;
	text-decoration: underline;
}

#navigation_header {
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-left: 10px;
	padding-bottom: 0;
}

#navigation_header h4 {
	color: white;
}

.paypal_details {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: white;
	background-color: #A90017;
	padding: 0;
	white-space: nowrap;
}

.paypal_details a:link {
	color: white;
	text-decoration: none;
}

.paypal_details a:visited {
	color: white;
	text-decoration: none;
}

.paypal_details a:hover {
	color: red;
	text-decoration: underline;
}

.strikeout {
	text-decoration: line-through;
}

.underline_dashed {
	border-bottom: 1px dashed;
	padding-bottom: 5px;
}

.navigation {
	vertical-align: top;
	width: 125px;
	background-color: #959595;
}

.navigation_links {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
}

.validator_link {
	margin-bottom: 10px;
}

.validator_link a:link {
	color: #959595;
	text-decoration: none;
}

.validator_link a:visited {
	color: #959595;
	text-decoration: none;
}

.editorial_image {
	border-left: 10px solid white;
}

.image_link a:link {
	color: white;
	text-decoration: none;
}

.image_link a:visited {
	color: white;
	text-decoration: none;
}

.image_link a:hover {
	color: red;
	text-decoration: none;
}

.image_rss_link a:link {
	color: #959595;
	text-decoration: none;
}

.image_rss_link a:visited {
	color: #959595;
	text-decoration: none;
}

.image_rss_link a:hover {
	color: white;
	text-decoration: none;
}

#content {
	vertical-align: top;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	background-color: white;
}

#content_wide-page {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: white;
}

a:link {
	color: navy;
	text-decoration: underline;
}

a:visited {
	color: navy;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

#table3 {
	border-top: 3px solid #A90017;
	padding-bottom: 2px;
	padding-right: 30px;
	padding-left: 510px;
}

#table3 {
	background-color: #FFFFD6;
}

#table3 p {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 5px;
}

#toplink {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: blue;
}

.appeal_details {
	padding-left: 2.2em;
	padding-right: 4.0em;
}

