.topBar {
	color: white;
	height: 40px;
	float:right;
	background: url("images/topBarMid.png") repeat-x;
	margin-top: 0px;
}

.topBarLeft {
	background: url("images/topBarLeft.png") no-repeat top left;
	height: 16px;
}

.topBarRight {
	height: 16px;
	background: url("images/topBarRight.png") no-repeat top right;
}

#menuBottom {
	color: white;
	height: 23px;
	float:right;
	background: url("images/topBarMid2.png") repeat-x bottom left;
	margin-top: 1px;
width:260px;	
/*	min-height: 200px;*/
}

#menuBottomLeft {
	color: white;
	height: 23px;
	float:right;
	background: url("images/menuBottomLeft2.png") no-repeat bottom left;
	margin-top: 1px;
width:260px;	
/*	min-height: 200px;*/
}

#menuBottomRight {
	color: white;
	height: 23px;
	float:right;
	background: url("images/menuBottomRight2.png") no-repeat bottom right;
	margin-top: 1px;
width:260px;	
/*	min-height: 200px;*/
}



 #announcement div#announcemenBody {
	padding: 0 10px 10px;
	padding-top:8px;
	background: #99ccff;/* url(../images/announcement.png) repeat-x bottom right; */
	font-size:1.3em;
	height:477px;
	width: 199px;	
	font: Georgia
	
}

