/*
David Thompson Bicentennial CSS File

colours:
blue header: #4975B8
navigation background: #F0E7CF
text header background blue: #7192B2
navigation selected background: #A9122A
navigation blue background: 7192B2
navigation grey background: 67635B

*/

body {
	font: 80% Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
}

a {
	font: 100% Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font: 175% Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	background-color: #4975B8;
	margin-top: 0pt;
	margin-bottom: 0pt;
	line-height: 300%;
	text-align: center;
	background: #4975B8; /* url(images/title.gif) no-repeat top left; */
}

.h1-title {
	color: #FFF;
	font: 125% Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#index {
	text-align: center;

}

h2 {
	font: 150% Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #000;
	line-height: 200%;
	text-align: center;
	margin-top: 0pt;
	padding-left: 10pt;
	padding-right: 10pt;
	background: #7192B2 url(images/right-corner.gif) no-repeat bottom right;
}

h3 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A9122A;
	text-transform: uppercase;
}

h4 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
}

h5 {
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0pt;
}

ul {
	margin-left: 0pt;
	padding-left: 0pt;
}

li {
	list-style: none;
}

#nav {
	width: 35%;
	float: left;
	background: #F0E7CF url(images/right-corner.gif) no-repeat bottom right;

}

#nav ul {
	margin: 10pt;
	padding: 0pt;
}

#nav li {
	border-bottom: 10pt solid #F0E7CF;
}


#nav a {
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-top: 10pt;
	padding-bottom: 10pt;
	text-transform: uppercase;
}

#nav-logo {
	text-align: center;
}

.nav-current {
	background-color: #A9122A;
}

.nav-1 {
	background-color: #7192B2;
}

.nav-2 {
	background-color: #67635B;
}

#main-head {
	float: left;
}

#main {
	float: left;
	width: 60%;
	padding-left: 20pt;
}

#main-logo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#main a {
	text-decoration: underline;
}

/*
.bibliography {
	font: 100% Arial, Helvetica, sans-serif;
}
*/

.date {
	font-weight: bold;
}