.button2 {
	background:transparent url(images/spyglass2.png) no-repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	float:right;
	position:relative;
	top:5px;
	right:5px;
	cursor:pointer;
	height:0;
	line-height:10000px;
	overflow:hidden;
	padding-top:15px;
	width:15px;
	}

.button2:hover{
	background:transparent url(images/spyglass2.png) no-repeat scroll 0 -15px;
	}


.schindler2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10.4px;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	color:#111111;
	padding: 3px 0 3px 0;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dashed silver;
	}

.schindler2 p{

	margin:5px 0 5px 0;
	font-family:Georgia,"Times New Roman",sans;
	font-size:11px;
	line-spacing:1.3em;

	}

/* MARGIN CLASSES */

.content_margin{
	width:1004px;
	margin:auto;
	}

.margin_left{
	margin-left:20px;
	}
	
.margin_top{
	margin-top:10px;
	}

.margin_topleft{
	margin-top:10px;
	margin-left:20px;
	}

/* GRID COLUMNS & CONTAINERS */
#goldenrule{
	float:left; 
	width:964px; 
	margin-left:20px; 
	margin-right:20px;
	}	
	
#threegrid_column{
	float:left; 
	width:226px;
	}
	
.threegrid_container{
	width:206px;
	border-top:5px solid #cc0000; 
	}
	
#fivegrid_column{
	float:left; 
	width:390px;
	}

.fivegrid_container{
	width:370px; 
	border-top:5px solid #666;	
	}

#eightgrid_column{
	float:left;
	width:616px;
	}
	
/* GRID CONTAINER SHARED ATTRIBUTES */

.threegrid_container, .fivegrid_container, .eightgrid_container{
	padding:10px;
	}	
	
/* SPAN CLASSES */

.headline{
	font-size:16px;
	font-weight:bold;
	}	