body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	margin: 0px;
	padding: 0px;
}

/* Link Definitions */
a {}

a:link   {color:#003333;}
a:visited{color:#003333;}
a:active {color:#336666;}
a:hover  {text-decoration:underline;color:#990000;}

a.headernavbar:link   {color:#003333;text-decoration: none;}
a.headernavbar:visited{color:#003333;text-decoration: none;}
a.headernavbar:active {color:#336666;}
a.headernavbar:hover  {text-decoration:none;color:#990000;}

/* General style for bullet lists throughout the site: */
li {
	margin-bottom: 8px;
}

/* The following style is for the navigation/info pane on the left-hand side: */
td.leftinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	/* margin-right: 25px;
	padding-right: 20px; */
	padding-left: 55px;
	/* border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666699; */
	background-color: #FFFFFF;
	background-image: url(../images/side-crosses2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;

}

/* Cell definition for main body of page table: */
td.mainarea {
	text-align: left;
	vertical-align: top;
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666699;

}

/* Cell at middle of front page, for 'Forthcoming Events' notices, etc.:  */
td.middlenoticecell {
	text-align: right;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 4px;
	padding-left: 4px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #006633;
}

/* Spacer styles for Alban and Sergius blurb cells below Middle Notice pane: */
td.albsergcell {
	padding-top: 25px;
}

/* Cells at bottom of page for presenting copyright:  */
td.copyrightfooter {
	text-align: left;
	margin-top: 3px;
	padding-top: 3px;
	font-size: 10px;
	color: #999999;
	margin-left: 8px;
	padding-left: 8px;
}

/* Font for page title text:  */
.pagetitlefont {
	text-align: left;
	font-size: 20px;
	color: #666699;
}

/* Header text for country headings on Branches listing page:  */
td.branchcountryheader {
	text-align: left;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

/* Table for laying out membership enrollment / renewal forms: */
table.membership {
	margin: 15px 0px;
	padding: 10px 15px 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #EBEBEB;
}

/* Font for enrollment/renewal form header:  */
.membershiph {
	text-align: left;
	font-size: 20px;
	color: #006633;
	font-style: italic;
}

/* Font for enrollment/renewal category description texts:  */
.mcat {
	text-align: left;
	font-size: 16px;
	color: #006633;
	font-style: italic;
}

/* Font for enrollment/renewal price text:  */
.mprice {
	color: #990000;
}

/* Cells in membership/renewal table with separating border at bottom:  */
td.memb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


/* ================================================================================ */
/* DON'T KNOW WHAT THE FOLLOWING STYLES ARE FOR !!								    */
/* ================================================================================ */

table.headertable {
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

td.headertopcell {
	background-color: #9999CC;
	text-align: left;
	vertical-align: top;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 2px 2px 6px;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Cell layout for navigation links bar across top of page, below header itself: */
td.headernavbar {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 2px;
	/* background-image: url(../images/side-crosses2.gif); */
	background-position: left top;
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9999CC;
}