/* CSS Document */

.leftThird		{
	width: 35%;
	float: left;
	}
.leftTwoThirds	{
	width: 65%;
	float: left;
	}
.leftHalf		{
	width: 50%;
	float: left;
	}
.middleThird	{
	width: 30%;
	float: left;
	}
.rightThird		{
	width: 35%;
	float: right;
	}
.rightTwoThirds	{
	width: 65%;
	float: right;
	}
.rightHalf		{
	width: 50%;
	float: right;
	}

.whiteCalloutRight	{
	border: groove thin #000066;
	background-color: white;
	padding: 10;
	margin: 20 20 20 10;
	}
.whiteCalloutLeft	{
	border: groove thin #000066;
	background-color: white;
	padding: 10;
	margin: 20 10 20 20;
	}
.whiteCallout		{
	border: groove thin #000066;
	background-color: white;
	padding: 10;
	margin: 20;
	}
.greyCalloutLeft	{
	border: groove thin #000066;
	background-color: #CCCCCC;
	padding: 10;	
	margin: 20 10 20 20;
	}
.greyCalloutRight	{
	border: groove thin #000066;
	background-color: #CCCCCC;
	padding: 10;	
	margin: 20 20 20 10;
	}
.greyCallout		{
	border: groove thin #000066;
	background-color: #CCCCCC;
	padding: 10;	
	margin: 20;
	}
.noCalloutLeft		{
	padding: 10;	
	margin: 20 10 20 20;
	}
 .noCalloutRight	{
	padding: 10;	
	margin: 20 20 20 10;
	}
.noCallout			{
	padding: 10;
	margin: 20;
	}
.myQuote { /* scai */ 
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: oblique; 
	font-weight: normal;
	text-align: left;
	color: #000000;
	line-height: 100%;
	}
.myAuthor { /* scai */ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: normal; 
	font-weight: normal; 
	text-align: right; 
	color: #000000;
	line-height: 100%;
	}
.myFigureLegend {  /* scai */ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-style: italic; 
	font-weight: normal; 
	color: #000000; 
	text-align: center;
	}	
.myBlogDate {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-style: oblique; 
	color: black;
	}
.myAnnounceDate	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: small; 
	font-style: normal; 
	font-weight: normal; 
	color: red; 	
	}	
.myForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	line-height: 150%;
	}
		

