/* CSS Document */



.pic_float_left
{
	float:left;
	margin-right:10px;
	border:1px solid #811788;
	width:250px;
}

.button
{
	background-color:#74a5cd;
	color:white;
	padding:4px;
	padding-left:18px;
	padding-right:18px;
}

.ImageWithBorder
{
	border:1px solid #74a5cd;
}

.ImageWithBorder_FloatLeft
{
	border:1px solid #74a5cd;
	float:left;
}



.a3_Column_Set
{

	min-height:100px;
	margin-top:20px;
	

}

	.a3_Column_Set p
	{
		margin-top:5px;
		margin-bottom:10px;
	}

	.a3_Column_Set .aLeft, 	.a3_Column_Set .aMiddle, 	.a3_Column_Set .aRight
	{
		width:290px;
		float:left;
		padding-left:10px;
		padding-right:10px;
		min-height:100px;

	}

	.a3_Column_Set .aLeft
	{
		padding-left:0px;
	}
	.a3_Column_Set .aMiddle
	{
	}
	.a3_Column_Set .aRight
	{
		padding-right:0px;
	}
	
		.a3_Column_Set .aRight ul
		{
			margin:0px;
			padding-left:15px;
		}
		
	.a3_Column_Set .aBottom
	{
		clear:both;
	}
	
