a.menuItem, 
a.menuItem:link, 
a.menuItem:visited {
	background: #D5DCE7;
	color: #00008B !important;
	display: block;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 4px;
}

a.menuItem:hover {
	background: #FCE9AF;
}

a.menuLabel {
	background: url(images/bg_menu_blue.jpg);
	background-repeat: repeat-x;
	color: #00008B !important;
	display: block;
	font-weight: bold;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 6px;
	text-decoration: none;
}

a.menuLabel, 
a.menuItem {
	border-bottom-color: #354353;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-decoration: none;
}

a.menuLabel:hover {
	background-image: url(images/bg_menu_yellow.jpg);
}

body, html {
	background-color: #F1F1F1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.closePanel {
	display: none;
}

div#content {
	left: 230px;
	position: absolute;
	top: 10px;
	width: 500px;
}

div#feedContent div {
	line-height: 1.5em;
	padding: 5px;
}

div#feedContent div, 
div#linkBar {
	background: #D5DCE7;
	margin-bottom: 10px;
}

div#feedContent em {
	font-size: 10px;
	font-weight: normal;
	white-space: nowrap;
}

div#feedContent h3 {
	color: #1752BC;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 2px;
}

div#feedContent h3 a, 
div#feedContent h3 a:link, 
div#feedContent h3 a:visited {
	color: #1752BC;
	text-decoration: none;
}

div#feedContent h3 a:hover {
	text-decoration: underline;
}

div#linkBar {
	left: 745px;
	position: absolute;
	top: 10px;
	width: 160px;
}

div#navBar {
	border-bottom: 0px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 200px;
}

div#navBar, 
div#linkBar, 
div#feedContent div {
	background: #D5DCE7;
	border: 1px;
	border-color: #354353;
	border-style: solid;
}

