﻿/*****************************************************************************************************************/
/*                                                                                                               */
/* rightcolumn.css                                                                                               */
/*                                                                                                               */
/* Contains css for the the rightColumn presentation.  It will contain either a single image, or text with an    */
/* optional embedded image.                                                                                      */
/*                                                                                                               */
/*****************************************************************************************************************/
#rightColumn
{
	float: right;

	margin: 5em 0 0 0;
	padding: 0;
	width: 300px;
}

#rightColumn img
{
	float: right;
	border: none;
}

#rightColumn #text
{
	margin-left: 4em;
	font: 1.2em/125% Arial, Sans-Serif;
	color: #666;
	text-align: center;
}

#rightColumn #text p
{
	text-align: justify;
}

#rightColumn #text img
{
	float: none;
}

#rightColumn #emphasis
{
	margin-left: 4em;
	font: italic 1.5em/125% Arial, Sans-Serif;
	color: #666;
	text-align: center;
}


#rightColumn #text h3
{
	font: small-caps 1.1em/125% Arial, Sans-Serif;
	text-align: center;
}
