@charset "UTF-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	top: 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/dropshadow2.png);
	background-repeat: repeat-y;
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
#header { 
	height: 189px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 875px;
	margin: 0 9.5px;
	background: #ffffff; 
	padding: 0px 10px 0 50px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



#menu {
	height: 33px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	width: 830px;
	margin: 0 9.5px;
	background: #ffffff;
	padding: 0 10px 0 56px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
} 

	.currentmenu {
	text-decoration: none;
	font-size: 14px;
	color: #14526d;
	font-weight: bold;
	
	}
	
	#menu p {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2.7em;
	color: #000000;
	text-indent: 15px;
	z-index: 1;
	}
	
	.white {
	color: #FFFFFF;
	}

	#menu a:link {
	text-decoration: none;
	color: #000000;
	}
	#menu a:visited {
	text-decoration: none;
	color: #000000;
	}
	#menu a:hover {
	text-decoration: none;
	color: #1a8767;
	
	}
	
	
	
/*
#info {
	position: absolute;
	top: 175px;
	left: 550px;
	height: 33px; 
	width: 280px;
	margin: 9.5px;
	padding: 0 10px 0 56px; 
	background-image:url(images/menubackground.gif);
	border-width:1px;
	border-style:solid;
	border-color:#EEEEEE;
	background-repeat: repeat-x;
	
	z-index: 10;
	}*/


#submenu {
	position: absolute;
	top: 232px;
	left: 31px;
	width: 124px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 36px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4;
		
}
	
	
	#submenu h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	margin-top: 22px;
	color: #000000;
	}
	
	
	#submenu p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	}
	
	
	#submenu p.print {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.1px;
	
	}

	
	#submenu p.year {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 33px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: -1px;
	color: #777777;
	}

	#submenu p.helvetica {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 2px;
	font-weight: normal;
	color: #14526d;
	}

	
	
	#submenu p.bt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	margin-top: 0px;
	}
	
	
	#submenu p.bt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	margin: 8px 0 0 0;
	}
	
	#submenu p.spacer {
	border-top:  1px solid #000000;
	line-height: .3;
	margin-botton: 0px;
	}
	
	
	#submenu p.currentsubmenu {
	text-decoration: none;
	color: #14526d;
	
	
	}
	
	#submenu p.currentsubmenu top{
	text-decoration: none;
	color: #a7a37c;
	font-weight: bold;
	line-height: 16px;
	}
	
	#submenu p.top {
	margin-top: 20px;
	}

	
	
	#submenu a:link {
	text-decoration: none;
	color: #14526d;
	
	}
	#submenu a:visited {
	color: #14526d;
	text-decoration: none;
	}
	#submenu a:hover {
	text-decoration: none;
	color: #1a8767;
		
	}

.blue {
color: #14526d;
}


 #sidebar {
	position: absolute;
	top: 232px;
	right: 40px;
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 30px 15px 8px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	}
	
	.currentsidebar {
	text-decoration: none;
	color: #14526d;
	font-weight: bold;
	}
	
	.currentsidebar top{
	text-decoration: none;
	color: #1f509c;
	font-weight: bold;
	line-height: 16px;
	}
	
	#sidebar h1 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: -5px;
	font-weight: normal;
	color: #14526d;
	}
	
	#sidebar p.helvetica {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 20px;
	font-weight: normal;
	color: #14526d;
	}

	
	#sidebar a:link {
	text-decoration: none;
	color: #14526d;
	}
	#sidebar a:visited {
	text-decoration: none;
	color: #14526d;
	}
	#sidebar a:hover {
	text-decoration: none;
	color: #1a8767;
	
	}
	
	.blurb {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: 15px;
	color: #14526d;
	}
	
	.blurbsmaller {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: 15px;
	color: #a7a37c;
	}
	
	.blurbbold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.8em;
	margin-top: 15px;
	color: #000000;
	}




	.blurb2 {
	font-family: Helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-top: 18px;
	font-weight: normal;
	color: #1a8767;
	}


	.blurbital {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -.3;
	line-height: 1.8em;
	margin-top: 15px;
	color: #14526d;
	}
	
	.blurbitalsmaller {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin-top: 15px;
	color: #14526d;
	}


	#sidebar p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-top: 3px;
	color: #000000;
	}
	
	
	.ital {
	font-style: italic;	
	}

	



#mainContent { 
	margin-left: 220px; 
	margin-right: 220px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #1a8767;
	border-left:  1px solid #1a8767;
	
	
}

	#mainContent h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-top: 23px;
	margin-bottom: 0;
	
	}
		
	

		
	#mainContent h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	}
	
	
		
	#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.65em;
	font-weight: bold;
	font-style: italic;
	}



	#mainContent p {font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5;
	}
	
	
	#mainContent ol {font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5;
	}
	
	
	#mainContent ul {font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5;
	}

	#mainContent p.articlerefs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	margin: 0px 0 9px 0;	
	}

	
	#mainContent p.first {
	margin-top: 0;
	}
	

	#mainContent p.topofcolumn {
	margin-top: 30px;
	}

	
	#mainContent p.georgiasmallcaps {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
	margin-bottom: 3px;
	margin-top: 25px;
	}
	
	
	#mainContent p.georgiasmallcaps2 {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
	margin-bottom: 3px;
	margin-top: 34px;
	}


	#navlist li { 
	list-style-type: square; 
	margin-left: 0px;
	padding-left: 0px;
	
	}

	#mainContent a:link {
	text-decoration: none;
	color: #14526d;
	
	}
	#mainContent a:visited {
	color: #14526d;
	text-decoration: none;
	}
	#mainContent a:hover {
	text-decoration: none;
	color: #1a8767;
		
	}

	#mainContent p.bt {font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5;
	margin: 0px;
	
	}
	
	.time {
	font-style: italic;	
	}

	#mainContent p.h1orange {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: bold;
	color: #ec7e30;
	}
	#mainContent p.h1orangeplus {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1;
	margin-top: 32px;
	margin-bottom: 0;
	font-weight: bold;
	color: #ec7e30;
	}
	
	#mainContent p.h2orange {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #ec7e30;
	}
	
	#mainContent h2.submit {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -1px;
	margin-top: 30px;
	margin-bottom: 0;
	color: #000000;
	}


	
	#mainContent p.amplace {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	line-height: 1;
	margin-top: 32px;
	margin-bottom: 0;
	font-weight: bold;
	color: #ec7e30;
	letter-spacing: -.5px;
	}


	#mainContent p.amplaceblack {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.5px;
	}

	
	#mainContent p.time {
	margin: 10px 0 0 0;
	font-style: italic;	
	}
	
	#mainContent p.papertitle {
	margin: 0;
	font-weight: bold;
	line-height: 1;
	color: #555555;
	}
	
	#mainContent p.presenter {
	margin: 0;
	font-weight: bold;
	}
		
	
	#mainContent p.bk {font-family: Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1;
	margin-top: 5px;
	
	}


	#mainContent p.h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 0;
	font-weight: bold;
	}
	
	#mainContent p.h2margin {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 32px;
	margin-bottom: 0;
	font-weight: bold;
	}
	
	#mainContent p.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 1;
	margin-top: 3px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	}
	
	#mainContent p.headermargin {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 1;
	margin-top: 26px;
	margin-bottom: 0px;
	font-weight: normal;
	letter-spacing: -1px;
	}

	#mainContent p.headermarginplus {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	line-height: 1;
	margin-top: 26px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: -1px;
	}


	

	#mainContent p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: -0.5px;
	line-height: 1.2em;
	margin-top: 2px;
	}
	
	
	#mainContent p.cp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-top: 3px;
	color: #000000;
	}


	.ambold {
	font-weight: bold;	
	}
	
	
#special {
	border-bottom: 1px dotted #1a8767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}	
	#special h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 1;
	margin-top: 32px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #14526d;;	
	
	}


#footer {
	width: 903px;
	height: 100px;
	padding: 0 10px 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:9px;
	border-top:  3px solid #1a8767;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
} 
	#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	margin-left: 70px;
}

	#footer a:link {
	text-decoration: none;
	color: #000000;
	
	}
	#footer a:visited {
	color: #000000;
	text-decoration: none;
	}
	#footer a:hover {
	text-decoration: none;
	color: #1a8767;
			
	}


 #footer p.georgiasmallcaps {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 0.3em;
	margin-bottom: 3px;
	margin-top: 5px;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.georgiasmallcaps {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 0.3em;
	margin-bottom: 3px;
	margin-top: 5px;
	}
	
	
	/*HERE START THE STYLES FOR THE PAST JOURNAL*/
#pastsubmenu {
	position: absolute;
	top: 230px;
	left: 31px;
	width: 137px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 36px; /* padding keeps the content of the div away from the edges */
	font-family: Georgia, serif;
	font-size: 14px;
	line-height: 1.4;	
	margin-top: 20px;
}
	
	
	#pastsubmenu h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1;
	margin-top: 12px;
	margin-bottom: 30px;
	font-weight: normal;
	letter-spacing: -0.3px;
	margin-left: 6px;
	}
	
	
	#pastsubmenu p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.1px;
	margin-left: 6px;
	}
	
	#pastsubmenu p.currentsubmenu {
	text-decoration: none;
	color: #14526d;
	
	
	}
	
	#pastsubmenu p.currentsubmenu top{
	text-decoration: none;
	color: #a7a37c;
	font-weight: bold;
	line-height: 16px;
	}
	
	#pastsubmenu p.top {
	margin-top: 20px;
	}

	


	
	#pastsubmenu a:link {
	text-decoration: none;
	color: #000000;
	
	}
	#pastsubmenu a:visited {
	color: #000000;
	text-decoration: none;
	}
	#pastsubmenu a:hover {
	text-decoration: none;
	color: #1a8767;
		
	}

#pastmainContent {
	margin-left: 220px;
	margin-right: 220px;/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right: 1px solid #1a8767;
	border-left:  1px solid #1a8767;
	margin-top: 30px;
}

	#pastmainContent h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 1;
	margin-top: 23px;
	margin-bottom: 0;
	font-weight: bold;
	}
	
	#pastmainContent h1.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: .8;
	margin-top: 23px;
	margin-bottom: 12px;
	letter-spacing: -0.6px;
	font-weight: normal;
	font-style: italic;
	}



	
	#pastmainContent h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	}
	
	#pastmainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	line-height: 1.65em;
	font-weight: bold;
	font-style: italic;
	}



	#pastmainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.65em;
	}
	
	
	#hartsocktable
{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.65em;

width:100%;
border-collapse:collapse;
}
#hartsocktable td, #hartsocktable th 
{
font-size:13px;
border:1px solid #14526d;
padding:3px 7px 2px 7px;
}
#hartsocktable th 
{
font-size:13px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#14526d;
color:#fff;
}
#hartsocktable tr.alt td 
{
color:#000;
background-color:#8492a4;
}
#hartsocktable
{
font-family: Georgia, "Times New Roman", Times, serif;
width:100%;
border-collapse:collapse;
}
#hartsocktable td, #customers th 
{
font-size:13px;
border:1px solid #14526d;
padding:3px 7px 2px 7px;
}
#hartsocktable th 
{
font-size:13px;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#14526d;
color:#fff;
}
#hartsocktable tr.alt td 
{
color:#000;
background-color:#8492a4;
}
	

	#pastmainContent p.table1 {
	line-height: 1.2em;
	background-color: #e0ddba;
	margin: 0;
	padding: 0;
	}


	#pastmainContent p.table2 {
	line-height: 1.2em;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	background: background;
	}

	

	#pastmainContent p.first {
	margin-top: 0;
	}
	
	#pastmainContent p.top {
	margin-top: 30px;
	}
	
	#pastmainContent p.ic-name {
	font-style: italic;
	margin-bottom: 0px;
	}
	
	#pastmainContent p.bt {
	margin-top: 0;
	}

	#pastmainContent p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	margin-top: 2px;
	}
	
	#pastmainContent p.georgiasmallcaps {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
	margin-bottom: 3px;
	margin-top: 25px;
	}
	
	
	/*CONTENTS*/
	#pastmainContent p.ContentsAuthor {
	margin-top: 2px;
	font-size: 11px;
	color: #767357;
	line-height: 1.2;
	margin-bottom: 16px;
	}

	#pastmainContent p.ContentsArticleTitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 8px;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 30px;
	}

	#pastmainContent p.ContentsArticleTitleFirst {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: bold;
	}
#pastmainContent p.ContentsHead {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
	margin-bottom: 3px;
	margin-top: 25px;
	color: #1a8767;
	}

	
	#pastmainContent a:link {
	text-decoration: none;
	color: #000000;
	
	}
	#pastmainContent a:visited {
	text-decoration: none;
	color: #555555;
	}
	#pastmainContent a:hover {
	text-decoration: none;
	color: #1a8767;
		
	}
	
	#pastmainContent p.abstractby {
	margin-top: 3px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 0px;
	line-height: 1;
	font-style: italic;
	}

	#pastmainContent p.abstracth {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.2;
	margin-top: 26px;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 30px;
	}

	#pastmainContent p.abstracthfirst {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: bold;
	}

	#pastmainContent p.abstract {
	margin: 6px 0px 3px 0px;	
	}
	
	
	/*Styles specific to articles*/
	#pastmainContent p.articleh1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 1;
	margin-top: 16px;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: -0.3px;
	
	}
	
	
	#pastmainContent p.articleh1sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 1;
	margin-top: 0px;
	margin-bottom: 8px;
	font-weight: normal;
	letter-spacing: -0.3px;
	
	}


	#pastmainContent p.articleby {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #94906e;
	}

	#pastmainContent p.articleby2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	font-style: italic;
	color: #94906e;
	}

	#pastmainContent p.h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 0;
	font-weight: bold;
	}
	
	
	#pastmainContent p.h4 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 3px;
	font-weight: bold;
	color: #14526d;
	}



	#pastmainContent p.articlerefs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	margin: 0px 0 9px 0;	
	}

	#pastmainContent p.articlenote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	margin-top: 2px;
	}

	#pastmainContent p.articlequote {
	margin-left: 20px;
	margin-right: 20px;
	}

	#pastmainContent p.cp {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.2;
	margin-top: 3px;
	margin-bottom: 10;	
	}
	
	#pastmainContent p.sectionhead {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 36px;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 0;
	font-weight: bold;
	margin-right: 30px;
	color: #1a8767;
	letter-spacing: -.3px;	
	}

/*Styles specific to book reviews*/
	#pastmainContent p.brbody {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.65em;
	}


	#pastmainContent p.brtitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 16px;
	margin-bottom: 0px;
	font-weight: bold;
	letter-spacing: -0.1px;
	}

	#pastmainContent p.brauthor {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-top: 0px;
	line-height: 1.2;
	}

	#sidebar p.brreviewer {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #94906e;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 0px;
	}
	
	#sidebar p.brreviewedby {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #94906e;
	font-weight: bold;
	line-height: 1.8em;
	margin-top: 16px;
	margin-bottom: 0px;
	}
	
	
	
	#pastmainContent p.brdetails {
	font-size: 11px;
	line-height: 1.2;
	margin: 0;	
	}
	
	
	
	#pastmainContent p.brheader {
	font-family: Georgia, Times, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	margin-bottom: 3px;
	margin-top: 15px;
	color: #1a8767;
	}
	
	.fig {
	font-style: italic;
	font-weight: bold;	
	}

	.ref {
	font-style: italic;	
	
	}
	
	
	.figorange {
	font-style: italic;
	font-weight: bold;	
	color: #ec7e30;
	
	}
	
	.boldorange {
	font-style: normal;
	font-weight: bold;	
	color: #ec7e30;
	
	}
	
	
	.blue {
	color: #14526d;
	}
	
	.top {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.1px;
	margin-top: 40px;
	margin-bottom: 0;
	color: #14526d;
	
	}
	
	.orange {
	color: #ec7e30;
	}	
	
	.floatimgleft {
	float:left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:10px;
	}
	
	
	.floatimgleftclear {
	float:left;
	margin-top:0px;
	margin-right:20px;
	margin-bottom:10px;
	clear:both;
	}
	

	.floatimgright {
	float:right;
	margin-top:0px;
	margin-left:20px;
	margin-bottom:10px;
	}
	