/***********************************************/
/* Performance Labels and Graphics  */

/*Home HTML tag styles */                           
/***********************************************/ 
@import url(plag-styles.css );

.home-title {
	color: #134783;
	font-size: 2em;
}

/* home image box */
.homecolumn {
	float: left;
	border: 1px solid #ddd;
	padding: 0px 0px 10px 0px;
	/*background-color: #FFFFFF;*/
	margin: 5px 5px 10px 10px;
	background-color: #eee;
	width: 229px;
	
}
.homecolumn p{
	padding: 9px;
	text-align: left;
	color: #333333;
	font-size: 0.9em;
	line-height: 1.3em;
	
}
.homecolumn a{
text-decoration: none;
}
.homecolumn h1 {
	font-size: 1.4em;
	margin: 0;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 0 5px;
	background-image: url(../images/title-ramp.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #003366;
}
.homecolumn ul {
	margin: 5px 10px;
	text-decoration: none;
}
.homecolumn ul li {
	font-size: 1.1em;
	margin: 3px 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	list-style-image: url(../images/bullet-square.gif);
}
.homecolumn img {
padding: 5px;

}

.homelist li {
	font-size: 1em;
	color: #134783;
	line-height: 1em;
	text-align: left;
	margin: 10px 0 10px 10px;
	font-weight: normal;
	list-style-type: square;
}
