#topline {
    background: #024 ;
    height: 33px;
	padding: 0px 5px 0px 2px;
}

#subsidesegment{
	color: white;
	float: left;
    background: #034 url(images/sidesegment.jpg) no-repeat;
	width: 215px;
    height: 190px;
}

/*footer*/
#bottomline {
	clear:both;
    background: #654 ;
    height: 10px;
}
#topsearch{
	float: right;
}

#searchinfo{
	color: white;
}

#crumbs {
	margin: 8px 0 0 10px;
	color: #fff;
	float: left;
	font-size: 80%;
	
}

#crumbs a {
	color: #fff;
}

#topsearch #ajaxSearch_input
{
	color: #fff;
	font-size: 9pt;
	background: #135 ;
	border: 1px solid #46a;
}

#topsearch #ajaxSearch_submit
{
	color: #135;
	font-size: 9pt;
	background: #ccc;
	border: 1px solid #ccc;
}


/*content encapsulates everything with the body not including the header footer and left column*/
#content{
	width: 100%;
	height: 100%;
    float: none;
}

#horizontalDivisionMenu {
	text-align:center;
}

#horizontalDivisionMenu a {
	margin-right: -4px;
	padding: 0;
}


