@charset "UTF-8";
/* CSS Document */

body {
	background-color:#fff;
	padding:2em;
	font-size:100%;
	overflow:auto;
}
	
	
/*Sets the styles of article titles*/
h1{
	color:#628eb0;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:.5em;
}




/*Sets the style of article authors*/
h2{
	color:#000;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.9em;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	display:inline; 
}

/*Sets the style of the author bio text*/
.authorbio{
	color:#666;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.7em;
	margin-top:.3em;
	line-height:115%;
}


/*Sets the style of the body copy of the articles*/
.articlecopy{
	color:#000;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.85em;
	line-height:130%;
}



/*Sets the style of lists in the body copy of the articles*/
ol{
	color:#000;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.85em;
	line-height:130%;
	margin-left:2em;
	margin-top:.5em;
}

.subtitle{
	color:#000;
	font-family:Georgia, Goudy, "Times New Roman", Times, serif;
	font-size:.85em;
	line-height:130%;
	font-weight:bold;
}


/*Sets the style of images to the left of the text*/
.leftimage{
	text-align:left;
	float:left;
	margin:1em 1em 1em 0;
}
	
	
/*Sets the style of images to the right of the text*/
.rightimage{
	text-align:right;
	float:right;
	margin:1em 0 1em 1em;
}
	