#homeLeftBar {
	width: 150px;
	background-color:#cccccc;
	vertical-align: top;
}

#homeRightBar {
	width: 226px;
	background-color:#7E9E9E;
	vertical-align: top;
}

#homeLeftBar h3, #homeRightBar h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 6px 8px 6px 8px;
	text-align: left;
}

#homeLeftBar h4, #homeRightBar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding: 4px 8px 4px 8px;
	text-align: left;
}

#homeLeftBar p, #homeRightBar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	padding: 4px 10px 6px 8px;
	text-align: left;
}
#homeLeftBar p a, #homeRightBar p a {
	text-decoration: underline;
	color:#000000;
}
#homeLeftBar p a:hover, #homeRightBar p a:hover {
	text-decoration: underline;
	color:#003366;
}

#homeLeftBar form {
	padding: 4px 8px 4px 8px;
}

/*center bar shares general text settings in main style sheet,
Only width is customized for home page */
#centerBar {
	width: 374px;
}
#centerBar h1.home{
	padding-top:10px;
	margin-top:0px;
}

#hotTopics {
	background-color:#9CC4C4;
	padding-bottom:10px;
	text-align:left;
}


/*Highlights Box on Home Page*/
#highlights {
	background-color: #7E9E9E;
	text-align:left;
}

#highlights ul {
	list-style-type: square;	
}
#highlights ul li {
	color:#FFFFFF;
	list-style-type: square;
	padding: 4px 10px 6px 8px;
	font-size: 0.75em;
	font-weight: normal;
	line-height:1.3em
}
#highlights a {
	color:#FFCC00;
}
#highlights a:hover {
	color:#FFFFFF;
}

.Gsearch {
	font-size: 10px;
	line-height: 20px;
}
