#content {
	 min-height: 200px; 
	 height: auto !important;
	 height: 200px; /* Min height hack for IE */
	 width:528px;
	 margin:1.5em 10px 1em;
}

#small_content {
	 width:216px;
}


hr {
	height:1px;
	color:#666666;
	background-color:#666666;
	border:none;
}

.no_bullet li {
	list-style:none;
}

.skip_to_content {
	text-align:right;
}

.icon {
	vertical-align:top;
}

#errorMsg {
	color:#CC0000;
}

.index_buttons {
	margin: 0 2px;
}
	

/* FORMS */
label {
	/*float:left; --who did this? */
	width:125px;
	margin:5px;
}

#content input, textarea {
	margin:5px;
}

/* Index page */
#tools {
	width:200px;
	float:left;
}

#topQueries {
	width:250px;
	float:right;
	border-left:1px;
	border-left-color:#CCCCCC;
	border-left-style:dashed;
	padding-left:13px;
}

h1.home {margin-top:15px;}

/* Personas */
.imageFixedWidth {
	 width:80px; 
	 float:left;
}

.paraFixedWidth {
	float:left; 
  width:440px;
}