body {
	margin:0px;
	padding:0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	color: #331F00;
	/*background-color: #B36B00;*/
	/*background: #B36B00 url('/site/image/cr/cr2d.jpg') repeat;*/
	background: #7D4B00 url('/site/image/cr/cr2d.jpg') repeat;
}
/* This is the background image */
.globalContainer {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/* This creates the translucent container above the background image */
.globalSubContainer {
	width: 100%;
	height: 100%;
}

.globalCenteringContainer {
	/* Nothing yet */
}

.frontPageContentContainer {
	background-color: #FFDBA6;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
	padding: 10px;
	border: 2px solid #7D4B00;
}

.contentContainer {
	width: 65%;
	background-color: #FFDBA6;
	filter: alpha(opacity=65);
	opacity: 0.65;
	-moz-opacity: 0.65;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	border: 2px solid #7D4B00;
}

.quotation {
	padding: 2px;
	border-left: thin solid black;
	border-right: thin solid black;
}

.quotationSource {
	text-align: right;
	margin-top: 5px;
}

a { color: #593600; text-decoration: underline; }
a:visited { color: #804D00; text-decoration: underline; }
a:hover { text-decoration: none; }
.normal a { text-decoration: underline; }
.normal a:visited { text-decoration: underline; }
.normal a:hover { text-decoration: none;  }
.small { font-size:70%; }
.small a { text-decoration: underline; }
.small a:visited { text-decoration: underline; }
.small a:hover { text-decoration: none;  }
.heading1 { font-size: 160%; font-weight: bold; }
.heading2 { font-size: 140%; font-weight: bold; font-style: italic; }
.heading3 { font-size: 120%; font-weight: bold; }
.heading4 { font-size: 100%; font-weight: bold; font-style: italic; }
.heading5 { font-size: 80%; font-weight: bold; }
.heading6 { font-size: 60%; font-weight: bold; font-style: italic; }
.msieLogoReplacement { font-size: 200%; font-weight: bold; display: inline; }

.homepageLink { font-size: 80%; font-style: italic; text-align: center; white-space: nowrap; }
.homepageLink a { text-decoration: none; font-style: italics; }

