body{
	margin:0;
	padding:0;
	font-family: Arial;
	font-style: normal;
	font-size: 10pt;
	background-image:url('images/watermark.gif');
	background-repeat: repeat;
	background-color: white;
	color:navy; /* text colour */
}

a {	font-family: Arial; }
a:link { color: blue}
a:visited { color: purple}
a:active { color: red }

/* to show sorting options in colour */
a.unselected:visited { color: blue}
a.selected:link {color: purple}

b		{font-size: 110%;}
em	{color: red;}

#maincontainer	{
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	padding:0px;
	margin-top:10px;
}

#topsection {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	height: 185px; /*Height of top section*/
	width:100%;
}
/* links across top image and their location */
#toplinks{
	font-family: Arial;
	font-style: normal;
	font-size: 8pt;
	position:absolute;
	margin-left: 200px;
	margin-top:  120px;
}

#contentcolumn {
	float:left;
	width:640px;
}

#content {
	margin-left:40px;
	margin-right:20px;
}

.Head1 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 14pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
	margin-bottom: 0pt;
	padding-bottom: 0pt;
}
.Head2 {
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 12pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Head3 {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	color: maroon;
	text-align: left;
	text-indent: 0pt;
}
.Info {
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 9pt;
	color: navy;
	text-align: left;
	text-indent: 0pt;
}
.Notes {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
}

.Footnotes {
	display:inline;
	text-align:center;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 8pt;
	border-top-color: silver;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-color: silver;
	border-style: solid;
	margin: 0px 3px;
	padding: 0px 3px;
	border-width:1px;
	vertical-align:top;
	cursor:pointer;
	text-decoration:none;
}


/* adsense */
#rightcolumn {
	float: right;
	width: 160px; /*Width of right column*/
	margin-top:10px;
}

#footer{
	width: 100%;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #FFFF80;
}

.Quote {
	margin-left:24px;
	font-style:italic;
}

.Ritual {
	margin-left:24px;
	font-style:italic;
	font-weight: bold;
}

/* Image */
.outdent {
	margin-left:-40px;
	margin-right:8px;
	border: 0;
}

ul {
	list-style-type: square
}