@charset "UTF-8";

/* SpryStackedContainers.css */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main container of the Stacked Containers structure. 
 *
 * If you want to constrain the width of the Stacked Containers structure, set a width on
 * the StackedContainers container. By default, our structure expands horizontally to fill
 * up available space.
 */
.StackedContainers
{
	font: 100% Verdana, Geneva, sans-serif;
}
#left h3   {
	background-color: #C4AF84;
	color: #FFF;
	line-height: 24px;
	height: 24px;
	font-size: 16px;
	letter-spacing: 20px;
	text-align: center;
	margin-top: 15px;
	width: 640px;
}


/* This is the selector for the Row Container element which houses all the column
 * classes. 
*/
.StackedContainers .RowContainer
{
	float: left;
}

/* This is the selector for a column element which holds the actual data. 
 *
*/
.StackedContainers .RowColumn
{
	height: 25px;
	width: 175px;
	background-image: url(../images/links/link.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 2px;
	line-height: 25px;
	border: 1px solid #999999;
	margin: 5px;
}
.RowContainer a {
	text-decoration: none;
	color: #211F19;
	font-size: 13px;
	letter-spacing: 0px;
}
.RowContainer a:hover {
	color: #0000FF;
}
