/* Set defaults for everything */
body {
	background: url('Pics/PagePics/BackgroundImage.jpg') no-repeat;
	color: black;
	font-family: verdana,arial,helvetica,Times,serif;
	font-size: 10pt;
	background-color: white;
}

/* Set text colour */
h1, h2, h3, h4, strong, th, a:link, .pictureCaptionHeading {
	color: #800040;
}

a:visited {
	color: #806573;
}

/* Set font sizes */
h1 {
	font-size: 30pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

small, .sidenote, .pictureCaption, .quoteCredit, .footer {
	font-size: 8pt;
}

/* Make all headings bold */
h1, h2, h3, h4 {
	font-weight: bold;
}

/* Set everything that has a left margin */
.quote, .quoteCredit, .sidenote {
	margin-left: 40px;
	margin-right: 40px;
}

/* Set everything else */
h1 {
	font-variant: small-caps;
	margin-left: 70px
}

th {
	font-weight: bold;
}

tr.shaded {
	background-color: #e0e0e0;
}

/*
a:hover {
	 Firefox
	outline: solid 1px;
	
	Internet Explorer
	border: solid 1px;
	margin: -1px;
}
*/

.quote {
	font-style: italic;
}

.quoteCredit {
	text-align: right;
}

.electronic_letter {
	position: relative;
	bottom: -3px;
}

div.footer {
	text-align: right;
}

div.picture {
	text-align: center;
}

.pictureImage {
}

.pictureCaptionHeading {
	font-weight: bold;
	text-transform: capitalize;	
}

.pictureCaptionText {
}

div.rightSideHugger {
	/* If this is not used inside a div.section overlap may occur. */
	float: right;
}

div.section{
	clear: both;
}
/* For debugging */
/*
table {
	border: solid 1px;
}
*/


