/* File: overall.css  -  used in all html pages. */
/* Revised on 27 Sep 2011 and re-validated as CSS level 3 */

a {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: red;
}

/* a:visited {
	color: red;
} */

a:hover {
	color: yellow;
}

body.paperblue {
	background: url("../images/backblupaper.gif") fixed;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

p dd li td ul .undconstr {
	color: black;
	font-size: 1em;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
}

dt {
	font-size: 1em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.25em;
	text-align: left;
}

h4 {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h5 {
	font-size: 0.8em;
	text-align: left;
}

h6 {
	font-size: 0.8em;
	font-style: italic;
}

hr {
	width: 90%;
}

img {
	border: 0;
}

table {
	margin-right: auto; /* All tables are therefore centred by default */
	margin-left: auto;
}

table.suppnote {
	text-align: center;
	vertical-align: middle;
	margin: 8px;
	padding: 4px;
	border-width: 3px;
}

table.undconstr {
	background-color: #fc0;
	width: 80%;
	border: solid thin #fc3;
}

td.suppnote {
	background-color: #6cf;
}

td.undconstr {
	background-color: #fc0;
	text-align: center;
	vertical-align: middle;
}

/* Text Alignment and Variations */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.indent {
	margin-left: 2%;
	margin-right: 2%;
}

.paddedcenter {
	text-align: justify;
	padding-left: 2%;
}

.txtshadow {
	text-shadow: #333 2px 2px 5px; /* Col Horiz Vert Blur */
}

/* Newspaper cuttings (simulated) - two versions */
.cutting {
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	background-color: #e3e0be;
	text-align: left;
	margin-right: 10%;
	margin-left: 10%;
	padding: 12px;
	border-color: silver;
}

h1.cutting {
	font-size: 2em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
/*	text-align: center; */
	margin: 0.67em 0;
}

h2.cutting {
	font-size: 1.5em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
/*	text-align: center; */
	margin: 0.83em 0;
}

h3.cutting {
	font-size: 1.3em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: right;
	margin: 1em 0;
}

hr.cutting {
	margin-right: auto;
	margin-left: auto;
	width: 230px;
/*	width: 30%; */
	height: 4px;
}

hr.hess {
	text-align: center;
	width: 30%;
	height: 1px;
}

p.cutting {
	font-size: 1.4em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	margin: 0;
}

table.cutting {
	text-align: center;
	margin: 0;
	padding: 0;
	border-width: 0;
}

td.cutting {
	font-size: 0.8em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	text-align: center;
}

.cutting2 {
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	background-image: url("../images/backpaper_blue.gif");
	background-color: pink;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	padding: 12px;
	border-color: silver;
}

.cutting2bs {
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	background-image: url("../images/backpaper_blue.gif");
	background-color: pink;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
	padding: 12px;
	border-color: silver;
	box-shadow: silver 3px 3px 5px;
}

h1.cutting2 {
	font-size: 2em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: center;
	margin: 0.67em 0;
}

h2.cutting2 {
	font-size: 1.5em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	margin: 0.83em 0;
}

h3.cutting2 {
	font-size: 1.3em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: right;
	margin: 1em 0;
}

p.cutting2 {
	font-size: 1.4em;
	font-family: Broadsheet, OldNews, Georgia, "Times New Roman", serif;
	font-weight: bold;
	text-align: justify;
	margin: 0;
}

/* Alphabetical List of Classes */
.acknowledgement {
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
	padding: 1px 14px;
	border: double 3px black;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: silver 3px 3px 5px;
	font-size: 0.7em;
	color: black;
	text-align: justify;
}

.acknowl {
	font-size: 0.6em;
	text-align: center;
}

.acknowlong {
	font-size: 0.6em;
	text-align: left;
	margin-right: 6%;
	margin-left: 6%;
}

.close {
	font-weight: bold;
	text-align: right;
}

.clear { /* To remove all active floats */
	clear: both;
	}

.colcopy { /* Wrapper for copyright footer */
	width:100%;
	height:100px;
}

.colcopybox { /* Each of the three boxes (columns) in the copyright footer */
	width:32.5%;
	height:100px;
	float:left;
	background-color:transparent;
	border: 2px transparent;
}

.columns2 {
/*	margin-right: 2em;
	margin-left: 2em; */
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}	


.divcentre { /* can we replace this with .center? */
	text-align: center;
}

.floatclear { /* To remove all active floats */
	clear: both;
	}

.floatleft {
	float: left;
	margin: 2px 10px 2px 2px;
}

.floatright {
	float: right;
	margin: 2px 2px 2px 10px;
}

.footercopyright {
	float: right;
	width: 400px;
	margin: 15px 7px 0 0;
	font-size: 0.8em;
}

.footerdisplay {
	float: left; /* float containment */
	width: 100%;
	padding: 20px;
	margin: 0px 0px 20px 10px;
}

.imgbord { /* There is already a definition for "img" above to set the border to zero, so is this needed? */
	text-align: center;
	border-width: 0;
}

.imgcenter {
	margin-left: auto;
	margin-right: auto;
}

.ucimgright {
	position: relative;
	left: 238px;
	top: -54px;
}

.ucwrapper {
	width: 522px;
	height: 64px;
	margin-left: auto;
	margin-right: auto;
}

.undconstr {
	background-color: #fc0;
	color: black;
	width: 476px;
	height: 62px;
	text-align: center;
	vertical-align: middle;
}

.white {
	color: white;
}

.yellowtext {
	font-size: 0.9em;
	color: yellow;
	text-align: center;
}




