body {
	margin: 0;
	padding: 0;

	background: #F1F5F7 url(background.gif);
	color: #000000;

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

hr {
	clear: both;
	visibility: hidden;
}

h1, h2 {
	margin: 0;
	padding: 0;
	font-variant: small-caps;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a {
	color: #1148AB;
	text-decoration: none;
}

a:hover {
	color: #AB1152;
}

img {
	border: 0;
	vertical-align: middle;
}

p.pagetitle {
	text-align: right;
}

p.indented {
	text-indent: 1em;
	text-align: justify;
}

p.reference {
	margin-left: 3em;
	text-indent: -2em;
	text-align: justify;
}

table {
	font-size: 12px;
}

div#lmlogo {
	float: left;
	display: inline; /* this isn't really needed, but is used to fix IE's double-margin bug */
	margin-left: 16px;
	margin-top: 16px;
	padding: 0;
}

div#masthead {
	/* Don't specify width and height, because of an IE bug. */
	/* The bug prevents a floating div from overlapping a fixed one if the fixed one specifies width or height. */
	/* So, we have to use a transparent GIF in the HTML to size this div the way we want. */
	/*width: 100%;
	height: 80px;*/

	background-image: url(top_border.gif);
	background-repeat: repeat-x;
	background-position: top;

	text-align: right;
	color: #1A3566;
	font-size: 24px;
	font-weight: bold;
	font-variant: small-caps;
}

div#masthead p {
	margin: 0;
	padding-right: 30px;
}

div#body {
	margin-left: 64px;
	margin-top: 16px;
	margin-right: 192px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 32px;

	background: #F7F7EF url(body_background.gif) 0% 0% repeat-y;
	border: 1px solid #1A3566;
	border-radius: 4px;
}

div#body a {
	padding-bottom: 2px;

	background-image: url(link.gif);
	background-repeat: repeat-x;
	background-position: bottom;

	text-decoration: none;
	font-weight: bold;
}

div#linkbox {
	float: right;
	width: 128px;
	margin-top: 32px;
	margin-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	padding-right: 16px;

	background: #DADAC8 url(links_background.gif) 0% 0% repeat-x;
	border: 1px solid #1A3566;
	border-radius: 4px;
	font-weight: bold;
}

div#linkbox a {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

div#copyright {
	height: 40px;
	margin-left: 80px;
	/*margin-right: 220px;*/
	margin-right: 160px;

	background-image: url(marble.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

	font-size: 10px;
	font-style: italic;
}

div.leftfigure {
	float: left;
	margin: 16px 16px 16px 0;
}

div.rightfigure {
	float: right;
	margin: 16px 0 16px 16px;
}

div.frontanim {
	float: right;
	margin: 16px 0 16px 16px;
	padding: 8px;

	background: #DADAC8 url(links_background.gif) 0% 0% repeat-x;
	border: 1px solid #1A3566;

	text-align: center;
	font-size: 10px;
}

div.gallery_entry {
	width: 160px;
	margin: 8px;
	padding: 8px;

	background: #DADAC8 url(links_background.gif) 0% 0% repeat-x;
	border: 1px solid #1A3566;

	text-align: center;
	font-size: 10px;
}

div#sectionbuttons {
	text-align: center;
}

div#sectionbuttons a {
	padding-bottom: 0;
	background-image: url(spacer.gif);
}
