
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #36C;}

a:hover {color: #06F;}

table.dates {margin-top: 25px;}

table.dates th {text-align: left; padding-bottom: 10px;}

table td {text-align: left; vertical-align: top; padding: 3px; padding-bottom: 10px; font: normal 120% "Times New Roman",serif;}

table.anniv {width: 300px;}

table td.centre {vertical-align: top; text-align: center;}

td.heading {text-align: center; font: bold 120% "Times New Roman",serif; padding-bottom: 15px;}

body {
	background: #D7F2FF;
	color: #000;
	font: normal 62.5% Verdana,sans-serif;
	margin: 5px;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 20pt "Times New Roman",serif;}

h2 {
	font: bold 16pt "Times New Roman",serif;
	margin: 3px 0 1px;
}

ul {margin-left: 100px;}

ul.lefty {margin-left: 30px;}

ol {margin: 0 0 30px 100px;}

blockquote {
	background: url(images/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em "Times New Roman",serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

img {border: 0}

img.left {margin: 0px 10px 20px 0;}

img.right {margin: 0px 0 20px 10px;}


/* structure */
.container {
	background: silver;
	margin: 0 auto;
	width: 1000px;
}

.top {
	margin-left: 20px;
	float: left;
	text-align: center;
	width: 960px;
}

.header {
	background: #005078;
	color: #D7F2FF;
	font-size: 1.4em;
	height: 140px;
}

.header h1 {
	font: italic 3.2em "Times New Roman",sans-serif;
	padding: 30px 0 25px 0;
}

.pattern {
	background: #334127 url(images/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}


/* navigation */
.navigation {margin: 5px 20px;}

.navigation a {
	color: #00006C;
	font: italic 11pt "Times New Roman",serif;
	line-height: 40px;
	margin: 0 8px;
	text-decoration: none;
}
.navigation a:hover {
	color: #008BD0;
}

.navigation #selected {
	color: #000000;
    text-decoration:underline;
}


/* content */
.content {
	float: left;
	background: white;
	font-size: 1.4em;
	margin: 0 20px;
	padding: 0 38px 12px;
    width: 884px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {
	clear: both;
	margin-right: 30px;
}

.item .title {
	color: #00006C;
	font: italic 20pt "Times New Roman",serif;
}

.item .title:first-letter {
	display: block;
	float: none;
	vertical-align: middle;
	font-size: 2.2em;
}


.item .body {
	clear: both;
}


.exam {
	margin: 20px 30px;
}

.gallery {text-align: center;}

.gallery img {padding: 5px;}

/* footer */
.footer {
	background: silver;
	margin-left: 20px;
	color: #000;
	font-size: 1.0em;
	line-height: 43px;
	text-align: center;
	width: 960px;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
