
	body
	{
		margin: 0px;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		background-color: #f8f0dd;
	}
	
	body, p, textarea, input, select, option, td
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	
	body, p, td
	{
		color: #000000;
	}
	
	hr, h1, h2
	{
		color: #000000;
	}
	
	h1 {font-size: 18px;}
	h2 {font-size: 15px;}
	
	h2.pageItem
	{
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	ul, ol
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	ul.spaced > li, ol.spaced > li
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	hr
	{
		border-style: solid;
		border-width: 1px;
	}
	
	a:link, a:visited {color: #4c7297;}
	a:hover, a:active {color: #7f99a7;}
	
	a.edit:link, a.edit:visited {color: #FF0000;}
	a.edit:hover, a.edit:active {color: #FF6060;}
	
	div.edit {color: #FF0000;}
	
	div.page
	{
		width: 750px;
		background-color: #f8f0dd;
		padding: 0px 25px;
	}
	
	div.lineComplete
	{
		width: 25px;
		height: 15px;
		background-image: url(images/BGstripe2_02.gif);
		background-repeat: repeat-x;
		position: absolute;
		top: 90px;
		left: 50%;
		margin-left: 375px;
	}
	
	div.content
	{
		text-align: left;
		background-color: #f8f0dd;
	}
	
	.copyright
	{
		font-size: 10px;
		padding-bottom: 10px;
	}
	
	a.mySite:link, a.mySite:visited {color: #4c7297;}
	a.mySite:hover, a.mySite:active {color: #7f99a7;}
	
	.caption
	{
		font-size: 11px;
		margin-top: 0px;
		text-align: center;
	}
	
	td.label
	{
		text-align: right;
	}
	
	td.value
	{
		padding: 5px;
	}
	
	input.buttonOff
	{
		background-color: #EEEEEE;
	}
	
	input.buttonOn
	{
		background-color: #CCCCCC;
	}
	
	input.buttonDisabled
	{
		color: #999999;
	}
	
	div.graphicDivLeft
	{
		float: left;
		margin-right: 10px;
	}
	
	div.graphicDivRight
	{
		float: right;
		margin-left: 10px;
	}
	
	td.graphicTDLeft
	{
		padding-right: 10px;
	}
	
	td.graphicTDRight
	{
		padding-left: 10px;
	}
	
	span.year, span.subject
	{
		font-weight: bold;
		font-size: 15px;
	}
	
	div.expandoParent span
	{
		color: #4c7297;
		cursor: pointer;
	}
	
	div.expandoParent span:hover
	{
		color: #7f99a7;
	}
	
	div.yearArticles, div.subjectArticles
	{
		margin-left: 20px;
	}
	
	div.publicationLink
	{
		font-weight: bold;
	}
	
	span.month
	{
		font-weight: bold;
	}
	