* {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* link styling */
a {
	text-decoration: none;
	color: #B22222;
	font-style: italic;
}

a:visited {
	color: #720000;
}

a:active {
	color: Silver;
}

a:hover {
	background-color: #D4D4D4;
	color: #226CB2;
}

/* Tag styling */
body {
	width: 760px;
	margin: 3px auto 3px auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color: #FFFFFF;
	border: 1px solid Black;
	padding: 0 0 4px 0;
}

IMG {
	border: 0;
}

H1, H2, H3, H4 { /* headings */
	text-align: center;
	color: #1B1C77;
}
H2 {  /* as in D&S O, OTO on index */
	font-size: 26px;
}
H2 .sub {
	font-size: 24px;
	font-variant: small-caps;
}
H3 { /* as in news item titles on index */
	font-size: 15px;
}
H4 { /* as in News Items on index */
	font-size: 20px;
	border-bottom: 1px solid #AAAAAA;
	margin: 10px 0 7px 0;
	padding: 0 3px 0 3px;
	color: #656DAD;
}

p {
	margin: .5em .2em .5em .2em;
}

p.hidden {
	visibility: hidden;
}

p.holywords {
	color: #5455D8;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 18px;
	clear: both;
}

p.inform {
	text-align: justify;
}

p.note {
	text-align: center;
	color: #AAAAAA;
	font-style: italic;
	font-size: 11px;
	margin: 1px 0 1px 0;
}

div.newsitem p.inform {
	margin: 1px 3px 17px 3px;
}

div.newsitem p.note {
	font-size: 13px;
}

/* classes */
.headword {
	text-align: center;
	float: right;
	margin-right: 33px;
	padding-bottom: 4px;
}

.title {
	float: right;
	margin: 0 auto 5px auto;
}

p.linkage {
	border-bottom: 1px solid #DCDCDC;
	letter-spacing: .2em;
}

p.linkage a {
	margin: 0 14px 0 14px;
}

.Tcenter {
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	vertical-align: top;
	display: block;
}

#head .donate {
	margin: 0 auto 0 auto;
	text-align: center;

}

.navbar {
	display: block;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
	margin: 0 12px 0 12px;
	text-align: center;
	background-color: #F5F5F5;
}
.navitem {
	display: inline;
	margin: 0 18px 0 18px;
}
DIV.navbar A.esoteric {
	font-size: 61%;
}

/* Page elements */
#head {
	display: block;
}

#content {
	width: 98%;
	display: block;
	float: left;
	padding: 0 2px 2px 7px;
}
#content.wide {
	width: 100%;
	float: none;
	padding: 0 7px 2px 7px;
}

#content p.inform {
	font-size: 14px;
}

#news {
	width: 27%;
	float: right;
	padding: 11px 3px 2px 2px;
	border-left: 1px dashed #AAAAAA;
	display: block;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-top: 1px solid #DCDCDC;
	width: 93%;
}

#footer P.inform {
	text-align: center;
	font-size: 8pt;
}

/* Table container for dues payment table */
.duesarray {
	display: table;
	table-layout: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

.row {
	display: table-row;

}

.col1 {
	display: table-column;

}
.col2 {
	display: table-column;
}

.cell {
	border-top: 1px solid #720000;
	border-left: 1px solid #720000;
	display: table-cell;
	padding: 5px 11px 5px 11px;
}
.input {
	width: 42px;
}
