html, body {
	width:100%;
	height:auto;
}

body {
	font: 13px/1.6 Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	background: #290000;
	color: #000;
}

body, #container {
	margin:0;
	padding:0;
}

/* Allows for transparent PNGs in IE6 */
/* Source: http://pp.flixn.com/2008/05/11/a-better-ie-55-and-6-png-fix/ */
img, #contentTopLeft, #contentTopRight, #contentBottomLeft, #contentBottomRight {
	behavior: url('/styles/fx-iepngfix.htc');
}

#container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	z-index:0;
}

#containerContent{
	position:relative;
	width:1000px;
	height:100%;
	margin:0 auto;
	padding:0 0 20px 0;
	z-index:1;
	text-align:center;
	background-color:#c6c5bd;
}

#pageContentTop {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	width:1000px;
	height:118px;
	text-align:left;
	background: url(../images/bg-top-subpage.jpg);
	border:0px red solid;
}

#pageContentTop-heading {
	position:relative;
	float:left;
}

#pageContentTop-library {
	position:relative;
	float:right;
	background:url(../images/la-library-small.jpg);
	width:162px;
	height:118px;
}

#pageContent {
	display:block;
	position:relative;
	top:0px;
	width:auto;
	max-width:1000px;
	height:auto;
	min-height:850px;
	padding:20px 10px 0 20px;
	text-align:left;
	background:url(../images/bg-la-library-opaque.jpg) -90px 0 no-repeat;
}

#pageContentMenu {
	position:relative;
	display:block;
	text-align:center;
	width:1000px;
	height:39px;
	margin:0;
	padding:0;
	clear:both;
	background: url(../images/bg-bottom.jpg);
	border:0px green solid;
	font-size:1.2em;
}


#pageContentMenu a {
	text-decoration:none;
	color:#fff;
	padding:0 25px;
}

#pageContentMenu a:hover {
	color:#999966;
}

a:link, a:visited {
	color:#666600;
	font-weight: bold;
	outline: none;
}

a:hover, a:active {
	color:#996600;
}

strong {
	color:#660000;
}

strong.blue {
	color: #1E4E69;
}

h1, h2, h3 {
	margin:0;
	padding:4px 0px;
	font-variant:small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:.1em;
}

.head1, .head2, .head3 {
	font-weight:bold;
}

h1, .head1 {
	font-size: 1.7em;
}

h1, h3, .head1, .head3, .red {
	color:#660000;
}

h2, .head2 {
	font-size: 1.5em;
}

h3, .head3 {
	font-size: 1.3em;
}


p, td, li {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;

}

p {
	margin:5px 0;
	padding: 5px 0px 5px 15px;
}

ol, ul {
	margin: 0 7px;
	padding: 5px 10px;
}

li {
	padding-bottom:5px;
	margin-left:18px;
}

table {
	margin: 5px 10px;
}	

.bold-grey {
	font-size: 1.03;
	color: #333;
	font-weight:bold;
}

input {
	font-size:.9em;
}

img {
	border:0;
	margin:0 5px 0 0;
}

p.biblioTitle {
	font-weight: bold;
	font-size: 1.3em;
 	text-align: center;
}

p.biblioEntry {
	text-indent: -3em; 
	margin-left: 5em;
	margin-right: 3em;
	margin-bottom: 1em;
}

p.abstractTitle {
	margin-left: 1em;
 	font-weight: bold;
}

p.abstractDesc {
	margin-left: 3em;
	margin-right: 3em;
}
