body {
	background-image: url(images/master-bg.gif);
	background-repeat: repeat-y;
	background-color: #787878;
	font-size:76%;
	margin: 0px;
	padding: 0px;
}
h1,h2,h3 {
   font-family:sans-serif;
   margin-top: 0em;
   margin-bottom: 0em;
}
h4,h5,h6 {
   font-family:sans-serif;
   margin-top: 0em;
   margin-bottom: 0em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #293F6C;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-decoration: none;
	color: #293F6C;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	color: #293F6C;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #666666;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666666;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	color: #333333;
}
#container {
	left: 0px;
	top: 0px;
	width: 760px;
	margin-bottom: 20px;
}
#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 10px;
	bottom: 0;
	width: 510px;
}
.title {
	position:absolute;
	left:30px;
	top:15px;
	width:232px;
}
#content {
	display: inline;
	float: left;
	width: 510px;
	margin-top: 30px;
	margin-left: 30px;
}
#bookmarks {
	position: absolute;
	width: 145px;
	top: 120px;
	left: 595px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: left;
}
#bookmarks UL {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	padding-RIGHT: 0px;
	padding-LEFT: 0px;
	padding-BOTTOM: 0px;
	margin: 0px;
	COLOR: #293F6C;
	padding-TOP: 4px;
	WHITE-SPACE: normal;
}
#bookmarks UL LI {
	DISPLAY: block;
	padding-TOP: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
}
#bookmarks UL LI A {
	FONT-WEIGHT: bold;
	COLOR: #293F6C;
	TEXT-DECORATION: none;
}
#bookmarks UL LI A:hover {
	COLOR: #7498D3;
}
#bookmarks p {
	margin-bottom: 0em;
}
#sidebar {
	display: inline;
	float: right;
	width: 145px;
	margin-top: 30px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: justify;
}
.sectionheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #7498D3;
	padding: 5px;
	width: 500px;
	background-image: url(images/sectionheading-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#sidebar img {
	float: left;
	width: 75px;
	height: 75px;
	padding-right: 15px;
}
.float-left {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.author-photo {
	float: left;
	height: 133px;
	width: 100px;
	padding-right: 20px;
}
#footnotes ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
#bibliography ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}
.sidebar-title {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7498D3;
	padding: 3px;
}
#titlebar {
	background-image: url(images/titlebar-bg.gif);
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 65px;
}


/* Main navigation code */

#nav {
	padding: 0px 0px 0px 30px;
	background: #D5EBBC url(images/menu-bg.gif) repeat-x;
	width: 730px;
	height: 25px;
/*	background-color: #D5EBBC;
	background-image: url(images/menubutton-bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;*/
}
#nav ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 730px;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #293F6C;
}
#nav ul li {
	float: left;
	line-height: 25px;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 0px 6px 0px 6px;
	height: 25px;
	font-weight: bold;
	color: #293F6C;
	text-decoration: none;
	background: url(images/buttondivider.gif) repeat-y right top;
}
#nav ul li a:hover {
	color: #293F6C;
	background: #DCEEC6 url(images/menubutton_over.gif) repeat-x;
}
.firstinlist {
	background: url(images/buttondivider.gif) repeat-y left top;
}

hr {
	width: 510px;
	border: 1px dashed #CACACA;
	text-align: left;
	position: fixed;
}
.author-by {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	font-style: normal;
}
.author-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}
.push-30 {
	padding-left: 30px;
}
#article {
	position: relative;
	width: 510px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
}
#leadarticle {
	display: block;
	float: left;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
	padding: 10px;
	background-color: #C2CFE8;
}
#leadarticle img {
	height: 150px;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#secondlevel {
	position: relative;
	float: left;
	width: 490px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
	background-color: #E0E5EF;
}
.secondlevelarticle {
	width: 230px;
	float: left;
	display: block;
}
.secondlevelarticle img {
	float: left;
	height: 75px;
	width: 75px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.thirdlevel {
	position: relative;
	float: left;
	width: 510px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
	padding-top: 10px;
}
.thirdlevelarticle {
	display: block;
	width: 150px;
	float: left;
}
.thirdlevelarticle p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#abouttheauthor {
	position: relative;
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
}
#footnotes {
	position: relative;
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
}
#bibliography {
	position: relative;
	float: left;
	width: 510px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #293F6C;
}
.indent {
	font-weight: bold;
	padding-left: 40px;
}
a:link {
	color: #293F6C;
	text-decoration: none;
}
a:visited {
	color: #293F6C;
	text-decoration: none;
}
a:hover {
	color: #7498D3;
	text-decoration: none;
}
a.footnote:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #293F6C;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
a.footnote:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #293F6C;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}
a.footnote:hover {
	color: #293F6C;
	background-color: #7498D3;
	text-decoration: none;
	font-weight: bold;
}
.smallprint {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
.centre {
	text-align: center;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a.footnote-back:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.footnote-back:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a.footnote-back:hover {
	color: #293F6C;
	text-decoration: underline;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
}
.highlight {
	font-weight: bold;
	color: #293F6C;
	text-decoration: none;
}
.article-quote {
	font-size: 1.2em;
	font-weight: bold;
	color: #293F6C;
	background-color: #E4E8F4;
	text-align: center;
	padding: 5px;
	width: 250px;
	text-decoration: none;
	margin-left: 130px;
}
.image-centre {
	text-align: center;
}
.image-5bottom {
	margin-bottom: 5px;
}
